@charset "utf-8";
.notice .txt{
	padding: 20px 0 20px 40px;
	background: url(../images/icon-notice.png) left center no-repeat;
	background-size: 24px 24px;
	color: #d81e06;
}
.section1,
.section3{
	background-color: #fff;
	padding: 50px 0;
}
.section1 .container{
	display: flex;
}
.section1 .cert{
	width: 300px;
	flex-shrink: 0;
}
.section1 .cert .cert-form{
	padding: 40px 0;
}
.section1 .cert .cert-form input{
	height: 50px;
	line-height: 50px;
	margin-bottom: 26px;
	border: solid 1px #ddd;
}
.section1 .cert .cert-form .btns .btn{
	display: inline-block;
	height: 40px;
	margin: 0 16px;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 40px;
	color: #fff;
}
.section1 .cert .cert-form .btns .btn.confirm{
	background-color: #0218e8;
}
.section1 .cert .cert-form .btns .btn.reset{
	background-color: #F5F5F5;
	color: #333;
}
.section1 .service{
	margin-left: 80px;
	flex: 1;
}
.section1 .service .service-list{
	padding: 40px 0;
}
.section1 .service .service-list ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
}
.section1 .service .service-list ul li{
	text-align: center;
}
.section1 .service .service-list ul li p{
	padding-top: 10px;
}
.section1 .service .service-list .desc{
	padding-top: 90px;
	text-align: center;
	color: #666;
}
.section2{
	padding: 50px 0;
	background: url(../images/new-bg.png) center center no-repeat;
}
.section2 .news-list{
	padding-top: 40px;
}
.section2 .news-list .hot .tit{
	padding: 20px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: space-between;
}
.section2 .news-list .hot img{
    width: 100%;
    height: 420px;
}
.section2 .news-list .hot .desc{
	color: #F5F5F5;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section2 .news-list .normal{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.section2 .news-list .normal a{
	width: 30%;
	display: flex;
	align-items: center;
	justify-content:space-between;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}
.section2 .news-list a:hover,
.section2 .news-list a:hover .tit{
    color: #016eed;
}
.section2 .news-list .normal a span{
	width: 80px;
	flex-shrink: 0;
}
.section3 .container{
	display: flex;
	justify-content:space-between;
}
.section3 .container .item{
	width: 30%;
}
.section3 .container .item ul{
	padding-top: 30px;
}
.section3 .container .item .hot{
	padding-bottom: 20px;
}
.section3 .container .item .hot .thumb{
	width: 100%;
}
.section3 .container .item .hot .tit{
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section3 .container .item .hot .desc{
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section3 .container .item .normal a{
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 新闻列表 */
.news.container{
	display: flex;
	justify-content: space-between;
}
.news.container .left{
	margin-bottom: 30px;
	flex-shrink: 0;
}
.news.container .list,
.news.container .con{
	width: 880px;
	background-color: #fff;
	padding: 30px;
}
.news.container .list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 40px;
}
.news.container .list .tit{
	padding-left: 20px;
	position: relative;
}
.news.container .list .tit::before{
	content: '';
	position: absolute;
	top: 17px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #ddd;
}
.crumbs{
	padding: 20px 0;
}
.news.container .right{
	width: 300px;
}
.news.container .right .item{
	padding: 30px 20px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.news.container .right .item .ewm{
    width: 100%;
}
.news.container .right .item .title{
	text-align: left;
	padding-bottom: 20px;
	font-size: 16px;
}
.news.container .right .item .rlist a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 35px;
	white-space: nowrap;
	text-align: left;
}
.news.container .con .title{
	font-size: 20px;
	text-align: center;
}
.news.container .con .tools{
	padding: 20px 0;
	text-align: center;
	color: #999;
}
.news.container .con .detail{
	line-height: 28px;
}
.news.container .con .detail p{
	padding-bottom: 10px;
}
.news.container .con .detail img{
    max-width: 100%;
}

.section4{
    background-color: #fff;
    padding-bottom: 50px;
}
.section4 .container{
    display: flex;
    justify-content: space-between;
}
.section4 .container .left{
    width: 766px;
}
.section4 .container .right{
    width: 356px;
}
.section4 .left .common-title,
.section4 .right .common-title{
    margin-bottom: 30px;
}
.section4 .my-table,
.section4 .my-table2{
    width: 100%;
}
.section4 .my-table th,
.section4 .my-table2 th{
    line-height: 50px;
    padding: 0 20px;
    text-align: left;
}

.section4 .my-table td{
    border: solid  1px #fff;
    line-height: 50px;
    background-color: #f9f9f9;
    padding: 0 20px;
}
.section4 .my-table2 tr{
    display: flex;
    align-items: center;
}
.section4 .my-table2 td{
    line-height: 40px;
    flex: 1;
}
.section4 .my-table2 th{
    padding: 0;
    flex: 1;
}