a:hover{
	text-decoration: none !important;
}
.banner{
	width: 100%;
	float: left;
	margin-top: 45px;
}
.banner img{
	width: 100%;
}
@media screen and (min-width:1200px) and (max-width:1920px) {
	.banner img{
		width: 100%;
		min-height: 260px;
	}
}
@media screen and (min-width:200px) and (max-width:720px) {
	.banner img{
		width: 100%;
		min-height: 115px;
	}
}

.latest-news-list li {
    margin-bottom: 20px;
    line-height: 24px;
    list-style: none;
	font-size: 14px;
}
.latest-news-list li a{
	color: #333;
}

.latest-news-list .data {
    color: #999;
	display: block;
}
.sub-cont-nav {
    display: block;
   /* font-family: PingFangSC-Regular, Microsoft YaHei; */
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-bottom: 10px;
	margin-top: 30px;
}
.sub-cont-nav a{
   /* display: block; */
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.latest > div {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f4f7fc;
}
.latest-h2 i {
    margin-left: 13px;
    font-style: normal;
    font-size: 20px;
    color: #6A88B0;
    letter-spacing: 0.41px;
}

.latest-h2 {
	text-indent: 20px;
    display: block;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 20px;
	border-left:4px solid #004098;
}

.list {
    display: inline-block;
    padding: 0px;
}

.list-box {
    margin-top: 26px;
    display: block;
    padding: 0 0 26px 100px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
}
.list-box:hover{
	text-decoration: none;
}
.list-box:hover .date{
    background-image: url(../img/bor2.png);
}
.list-box:hover .blue{
    color: #004098;
}
.list-box .title {
    display: block;
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 60px;
    font-style: normal;
}
.list-box .title:hover{
    color: #004098;
}
.list-box .blue {
    display: block;
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 16px;
    line-height: 2;
    color: #333;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    font-style: normal;
}

.list-box .blue,
.list-box .title {
    max-width: 550px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-box .des {
     width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    margin-top: 10px;
    min-height: 47px;
}

.list-box .date,
.list-box .date1 {
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url(../img/bor1.png);
    padding: 8px 0px;
    left: 0;
    top: 16px;
    font-style: normal;
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    letter-spacing: 0.23px;
    text-align: center;
}

.list-box .date1 {
    background-image: url(../images/bor2.png);
}
.list-box em{
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}


.paging{
    display: block;
    text-align: right;
    margin: 40px 0 20px;
    padding: 0;
}
.paging1{
    margin-top:38px;
}

.paging a{
    display: inline-block;
    min-width: 28px;
    height: 28px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 14px;
    line-height: 26px;
    white-space: normal;
    color: #333333;
    letter-spacing: 0;
    margin-left:10px;
}
.paging span{
    padding: 0 17px;
}
.paging a.pre{
    margin-left:30px;
    margin-right:10px;
}
.paging a.active,.paging a:hover{
    background: #004098;
    color: #fff;
}
.paging a.next, .paging a.pre{
    padding:0 35px;
}
.paging .more{
    height: 34px;
    line-height: 34px;
    padding: 0 40px;
}
.list-box dl{
    margin-left: 30px;
    font-size: 0;
}
.list-box dt{
    height: 56px;
    font-size: 20px;
    color: #333;
    position: relative;
    user-select: none;
    cursor: default;
}
.list-box dt::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 30px;
    height: 2px;
    background-color: #004098;
}
.list-box dd{
    display: inline-block;
    width: 33%;
    line-height: 38px;
    font-size: 16px;
    color: #666;
}
.list-box dd a:hover{
    color: #004098;
}
.list-box .img-jzg{
    position: absolute;
    left: 0;
    top: 0;
    width: 97px;
    height: 97px;
}
@media (max-width: 1024px){
    .banner{
       /* margin-top: 80px; */
    }
    .share_foot_m {
        display: none;
    }
}

@media(min-width:1200px){
    .share-box .share-icon{
        margin-left: 25px;
    }
/*  .latest-h2{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}
.latest-h2::after{
    content: ' ';
    width: 80px;
    height: 4px;
    background: #004098;
    position: absolute;
    left: 0;
    bottom: 0px;
} */
    .banner .notice{
        left:15px;
    }
}

@media(max-width:1200px){
/*     .share-box::after,.latest::after{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 14px;
    background: #0F4080;
}
.share-box .share-icon{
    margin-left: 25px;
}
.share-box .share-txt{
    margin-left: 10px;
} */
    .banner{
        margin-bottom:10px;
    }
    .banner .nav,.banner .notice{
        left:30px;
    }
    .latest{
        margin-left:0;
        margin-top:30px;
        max-width: inherit;
    }
    .latest-h2{
        font-size: 18px;
        text-indent: 10px;
        margin: 0;
        margin-bottom: 20px;
        color: #0f4080;
    }
    .latest-h2 i{
        font-size: 16px;
    }
	.banner .notice{bottom:20px;}
    
}

@media (max-width: 991px){
    .list-box{
        margin-top: 20px;
        padding: 0;
    }
    .list-box dl{
        margin-left: 130px;
    }
    
}

@media screen and (max-width: 769px) and (min-width: 415px){
    .latest{
        margin-left: 0;
        padding-left:0;
        padding-right:0;
        max-width: 100%;
    }
    .banner{
        margin-bottom: 25px;
    }
}
@media (max-width: 767px){
    .list-box .des{
        padding-bottom: 0px;
    }
    .banner{
        height: 97px;
       /* margin-top:48px; */
    }
    .banner .banner-back{
        bottom: 21px;
    }
    .latest{
        margin-left: 0;
        padding-left:0;
        padding-right:0;
        max-width: 100%;
    }
    /*.list-box{
        padding: 14px 0;
    }*/
    .list-box .blue, .list-box .title{
        /*max-width: 285px;*/
        line-height: 20px;
        color: #333;
    }
    .list-box .date,
    .list-box .date1{
        position: initial;
        line-height: 20px;
     }
    .container{
        padding: 0;
    }
    .more{
        line-height: 40px!important;
    }
    .list-box dd{
        width: 50%;
        vertical-align: top;
    }
}
@media (max-width: 480px){
    .banner .notice{
        font-size: 24px;
        margin: 0;left:15px;bottom:15px;
    }
    .banner .banner-back{
        bottom: 17px;
    }
    .list-box .blue,.list-box .title{
        margin-bottom: 0;
    }
    .paging a,.latest-list li{
        font-size: 12px;
    }
    .share-box .share-txt{
        font-size: 10px;
    }
    /*.container-fluid{
        padding: 0;
    }*/
    .more{
        line-height: 40px!important;
    }
    .list-box dl{
        margin-left: 95px;
    }
    .list-box dd{
        width: 100%;
        line-height: 30px;
        font-size: 14px;
    }
    .list-box dt{
        height: 48px;
        font-size: 18px;
    }
    .list-box .img-jzg{
        position: absolute;
        left: 0;
        top: 0;
        width: 65px;
        height: 65px;
    }
}


/* 0309淇敼 */
.list-title{
    font-family: PingFangSC-Semibold,Microsoft YaHei;;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    position: relative;
}
.list-title::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 97px;
    height: 4px;
    background: #004098;
}
.m-data{
    display: block;
    margin-top: 10px;
    font-style: normal;
    color: #999;
}
.more{
    margin-bottom: 80px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    background-color: #3b73c0;
    cursor: pointer;
}

