.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background: url(../images/fbg.jpg) no-repeat center/cover;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {box-shadow: 0 2px 7px 0 rgba(63,63,63,0.88);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;-webkit-backdrop-filter: saturate(180%) blur(20px);backdrop-filter: saturate(180%) blur(20px);background-color: rgba(0, 0, 0, 0.35);}
.mobile-inner-header-icon {color: #ffffff;height: 30px;font-size: 30px;text-align: center;float: right;width: 26px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;margin-top: 18px;margin-right: 22px;line-height: 1;}
.mobile-inner-header-icon:hover {cursor:pointer;}

.mobile-inner-header-icon span {background-color: #ffffff;position: relative;display: block;width: 100%;height: 2px;-webkit-transition: .3s;transition: .3s;}

.mobile-inner-header-icon span:nth-child(2) {
    margin: 6px auto;
    /* width: 11px; */
    /* margin-left: 11px; */
}



.mobile-inner-header-icon-click span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.mobile-inner-header-icon-click span:nth-child(2) {
    opacity: 0;
    margin: 9px auto;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    -ms-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}


@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    overflow: auto;
    max-height: calc(100vh - 50px);
}

.mobile-inner-nav {
    background-color: rgb(65 78 113 / 90%);
    width: 100%;
    position: absolute;
    top: 50px;
    padding-bottom: 0%;
    display: none;
    z-index: 444;
}

.mobile-inner-nav a {
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #fff;
    transition: all 0.5s;
}

.mobile-inner-nav dl {
    display: none;
}

.mobile-inner-nav dl dd {
    line-height: 33px;
    text-decoration: none;
    text-indent: 3em;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    font-size: 14px;
}
.mobile-inner-nav li.sli{
    background: url(../images/down.png) no-repeat 95% 17px;
    background-size: 15px;
}
.mobile-inner-nav li.sli.current{
    background: url(../images/up.png) no-repeat 95% 17px;
    background-size: 15px;
}
.mobile-inner-nav li {
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 53px;
    text-indent: 20px;
}

.mobile-inner-nav h2.h2tit {
    line-height: 50px;
    text-decoration: none;
    text-indent: 2em;
    font-size: 16px;
    color: #FFFFFF;
    /* border-bottom:solid 1px rgba(255,255,255,0.3);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav h2.h2tit a {
    color: #FFFFFF;
}

.mobile-inner-nav a {
    border-bottom: none;
}

.mobile-inner-nav li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes resize {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale(5,5);
        transform: scale(5,5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@keyframes resize {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale(5,5);
        transform: scale(5,5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-nav li.search {
    background: url(../images/search.png) no-repeat 2em center;
    background-size: auto 50%;
    height: 50px;
}

.mobile-inner-nav li:last-child h2.h2tit {
    border-bottom: none;
}

.mobile-inner-nav li .h3tit {
    height: 50px;
    position: relative;
    background: url(../images/51_icon_search@2x.png) no-repeat 30px center;
    background-size: 17px;
}

.mobile-inner-nav li .words {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    text-indent: 60px;
    font-size: 15px;
    color: #fff;
    background: url(../images/search2.png) no-repeat 30px center;
    background-size: 20px;
}

.mobile-inner-nav li:last-child {
    border-bottom: none;
}

.mobile-inner-nav li form {
    display: block;
    width: 100%;
    height: 100%;
}

@charset "utf-8";@charset "UTF-8";.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.fadeInUp {
    animation-duration: 1.76s;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,40px,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@font-face {
    font-family:'OPPOSans';
    src: url('../fonts/OPPOSans-R.ttf');
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-style: normal;
}
* {
    font-family: "OPPOSans", "Microsoft YaHei", "Font Awesome 5 Pro",sans-serif;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
}

html,body {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;

     position: relative;
     height: 100%;
}

body {
    font-family: "OPPOSans", "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
    font-size: 14px;
}

body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
}

input[type="button"],input[type="submit"],input[type="reset"],input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"],input[type="submit"],input[type="reset"] {
    cursor: pointer;
}

input {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none!important;
    border-radius: 0;
}

button {
    cursor: pointer;
}

textarea {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
    /* background:#000;*/
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    user-select: none;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}

.xuanzhuan img {
    display: block;
    width: 100%;
}

.pc {
    display: block;
}

.wap {
    display: none;
}

.clearflex:after {
    content: "";
    display: table;
    clear: both;
}
/*20240417
@font-face {
    font-family: 'Mulish';
    font-weight: normal;
    src: url('../fonts/Mulish-VariableFont_wght.ttf');
}
*/


.head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background: url(../images/head-bg.png) no-repeat center bottom;
    background-size: cover;
}

