body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, footer, section, main, header, nav, img, picture, div, aside {
    margin: 0;
    padding: 0;
    border: 0
}

h2, h3, h4, h5, h6 {
    font-weight: 300
}

h1 {
    font-weight: 500
}

section, article, aside, footer, header, nav, hgroup, main {
    display: block
}

html {
    font-size: 10px;
    height: 100%
}

body {
    font-family: "SF Pro Text", "Helvetica", "Arial", sans-serif;
    height: 100%;
    background: #F8F8F8;
    overflow-x: hidden
}

div, table, body, nav, footer, main, section, header, aside {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, textarea, select, button {
    font: inherit
}

input {
    text-indent: 1em
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button, input {
    outline: none
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

svg:not(:root) {
    overflow: hidden
}

img {
    border-style: none
}

ul, li {
    list-style: none
}

[hidden] {
    display: none
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-tap-highlight-color: transparent
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl{
    float: left;
}
.fr{
    float: right;
}

/* 导航 */
.d-dh{
    width: 85%;
    margin: 0 auto;
    height: 80px;
}
.d-dh .logo{
    margin-top: 20px;
}
.d-dh .logo img{
    height: 40px;
}
.d-dh .menu{
    width: 76%;
    height: 80px;
    margin-left: 5%;
    line-height: 80px;
}
.d-dh .menu>ul>li{
    float: left;
    margin-right: 4%;
    position: relative;
}
.d-dh .menu>ul>li>a{
    font-size: 18px;
    color: #666;
}
@media screen and (max-width:1520px){
    .d-dh .menu>ul>li>a{
        font-size: 16px;
    }
}
.d-dh .menu>ul>li>a:hover{
    color: #000;
    font-weight: bold;
}
.d-dh .menu>ul>li>a.active{
    color: #000;
    font-weight: bold;
}
.d-dh .menu>ul>li:hover ul{
   display: block;
}
.d-dh .lang{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}
.d-dh .menu>ul>li>ul{
    display: none;
    position: absolute;
    top: 80px;
    background: rgba(12, 94, 178, .6);
    /*width: 140px;*/
    width: 160px;
    left: -30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.d-dh .menu>ul>li>ul>li{
    height: 50px;
    line-height: 50px;
}
.d-dh .menu>ul>li>ul>li:hover a{
    font-weight: bold;
}
.d-dh .menu>ul>li>ul>li>a.active{
    font-weight: bold;
}
.d-dh .menu>ul>li>ul>li>a{
    display: block;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid;
}

.wapdaohang{
    display: none;
}
.bannerwap{
    display: none;
}

@media screen and (max-width:1324px){
    .wapdaohang{
        display: block;
    }
    .pcdaohang{
        display: none;
    }
}
@media screen and (max-width:1024px){
    .bannerwap{
        display: block;
    }
    .bannerpc{
        display: none;
    }
}

.d-newlist{
    width: 70%;
    margin: 0 auto;
    margin-top: -3px;
}
.d-newlist .listleft{
   width: 15%;
   position: relative;

}
.d-newlist .listleft .list{
    font-size: 16px;
    text-align: center;
    color: #666;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}
.d-newlist .listleft .list a{
    display: block;
    
}
.d-newlist .listleft .list a.active{
    color: #0c5eb2;
}
.d-newlist .listleft .list a.active .yj{
    display: inline-block;
}
.d-newlist .listleft .list a:hover{
    color: #0c5eb2;
}
.d-newlist .listleft .list a:hover .yj{
    display: inline-block;
    
}
.d-newlist .listleft .list a .yj{
    display: none;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}
.d-newlist .listleft .listtit{
    position: absolute;
    height: 80px;
    line-height: 80px;
    width: 100%;
    top: -80px;
    background: #13479a;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.d-newlist .listright{
    width: 80%;
    margin-left: 4%;
}
.d-newlist .listright .title{
    border-bottom: 2px solid #13479a;
    height: 60px;
    padding-top: 20px;
}
.d-newlist .listright .title h1{
    color: #13479a;
    float: left;
    font-weight: 600;
    font-size: 24px;
}

.d-newlist .listright .title  .page{
    padding-top: 20px;
    float: right;
    color: #666;
}
.d-newlist .listright .list2{
    padding: 20px 0 15px 0;
    border-bottom: 1px dashed;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}
.d-newlist .listright .list2:hover .date{
    background: #0c7dd9;
    color: #fff;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}
.d-newlist .listright .list2 .date{
    float: left;
    width: 10%;
    text-align: center;
    /* background: #0c7dd9; */
    border: 1px solid #0c7dd9;
    padding:20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #0c7dd9;
}
.d-newlist .listright .list2 .date h1{
    margin-bottom: 5px;
}
.d-newlist .listright .list2 .con{
    float: right;
    width: 88%;
    color: #666;

}
.d-newlist .listright .list2 .con h1{
    font-size: 17px;
    letter-spacing: 0.5px;
    margin:5px 0 10px 0;
}
.d-newlist .listright .list2 .con h1 a:hover{
    color: #0c7dd9;
}
.d-newlist .listright .list2 .con .con2{
    letter-spacing: 0.5px;
    font-size: 14px;
    color: rgb(138, 138, 138);
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.d-newlist .listright .d-page{
    text-align: center;
    margin-top: 20px;
}
.d-newlist .listright .d-page a{
    font-size: 14px;
    border: 1px solid #000;
    margin: 0 5px;
    padding: 8px 12px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.d-newlist .listright .d-page a.page-num-current{
    background:#0c7dd9;
    color: #fff;
    border: 1px solid #0c7dd9;
}
.d-newlist .listright .d-page a:hover{
    background:#0c7dd9;
    color: #fff;
    border: 1px solid #0c7dd9;
    
}

@media screen and (max-width:1024px){
    .d-newlist .listleft{
        display: none;
    }
    .d-newlist .listright{
        width: 100%;
        margin-left: 0;
    }
    .d-newlist{
        width: 90%;
    }
    .d-newlist .listright .list2 .date{
        display: none;
    }
    .d-newlist .listright .list2 .con{
        width: 100%;
    }
}

.d-newlist .listright .newsnei h1{
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
}
.d-newlist .listright .d-pre{
    font-size: 14px;
    color: #333;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 20%;
}
.d-newlist .listright .d-pre:hover{
    color: #0c7dd9;
}
.d-newlist .listright .d-next{
    font-size: 14px;
    color: #333;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 20%;
}
.d-newlist .listright .d-next:hover{
    color: #0c7dd9;
}