@media (max-width: 767px){
    .list-title{
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .list-title::after{
        width: 80px;
    }
	.foot_m{
		height:240px !important;
	}
}

@media (max-width: 414px){
    .list-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* foter */
.foot {
    background: #083A7C;
    padding: 36px 0;
    position: relative;
    transition: 0.2s all;
}
.foot_m {
    margin: auto;
    max-width: 1400px;
    padding: 0 15px;
	height: 110px;
}
.foot .foot_mr {
    float: right;
    margin-top: 10px;
}
.foot .foot_l {
    float: left;
    margin-top: 10px;
}
.foot .foot_l img {
    max-width: 300px;
    opacity: 0.6;
}
.foot .foot_r1{
    /* height: 22px; */
	line-height: 22px;
	margin-bottom: 10px;
}
.foot .foot_r1 a {
    font-size: 16px;
    color: #ccc;
    padding-left: 5px;
}
.foot .foot_r16 a {
    font-size: 14px;
}
.foot .foot_r2{
	color: #ccc;
	font-size: 14px;
}
.fo2 a{
	color: #fff !important;
}

/* 详情页css */
.detail-title {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.detail-date {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    letter-spacing: 0;
}
.detail-date .pull-right em {
    font-style: normal;
    margin-right: 8px;
    color: #ccc;
    font-size: 24px;
}
.detail-date .pull-right i:nth-child(2) {
    font-size: 16px;
}
.detail-date .pull-right i:nth-child(3) {
    font-size: 18px;
}
.detail-date .pull-right .act {
    color: #151515;
}
.detail-date .pull-right i {
    margin-right: 5px;
    font-size: 20px;
    font-style: normal;
    color: #ccc;
    vertical-align: bottom;
    cursor: pointer;
}

/* 关于我们样式 */
.latest {
    margin-top: -30px;
    padding: 0 0 0 20px;
	position: relative;
}
.latest > div {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f4f7fc;
}
.lat-box {
    display: block;
    width: 100%;
    height: 470px;
    position: relative;
    background-color: #f9f9f9;
}
.lat-box-li-first {
    font-size: 20px;
    color: #fff;
	background-image: url(../img/Group 5 Copy.png);
    background-size: 100% 100%;
}
.lat-box .lat-box-li {
    border-right: 4px solid #ccc;
}
.lat-box .lat-box-li, .lat-box-li-first {
    display: block;
    width: 100%;
    height: 60px;
    /* background: #E9F1FC; */
    font-family: PingFangSC-Regular,Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 60px;
    text-align: center;
}