.wrap:after {
    content: "";
    display: table;
    clear: both;
}

.head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 555;
    width: 100%;
    padding: calc(30/1920*100vw) 0;
    /* overflow:hidden;*/
}

.wrap {
    max-width: calc(1740/1920*100vw);
    padding: 0 calc(15/1920*100vw);
    margin: auto;
}

.head .wrap {
    position: relative;
    z-index: 4;
}

.head .logo img {
    height: calc(70/1920*100vw);
}

.head .logo {
    float: left;
    padding-top: calc(5/1920*100vw);
}

.head .right {
    float: right;
    text-align: right;
}

.head .right .infor1 {
    color: #fff;
    padding-bottom: calc(39/1920*100vw);
    font-size: calc(16/1920*100vw);
    line-height: 1;
}

.head .right .infor1 .local {
    display: inline-block;
    padding-left: calc(23/1920*100vw);
    background: url(../images/local.png) no-repeat left center;
    background-size: auto 100%;
}
.head .right .infor1 .local a{color: #ffffff;}
.head .right .infor1 .local a:hover{color: #0391eb;}
.head .right .infor1 .search {
    display: inline-block;
    padding-left: calc(24/1920*100vw);
    background: url(../images/search.png) no-repeat left center;
    background-size: auto 100%;
    margin-left: calc(20/1920*100vw);
    cursor: pointer;
}

.head .right .nav {
}

.head .right .nav ul {
}

.head .right .nav ul li {
    float: left;
    position: relative;
    margin-left: 2.5vw;
}

.head .right .nav ul li:hover dl {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.head .right .nav ul li .h2tit {
    line-height: 50px;
}

.head .right .nav ul li .h2tit a {
    color: #fff;
    font-size: calc(22/1920*100vw);
    display: block;
    position: relative;
    font-weight: bold;
    line-height: 1;
}
.head .right .nav ul li:hover dl {filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
.head .right .nav ul li dl {
    text-align: center;
    position: absolute;
    top: 100%;
    background: #fff;
    width: calc(140/1920*100vw);
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-top: 2px solid rgb(43 118 245);
    border-radius: 0px 0px 5px 5px;
    padding: 10px 0px;
    margin-top: calc(22/1920*100vw);
    top: calc(37/1920*100vw);
}

.head .right .nav ul li dl dd {
}
    .head .right .nav ul li:hover .h2tit a:after{
            width: calc(40/1920*100vw);
    }
.head .right .nav ul li .h2tit a:after{
    content:"";
    position:absolute;
    bottom: -7px;
    left: 50%;
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%, 0%);
    width: calc(40/1920*100vw);
    height: 2px;
    border-radius:30px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.head .right .nav ul li dl dd a {
    display: block;
    line-height: calc(50/1920*100vw);
    color: #000;
    position: relative;
}

.head .right .nav ul li dl dd a:hover {
    background: rgb(43 118 245);
    color: #fff;
}

.banner {width: 100%; height: 100%;}

.banner .swiper-container {width: 100%;height: 100%;
}

.banner .swiper-container .swiper-wrapper {
}

.banner .swiper-container .swiper-wrapper .swiper-slide {background-position: center; background-size: cover; }

.banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 43vw;
}

.banner .swiper-container .swiper-pagination {
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet {
    width: calc(30/1920*100vw);
    line-height: calc(30/1920*100vw);
    height: calc(30/1920*100vw);
    position: relative;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background: none;
    font-size: calc(16/1920*100vw);
    opacity: 1;
    color: #fff;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0px calc(60/1920*100vw);
    background: rgb(43 118 245);
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: calc(30/1920*100vw);
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: calc(30/1920*100vw);
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: calc(-40/1920*100vw);
    top: 50%;
    height: calc(1/1920*100vw);
    background: rgb(43 118 245);
    width: calc(30/1920*100vw);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    width: 0;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    right: calc(-40/1920*100vw);
    top: 50%;
    height: calc(1/1920*100vw);
    background: rgb(43 118 245);
    width: calc(30/1920*100vw);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    width: 0;
}
    

.section3 {
    padding-top: 7vw;
    background: url(../images/cont1_bg.jpg) no-repeat center center #fff;
    background-size: cover;
    padding-bottom: 5vw;
}

.section3 .wrap {
}

.titlemodel:after {
    background: url(../images/title.png) no-repeat center center;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: "";
}

.titlemodel {
    text-align: center;
    position: relative;
}

.titlemodel .cn {
    font-size: calc(38/1920*100vw);
    color: #333;
    font-weight: 800;
    position: relative;
    z-index: 4;
}

.titlemodel .en {
    font-size: calc(70/1920*100vw);
    color: #efefef;
    text-align: center;
    position: relative;
    font-family: Arial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.titlemodel .en_two {
    font-size: calc(50/1920*100vw);
    color: #efefef;
    text-align: center;
    position: relative;
    font-family: Arial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.section3 .list {
    margin-top: 4vw;
}

.section3 .list .swiper-container {
}

.section3 .list .swiper-container .swiper-wrapper {
    padding-bottom: calc(50/1920*100vw);
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide {
    height: 26vw;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a:hover .imgbox {
    position: absolute;
    left: 0;
    top: 0;
    margin: calc(20/1920*100vw);
    right: 0;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a:hover {
    background: #fff;
    -webkit-box-shadow: 0px calc(12/1920*100vw) calc(24/1920*100vw) 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px calc(12/1920*100vw) calc(24/1920*100vw) 0px rgba(0,0,0,0.09);
    -o-box-shadow: 0px calc(12/1920*100vw) calc(24/1920*100vw) 0px rgba(0,0,0,0.09);
    -ms-box-shadow: 0px calc(12/1920*100vw) calc(24/1920*100vw) 0px rgba(0,0,0,0.09);
    box-shadow: 0px calc(12/1920*100vw) calc(24/1920*100vw) 0px rgba(0,0,0,0.09);
    margin: 0;
    padding: calc(20/1920*100vw);
    padding-top: calc(273/1920*100vw);
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a * {
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    margin: calc(25/1920*100vw) calc(20/1920*100vw) 0;
    padding-bottom: calc(20/1920*100vw);
    border-bottom: calc(2/1920*100vw) solid #324bc3;
    overflow: hidden;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a * {
    display: block;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a:hover .time {
    font-family: 'Manrope', "Font Awesome 5 Pro", sans-serif;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a .time {
    top: 0;
    width: calc(151/1920*100vw);
    float: left;
    height: calc(34/1920*100vw);
    line-height: calc(34/1920*100vw);
    text-align: center;
    background: linear-gradient(45deg, #257fc7, #654084);
    font-size: calc(20/1920*100vw);
    color: #fff;
    font-weight: normal;
    background-size: cover;
    font-family: 'Manrope', "Font Awesome 5 Pro", sans-serif;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a:hover .title {
    font-weight: bold;
    color: #1d5ab3;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a .title {
    top: calc(24/1920*100vw);
    width: 100%;
    height: calc(80/1920*100vw);
    font-size: calc(24/1920*100vw);
    line-height: calc(80/1920*100vw);
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox {
    overflow: hidden;
    margin-bottom: calc(35/1920*100vw);
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a .imgbox img {
    width: 100%;
    height: calc((205/1920)*100vw);
    object-fit: cover;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a .dec {
    height: calc(48/1920*100vw);
    font-size: calc(19/1920*100vw);
    line-height: calc(24/1920*100vw);
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a:hover .more {
    display: block;
}

.section3 .list .swiper-container .swiper-wrapper .swiper-slide a .more {
    display: block;
    margin-top: calc(22/1920*100vw);
    width: 100%;
    float: left;
    height: calc(25/1920*100vw);
    line-height: calc(25/1920*100vw);
    font-size: calc(14/1920*100vw);
    color: #1d5ab3;
    background: url(../images/ic_add.png) no-repeat right center;
    display: none;
    background-size: auto 100%;
    padding-right:22px;
}

.section3 .list .swiper-container .swiper-pagination {
}
.section3 .list .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: #9da0b0;
    border-radius: 10px;
    display: inline-block;
    margin: 0 12px;
}
/* 当前选中的圆点样式 */
.section3 .list .swiper-container .swiper-pagination-bullet-active {
    color:#fff;
    background: #1a58ab;
}
.section2 {
    background: url(../images/container03_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 7vw 0px;
    text-align: center;
}

.section2 .wrap {
}

.section2 .titlemodel {
}

.section2 .titlemodel .cn {
    color: #fff;
}

.section2 .titlemodel .en_two {
    opacity: .4;
}

.section2 .list {
    padding-top: 5vw;
    text-align: left;
}

.section2 .list a:nth-child(3n) {
    margin-right: 0px;
}

.section2 .list a * {
    display: block;
}

.section2 .list a {
    display: block;
    padding: 1.5vw 3vw 1.5vw;
    padding-right: 2vw;
    /* padding-right:0;*/
    background: #fff;
    box-shadow: 0 calc(2/1920*100vw) calc(15/1920*100vw) rgba(0,0,0,0.15);
    transition: .6s;
    float: left;
    width: calc((100% - calc(100/1920*100vw))/3);
    margin-right: calc(50/1920*100vw);
    margin-bottom: calc(45/1920*100vw);
    position: relative;
}

.section2 .list a .date {
    background: url(../images/time_bg.png) no-repeat center center;
    background-size: cover;
    width: calc(74/1920*100vw);
    text-align: center;
    height: calc(80/1920*100vw);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: calc(-16/1920*100vw);
    top: 1.5vw;
    background: linear-gradient(45deg, #257fc7, #654084);
}

.section2 .list a .date .day {
    font-size: calc(30/1920*100vw);
    color: #fff;
    font-family: Times New Roman;
}

.section2 .list a .date .year {
    font-size: calc(14/1920*100vw);
    color: #fff;
}

.section2 .list a .con {
    padding-left: calc(18/1920*100vw);
}

.section2 .list a .con .line {
    width: calc(79/1920*100vw);
    height: calc(2/1920*100vw);
    background: #2b76f5;
    transition: .6s;
    margin-bottom: calc(20/1920*100vw);
}

.section2 .list a .con .tit {
    font-size: calc(24/1920*100vw);
    font-weight: normal;
    line-height: calc(32/1920*100vw);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: calc(64/1920*100vw);
    margin-bottom: calc(20/1920*100vw);
    position: relative;
}

.section2 .list:after {
    content: "";
    display: table;
    clear: both;
}

.section2 .list a .con .dec {
    font-size: calc(16/1920*100vw);
    color: #666666;
    line-height: calc(26/1920*100vw);
    height: calc(76/1920*100vw);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section2 .more {
    text-align: center;
    font-weight: bold;
    font-size: calc(22/1920*100vw);
    margin-top: calc(1/1920*100vw);
    display: inline-block;
    color: rgb(43 118 245);
}





.footer {
    background: url(../images/footer.jpg) no-repeat center center;
    background-size: cover;
    background-size: cover;
    border-bottom: 5px solid #d18e59;
    position: relative;
}

.footer .block1 {
    padding-top: 47px;
    padding-bottom: 47px;
}

.footer .block1 .wrap {
    display: flex;
    justify-content: space-between;
}

.footer .block1 .infor1 {
    width: 36%;
    border-right: 1px solid rgb(255 255 255 / 40%);
}

.footer .block1 .infor1 .txt {
}

.footer .block1 .infor1 .txt p {
    color: #fff;
    margin-bottom: 13px;
}

.footer .block1 .infor1 .txt p img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.footer .block1 .infor1 .txt p span {
    line-height: 20px;
}

.footer .block1 .infor1 .select:hover {
    background: url(../images/arrow-down-hover.png) no-repeat right 15px center rgb(0 0 0 / 10%);
}

.footer .block1 .infor1 .select {
    height: 38px;
    display: block;
    position: relative;
    z-index: 2;
    line-height: 38px;
    padding: 0 20px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    background: url(../images/arrow-up-hover.png) no-repeat right 15px center rgb(0 0 0 / 10%);
    font-style: normal;
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 30px;
    width: 350px;
    position: relative;
    max-width: 70%;
}

.footer .block1 .infor1 .select .h2tit {
    font-size: 14px;
    font-weight: normal;
}

.footer .block1 .infor1 .select:hover .slide {
    bottom: 38px;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.footer .block1 .infor1 .select .slide {
    width: 100%;
    left: 0;
    bottom: 38px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    bottom: 40px;
}

.footer .block1 .infor1 .select .slide a:hover {
    color: #fff;
    background: rgb(43 118 245)
}

.footer .block1 .infor1 .select .slide a {
    text-align: center;
    display: block;
    color: #000;
}

.footer .block1 .logo {
    width: 37%;
    text-align: center;
    border-right: 1px solid rgb(255 255 255 / 40%);
    vertical-align: middle;
}

.footer .block1 .logo a {
}

.footer .block1 .logo a img {
    width: 64%;
    padding-top: calc(20 / 1920 * 100vw);

}

.footer .block1 .ewms {
    width: 27%;
    display: flex;
}

.footer .block1 .ewms .item {
    padding: 0 0 0 10%;
    margin: 0 auto;
}

.footer .block1 .ewms .item img {
    width: 100%;
    margin: 0 auto;
}

.footer .block1 .ewms .item .title {
    text-align: center;
    padding-top: 10px;
    color: #fff;
}

.footer .block1 .ewms .item .title p {
}

.footer .block1 .ewms .item .title p:first-child {
    display: block;
    font-weight: normal;
    color: #e4be9f;
    font-size: 12px;
    padding-bottom: 5px;
}

.footer .block1 .ewms .item .title p:last-child {
    font-size: 14px;
}

.footer .block2 {
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    padding: 12px 15px;
    color: #fff;
    line-height: 1.4;
}

.btn_top {
    position: fixed;
    right: 15px;
    bottom: 30px;
    background: url(../images/up.png) no-repeat center center rgb(43 118 245);
    background-size: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 800;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.searchMain {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}

.searchMain .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.searchMain .close {
    cursor: pointer;
    position: absolute;
    right: calc(30 / 1920 * 100vw);
    top: calc(30 / 1920 * 100vw);
    width: calc(50 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    border-radius: 15.625vw;
    /* equivalent to 300px */
    background: url(../images/close.png) no-repeat center center #005daf;
    background-size: 34%;
    /* equivalent to 33% */
}

.searchMain .search {
    background: #00288b;
    transition: .6s;
    height: calc(300 / 1920 * 100vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.searchMain .words {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding-left: calc(80 / 1920 * 100vw);
    padding-right: calc(80 / 1920 * 100vw);
    color: #fff;
    font-size: calc(16 / 1920 * 100vw);
}

.searchMain .send {
    left: 0;
    top: 0;
    height: 100%;
    width: calc(76 / 1920 * 100vw);
    border: none;
    background: url(../images/search.png) no-repeat center center;
    background-size: calc(27 / 1920 * 100vw);
    position: absolute;
}

.searchMain .search form {
    width: calc(700 / 1920 * 100vw);
    height: calc(66 / 1920 * 100vw);
    margin: auto;
    background: rgb(149 149 149 / 20%);
    position: relative;
    max-width: 100%;
}

.cbanner {
    height: calc(550/1920*100vw);
    overflow: hidden;
    position: relative;
}

.cbanner .bg {
    height: 100%;
}

.cbanner .position {
    color: #fff;
    bottom: 1vw;
    width: 100%;
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0px;
    font-size: 14px;
    text-align: right;
}

.cbanner .position a {
    color: inherit;
}

.section5 {
}

.section5 .wrap {
    position: relative;
    margin-bottom: 60px;
}

.section5 .wrap .left {
    position: sticky;
    top: calc(120/1920*100vw);
    float: left;
    width: calc(326/1920*100vw);
    box-shadow: 0px 0px calc(10/1920*100vw) rgb(0 0 0 / 10%);
    z-index: 4;
    margin-top: calc(70/1920*100vw);
    background: #fff;
}

.section5 .wrap .left .toptitle {
    text-align: center;
    background: linear-gradient(45deg, #257fc7, #654084);
    color: #fff;
    position: relative;
    padding: calc(30/1920*100vw) 0px;
}


.section5 .wrap .left .toptitle .cn {
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: calc(40/1920*100vw);
}

.section5 .wrap .left .list {
    background-size: cover;
    padding-bottom: calc(50/1920*100vw);
}

.section5 .wrap .left .list ul {
}

.section5 .wrap .left .list ul li {
 
}

.section5 .wrap .left .list ul li:last-child a {
    border-bottom: none;
}
/*
.section5 .wrap .left .list ul li a.current,.section5 .wrap .left .list ul li a:hover {
    color: #038bff;
}

.section5 .wrap .left .list ul li a {
    display: block;
    font-size: calc(22/1920*100vw);
    color: #000;
    line-height: calc(67/1920*100vw);
    border-bottom: calc(1/1920*100vw) dashed #b8beff;
    padding: 0px calc(15/1920*100vw);
}
*/
.section5 .wrap .left .list ul li a{ display:block; color: #000; padding: 0px calc(15/1920*100vw); line-height: calc(87/1920*100vw); font-size: calc(22/1920*100vw); background:url(../images/dot4.png) #fff no-repeat 90% 50%;  padding-left:2rem; border-bottom:1px solid #ddd; border-left:7px solid #ffffff;} 
.section5 .wrap .left .list ul li a:hover{  color:#174A96; text-decoration:none;  background:url(../images/dot5.png) #EDF3F8 no-repeat 90% 50%; border-left:7px solid #0F54A1;}
.section5 .wrap .left .list ul li a.selected{  color:#174A96;  text-decoration:none; background:url(../images/dot5.png) #EDF3F8 no-repeat 90% 50%; border-left:7px solid #0F54A1;}



.section5 .wrap .right {
    float: right;
    width: calc(100% - 400/1920*100vw);
    min-height:600px;
}

.section5 .wrap .right .typename {
    font-size: calc(30/1920*100vw);
    font-weight: bold;
    padding-top: calc(90/1920*100vw);
    padding-bottom: calc(20/1920*100vw);
    border-bottom: calc(2/1920*100vw) #eef2fb solid;
}

.section5 .wrap .right .newslist {
    padding-top: calc(20/1920*100vw);
    line-height: 1.8;
    font-size: calc(22/1920*100vw);
}
.section5 .wrap .right .newslist p {
    padding-bottom: calc(30/1920*100vw);
    text-indent:2em;
}
.section5 .wrap .right .newslist p img {
    max-width: 100%;
    height: auto !important;
    clear: both;
    display: block;
    margin:auto;
}
.section5 .wrap .right .newslist ul {
}

.section5 .wrap .right .newslist ul li {
}

.section5 .wrap .right .newslist ul li a * {
    display: block;
}

.section5 .wrap .right .newslist ul li a:hover {
    width: 100%;
    box-shadow: 0px calc(10/1920*100vw) calc(25/1920*100vw) 0px #e3e3e3;
}

.section5 .wrap .right .newslist ul li a:hover:after {
    opacity: 1;
}

.section5 .wrap .right .newslist ul li a:after {
    background: url(../images/related_one.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.section5 .wrap .right .newslist ul li a>* {
    position: relative;
    z-index: 5;
}

.section5 .wrap .right .newslist ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    zoom:1;
    color: #333;
    padding: calc(40/1920*100vw) 0px;
    border-bottom: calc(1 / 1920* 100vw) dashed #cfcfcf;
}

.section5 .wrap .right .newslist ul li a .date {
    float: left;
    width: calc(150/1920*100vw);
    text-align: center;
}

.section5 .wrap .right .newslist ul li a .date .day {
    color: #256bcb;
    font-weight: bold;
    font-size: calc(49/1920*100vw);
}

.section5 .wrap .right .newslist ul li a .date .year {
    color: #256bcb;
    font-size: calc(18/1920*100vw);
    display: inline-block;
    padding: 0px calc(10/1920*100vw);
    line-height: 1.6;
}

.section5 .wrap .right .newslist ul li a .ris {
    float: left;
    width: calc(100% - 200/1920*100vw);
}

.section5 .wrap .right .newslist ul li a .ris .title {
    font-size: calc(26/1920*100vw);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: calc(17/1920*100vw);
}

.section5 .wrap .right .newslist ul li a .ris .dec {
    font-size: calc(18/1920*100vw);
    line-height: 1.5;
    opacity: .75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section5 .wrap .right .newslist ul li a .imbox {
    top: calc(20/1920*100vw);
    bottom: calc(20/1920*100vw);
    position: absolute;
    right: calc(20/1920*100vw);
    width: calc(270/1920*100vw);
    overflow: hidden;
}

.section5 .wrap .right .newslist ul li a .imbox img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.section5 .wrap .right .newslist ul li.pic a .ris {
    width: calc(100% - 480/1920*100vw);
}





.section5 .wrap .right .paging_content {
    padding-top: calc(20/1920*100vw);
    line-height: 1.8;
    font-size: calc(22/1920*100vw);
}
.section5 .wrap .right .paging_content p {
    padding-bottom: calc(30/1920*100vw);
    text-indent:2em;
}
.section5 .wrap .right .paging_content p img {
    max-width: 100%;
    height: auto !important;
    clear: both;
    display: block;
    margin:auto;
}






.section5 .wrap .pagesize {
    text-align: center;
    line-height: calc(50/1920*100vw);
    padding: calc(50/1920*100vw) 0px;
}

.section5 .wrap .wp_paging_w6 a {
    display: inline-block;
    width: calc(35/1920*100vw);
    line-height: calc(35/1920*100vw);
    color: #333;
    font-size: calc(14/1920*100vw);
}

.section5 .wrap .wp_paging_w6 a.prev {
}

.section5 .wrap .wp_paging_w6 a.current,.section5 .wrap .pagesize a:hover {
    background: linear-gradient(to right,#007bff,#61d7f4);
    color: #fff;
}

.section5 .wrap .wp_paging_w6 a.next {
}
.morebase:hover{
    background:#007bff;
    color:#fff;
}
.morebase{
    font-size: calc(19/1920*100vw);
    width: calc(214/1920*100vw);
    line-height: calc(44/1920*100vw);
    display: block;
    margin: auto;
    margin-top: 2vw;
    text-align: center;
    border: calc(2/1920*100vw) solid #007bff;
    border-radius: 28px;
    color: #007bff;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.scalcAni {
    animation: scalc 7s forwards;
    animation-timing-function: ease-out;
}

@keyframes scalc{
    0%{-webkit-transform: scale(1.35,1.35);-o-transform: scale(1.35,1.35);-moz-transform: scale(1.35,1.35);-ms-transform: scale(1.35,1.35);transform: scale(1.35,1.35);}
    100%{
-webkit-transform: none;
-o-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; 
    }
}

.cbanner .bg{
    opacity: 1;
}




.section6 {}
.section6 .wrap {}
.section6 .wrap .left {
    float: left;
    width: 100%;
}

.section6 .wrap .typeposition .pois{
    float: right;
    position: relative;
    line-height: calc(90/1920*100vw);
    font-size: calc(14/1920*100vw);
    color: #888;
    padding-left: calc(30/1920*100vw);
    background: url(../images/position.png) no-repeat left center;
    background-size: calc(20/1920*100vw);
    padding-right: calc(20/1920*100vw);
    display: none;
}
.section6 .wrap .typeposition .pois a{
    color: inherit;
}
.section6 .wrap .typeposition:after{
    content:"";
    display: table;
    clear:both;
}
.section6 .wrap .typeposition {
    background: #f2f2f2;
}
.section6 .wrap .typeposition .typenames {
    float: left;
    position: relative;
    padding-left: calc(266/1920*100vw);
}
.section6 .wrap .typeposition .typenames .typename {
    background: url(../images/lmydh_bg.jpg) no-repeat center center;
    background-size: cover;
    width: calc(240/1920*100vw);
    height: calc(187/1920*100vw);
    line-height: calc(187/1920*100vw);
    text-align: center;
    font-size: calc(36/1920*100vw);
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    bottom: 0;
}
.section6 .wrap .typeposition .typenames .link {
    display: inline-block;
    float: left;
    display:none;
    display: none;
}
.section6 .wrap .typeposition .typenames .link a:after,
.section6 .wrap .typeposition .typenames .link a:before{
    content:"";
    position:absolute;
    left:0;
    bottom: 0;
    height:calc(60/1920*100vw);
    width:calc(2/1920*100vw);
    background:#2196F3;
    opacity: 0;
    height: 0;
    transition: all 0.4s;
}

.section6 .wrap .typeposition .typenames .link a:hover,
.section6 .wrap .typeposition .typenames .link a.current{
    color:#2196F3;
}
.section6 .wrap .typeposition .typenames .link a:hover:after,
.section6 .wrap .typeposition .typenames .link a:hover:before,
.section6 .wrap .typeposition .typenames .link a.current:after,
.section6 .wrap .typeposition .typenames .link a.current:before{
    opacity:1;
    height: calc(60/1920*100vw);
}
.section6 .wrap .typeposition .typenames .link a:after{
    left: auto;
    right: 0;
    top: 0;
}
.section6 .wrap .typeposition .typenames .link a {
    display: block;
    color: #333;
    padding: 0 calc(20/1920*100vw);
    float: left;
    position: relative;
    font-size: calc(20/1920*100vw);
    line-height: calc(90/1920*100vw);
    margin-right: calc(24/1920*100vw);
}


.section6 .stivck{
    padding-top: calc(80/1920*100vw);
    padding-bottom: calc(150/1920*100vw);
}
.section6 .stivck:after{
    content: "";
    display: table;
    clear: both;
}
.section6 .wrap .left .article {}
.section6 .wrap .left .article .h2tit {
    font-size: calc(32/1920*100vw);
    color: #333;
    margin: 0 auto;
    margin-bottom: calc(8/1920*100vw);
    text-align: center;
    width: 90%;
}
.section6 .wrap .left .article .infor {
    padding-bottom: calc(22/1920*100vw);
    border-bottom: #d9d9d9 1px solid;
    padding-top: calc(28/1920*100vw);
    color: #989898;
    text-align: center;
}
.section6 .wrap .left .article .infor em {padding:0 12px}
.section6 .wrap .left .article .contsx {
    line-height: 1.6;
    padding: calc(30/1920*100vw) 0;
    font-size: calc(24/1920*100vw);
    width: 96%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
}
.section6 .wrap .left .article .contsx p {
    padding-bottom: calc(30/1920*100vw);
    text-indent:2em;
}
.section6 .wrap .left .article .contsx p img {
    max-width: 100%;
    height: auto !important;
    clear: both;
    display: block;
    margin:auto;
}
.section6 .wrap .right {
    float: right;
    position: sticky;
    width: 28%;
    top: 0;
}
.section6 .wrap .right > .title {
    padding-bottom: calc(10/1920*100vw);
    border-bottom: #1a52a7 1px solid;
    background: url(../images/ic_news.png) no-repeat left calc(3/1920*100vw);
    color: #1a58ab;
    font-size: calc(20/1920*100vw);
    padding-left: calc(30/1920*100vw);
    background-size: calc(24/1920*100vw);
}
.section6 .wrap .right ul {
    margin-top: calc(22/1920*100vw);
}
.section6 .wrap .right ul li {
    margin-bottom: calc(16/1920*100vw);
}
.section6 .wrap .right ul li a *{
    display:block;
}
.section6 .wrap .right ul li a {
    display: block;
}
.section6 .wrap .right ul li a .time {
    width: calc(90/1920*100vw);
    height: calc(26/1920*100vw);
    line-height: calc(26/1920*100vw);
    font-size: calc(14/1920*100vw);
    color: #282828;
    background: #e3e9f5;
    text-align: center;
    font-family: Arial;
    margin-bottom: calc(7/1920*100vw);
}
.section6 .wrap .right ul li a .title {
    font-size: calc(16/1920*100vw);
    line-height: calc(25/1920*100vw);
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.section1 {
    padding-top: 7vw;
    background: url(../images/container04_bg.jpg) no-repeat center center #fff;
    background-size: cover;
    padding-bottom: 5vw;
}

.section1 .wrap {
}


.section1 .content {padding-top: 60px;}

.section1 .content .left {float: left;width: 50%;}

.section1 .titlesmodel {line-height: 50px;font-size: 18px;border-bottom: 1px #ddd solid;margin-bottom: 8px;zoom: 1;overflow: hidden;font-weight: bold;}

.section1 .left .list {
}

.section1 .left .swiper-container {
}

.section1 .left .swiper-wrapper {
}

.section1 .left .swiper-slide {
}

.section1 .left .swiper-slide a {display: block;position: relative;overflow: hidden;}

.section1 .left .swiper-slide img {width: 100%;display: block;height: 393px;object-fit: cover;}

.section1 .left .swiper-slide .title {position: absolute;line-height: 50px;color: #fff;padding: 0px 20px;font-size: 16px;background: rgb(0 0 0 / 70%);z-index: 3;left: 0;bottom: 0px;width: 100%;font-weight: bold;}

.section1 .left .swiper-button-next {width: 40px;height: 46px;background: url(../images/angle-right.png) no-repeat center center rgb(0 0 0 / 50%);border-radius: 4px;background-size: 65%;}

.section1 .left .swiper-button-prev {width: 40px;height: 46px;background: url(../images/angle-left.png) no-repeat center center rgb(0 0 0 / 50%);border-radius: 4px;background-size: 65%;}
.section1 .content .right {float: right;width: 47%;}

.section1 .right .titlesmodel {
}

.section1 .right .titlesmodel a.more {float: right;font-size: 12px;color: #b80101;}

.section1 .right .list {
}

.section1 .right .list ul {
}

.section1 .right .list ul li {
}

.section1 .right .list ul li a {display: block;padding: 13.5px 30px 14px 30px;zoom: 1;overflow: hidden;position: relative;border-bottom: 1px solid #ddd;}

.section1 .right .list ul li a *{
  display:block;
}
.section1 .right .list ul li a .date {float: left;width: 60px;text-align: center;}
.section1 .right .list ul li a .date .line{
      height: 1px;
    background-color: #ddd;
    margin: 7px 0 6px;
}
.section1 .right .list ul li a .date .day {font-size: 32px;color: #333;line-height: 36px;height: 36px;}

.section1 .right .list ul li a .date .mon {font-size: 14px;color: #333;line-height: 20px;height: 20px;}

.section1 .right .list ul li a .text {width: calc(100% - 60px);float: left;padding-left: 34px;}

.section1 .right .list ul li a .text .title {font-size: 18px;color: #222;line-height: 32px;overflow: hidden;margin-top: 4px;}
#zd{width: 95%; margin: 0 auto; }	
#zd table tr:first-child{background:#467fcb; color:#fff;font-weight:bold; text-align: center;} /*第一行标题蓝色背景*/
#zd table{border-top:1pt solid #dddddd;border-left:1pt solid #dddddd;margin: 0 auto; width: 100%;} 
#zd td{ padding:10px 15px; border-right:1pt solid #dddddd;border-bottom:1pt solid #dddddd;font-size:16px;}
#zd tr{background:#ffffff;}
#zd tr:nth-of-type(odd){ background:#F5FAFA;} /* odd 标识奇数行，even标识偶数行 */
#zd tr:hover{ background: #E0F0F0;} /*鼠标悬停后表格背景颜色*/
