/* .newslist	 */
.news-cont {
    margin-top: 80px;
    overflow: hidden;
	padding: 0 6%;
}
.news-lt {
    width: calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
    float: left;
    padding-right: 95px;
    border-right: 1px solid #E5E5E5;
}
.news-a {
    display: block;
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px solid #E5E5E5;
}
.news-a:first-child {
    padding-top: 0;
}
.news-a:hover .news-a2-a{
	color: #042c58;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a:hover .news-a2-d{
	color: #042c58;
	background-image: url(../img/ico07.png);
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a2-a {
    font-size: 24px;
    height: 25px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.news-a2-b {
    font-size: 13px;
    line-height: 1;
    color: #808080;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-a2-c {
    font-size: 15px;
    height: 48px;
    line-height: 25px;
    color: #808080;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-a2-d {
    display: inline-block;
    padding-right: 25px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 50px;
    background: url(../img/ico06.png) no-repeat right center;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.news-rt {
    width: 440px;
    float: right;
}
.news-b {
    font-size: 26px;
    color: #000;
    line-height: 1;
    margin-bottom: 38px;
}
.news-c a {
    margin-top: 17px;
    display: block;
    overflow: hidden;
    padding: 25px 45px;
    background: #f5f5f5;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.news-c a:hover{
	/* background: url(../img/img09.jpg) no-repeat center; */
	/* background: rgba(4, 44, 88, .8); */
	background-color: #fff;
	background-size: cover;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-c a:hover *{
	/* color: #fff; */
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-c1 {
    font-size: 24px;
    color: #333;
    line-height: 35px;
    height: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.news-c2 {
    font-size: 12px;
    color: #808080;
    margin-top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media (max-width: 1600px){
	.news-lt {
		width: calc(100% - 380px);
		width: -webkit-calc(100% - 380px);
		padding-right: 30px;
	}
	.news-a2 {
		width: 100%;
		/* width: -webkit-calc(100% - 280px); */
	}
	.news-a2-d {
	    margin-top: 18px;
	}
	.news-rt {
	    width: 350px;
	}
	.news-c a {
	    padding: 20px 30px;
	}
	.news-c1 {
	    font-size: 18px;
	    line-height: 25px;
	    height: 72px;
	}
}
@media (max-width: 1000px){
	.news-lt {
		width: 100%;
		padding: 0;
		border: 0;
	}
	.news-rt {
		display: none;
	}
}
@media (max-width: 767px){
	.subnav{padding: 0;}
	.subnav a {
	    padding: 0px 10px;
	    font-size: 14px;
	}
	.news-cont{
		margin-top: 20px;
	}
	.news-a2-a {
	    font-size: 16px;
	}
	.news-a2-c {
	    font-size: 14px;
	}
	.news-a{
		padding: 20px 0;
	}
}