.List {
            width: 1000px;
            height: 160px;
            overflow: hidden;
            position: relative;
            padding: 60px 0 60px 100px;
            border-bottom: solid 1px #D2D2D2;
        }

        .List .listtitle{
            display: block;
            width: 66px;
            height: 70px;
            overflow: hidden;
            background: url("https://www.sanssoucihotel.com/images1/ch/2020WRSA/bg_List2.png");
            text-align: center;
            font-weight: bold;
            color: #FFF;
            position: absolute;
            left: 0;
            top: 60px;
            padding-top: 10px;
        }

        .List .listtitle em {
            font-size: 20px;
            line-height: 26px;
            font-style: normal;
        }

        .List .listtitle i {
            font-size: 16px;
            line-height: 20px;
            font-style: normal;
        }

        .List dl {
            width: 1000px;
        }

        .List dt {
            width: 260px;
            float: right;
        }

        .List dt img {
            width: 260px;
            height: 173px;
        }

        .List dd {
            width: 675px;
            float: left;
        }

        .List dd.nopic {
            width: 100%;
        }

        .List dd h2 {
            margin-bottom: 15px;
        }

        .List dd h2 a {
            font-size: 20px;
            line-height: 30px;
            color: #000;
        }
ul.name {
            width: 100%;
        }

        .name li {
            width: 50%;
            float: left;
            font-size: 18px;
            line-height: 28px;
            font-weight: bold;
            margin-bottom: 35px;
            color: #000;
        }

        .name li a {
            color: #000;
            font-size: 18px;
            line-height: 28px;
            font-weight: bold;
        }
.Wrapper h1 {
            font-size: 24px;
            color: #0b2e96;
            border-left: solid 5px #0b2e96;
            padding-left: 20px;
            margin-bottom: 40px;
        }

/*分页样式*/
ul.simplePagerNav {
            padding-top: 20px;
            border-top: 1px dotted #AEAEAE;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        ul.simplePagerNav li {
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            display: block;
            floaT: left;
            margin-bottom: 10px;
            border: 1px solid #A1A1A1;
            color: #FFFFFF;
            font-weight: bold;
            margin-right: 10px;
        }

        ul.simplePagerNav li a {
            color: #333;
            text-decoration: none;
            font-size: 16px;
            line-height: 32px;
        }

        li.currentPage {
            background: none repeat scroll 0 0 #0b2e96;
        }

        ul.simplePagerNav li.currentPage a {
            color: #fff;
        }