body {
    font-family: "微软雅黑";
}

a:focus {
    outline: none;
}

img {
    border: none !important;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ele {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.banner_box{
	width: 100%;
	height: 580px;
	background: url(/picture/0/2212251359292208305.png) no-repeat center;
	margin-bottom: 50px;
}
.logo_box img{
	margin-top: 20px;
}
.con_title{
	width: 100%;
	height: 40px;
	background: url(title_bg01.png) no-repeat center;
	font-weight: 700;
	font-size: 30px;
	color: #e7561f;
	text-align: center;
}
.con_title a{
	color: #e7561f;
}
.xwsl_listbox{
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
.xwsl_listbox li{
	width: 380px;
	height: 137px;
	background: linear-gradient(180.00deg, #fff 0%, #fff 71.13%, #fcefe4 100%);
box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
	margin-top: 30px;
	padding: 20px;
	float: left;
	overflow: hidden;
}
.xwsl_listbox li a{
	display: block;
}
.xwsl_listbox li .title{
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}
.xwsl_listbox li .time{
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #999999;
}
.xwsl_listbox li+li{
	margin-left: 30px;
}
.xwsl_listbox li:nth-child(4){
	margin-left: 0;
}
.con_box02{
	width: 100%;
	height: 538px;
	background: url(bg01.png) no-repeat center;
	padding: 30px 0;
	margin-bottom: 50px;
}
.con_box02_fl{
	width: 575px;
	overflow: hidden;
}
.title_box{
	height: 40px;
	width: 100%;
	background: url(title_bg02.png) no-repeat center;
	font-weight: 700;
	font-size: 30px;
	color: #e7561f;
	padding-left: 25px;
	margin-bottom: 30px;
}
.title_box a{
	color: #e7561f;
}
.zcsd_box{
	width: 575px;
	height: 408px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
	padding: 20px 20px 0 20px;
}
.zcsd_box li{
	font-weight: 400;
	font-size: 18px;
	line-height: 51px;
	height: 51px;
	overflow: hidden;
	padding-left: 24px;
	border-bottom: 1px #ccc solid;
	background: url(cc.jpg) no-repeat center left;
	background-size: 2%;
}
.zcsd_box li .text{
	color: #333;
	width: 375px;
}
.zcsd_box li .time{
	color: #999;
}
.con_box02_fr{
	width: 575px;
	overflow: hidden;
}
.title_box01{
	background: url(title_bg03.png) no-repeat center;
}
.zcsms_box{
	width: 575px;
	height: 408px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.zcsms_box .bd {
	width: 100%;
	height: 100%;
}
.zcsms_box .bd ul{
	width: 100%;
	height: 100%;
}
.zcsms_box .bd li{
	width: 100%;
	height: 100%;
}
.zcsms_box .bd li img{
	width: 535px;
	height: 300px;
	margin-bottom: 16px;
}
.zcsms_box .bd li .text{
	width: 414px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}
.zcsms_box .bd li .text a{
	color: #333333;
}
.zcsms_box .hd .next,.zcsms_box .hd .prev{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 26px;
}
.zcsms_box .hd .prev{
	background: url(prev01.png) no-repeat center;
	right: 65px;
}
.zcsms_box .hd .next{
	background: url(next01.png) no-repeat center;
	right: 20px;
}
.zcsms_box .hd .prev:hover{
	cursor: pointer;
	background: url(prev001.png) no-repeat center;
}
.zcsms_box .hd .next:hover{
	cursor: pointer;
	background: url(next001.png) no-repeat center;
}
.con_title01{
	background: url(title_05.png) no-repeat center;
	margin-bottom: 30px;
}
.zdjs_box{
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.zdjs_box ul{
	height: 180px;
	overflow: hidden;
}
.zdjs_box ul li{
	width:380px !important;
	height: 180px;
	background: url(bg001.jpg) no-repeat center;
	background-size: contain;
	padding: 20px 25px 20px 20px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.zdjs_box ul li .title{
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	color: #333;
}
.zdjs_box ul li .title a{
	height: 72px;
	color: #333;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zdjs_box ul li .title a:hover{
	color: #e7561f;
}
.zdjs_box ul li p{
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #999;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zdjs_box .next,.zdjs_box .prev{
	width:40px;
	height: 40px;
	position: absolute;
	z-index: 2;
	top: 56px;
}
.zdjs_box .next{
	background: url(n.png) no-repeat center;
	right: -60px;
}
.zdjs_box .prev{
	background: url(p.png) no-repeat center;
	left: -60px;
}
.zdjs_box .next:hover{
	cursor: pointer;
	background: url(n02.png) no-repeat center;
}
.zdjs_box .prev:hover{
	cursor: pointer;
	background: url(p02.png) no-repeat center;
}
.con_title02{
	background: url(ttitle_bg05.png) no-repeat center;
}
.bs_list{
	margin-top: 24px;
	margin-bottom: 50px;
	overflow: hidden;
}
.bs_list li{
	width: 380px;
	height: 244px;
	float: left;
	position: relative;
	z-index: 0;
}
.bs_list li .img{
	width: 380px;
	height: 214px;
}
.bs_list li img{
	width: 380px;
	height: 214px;
	display: block;
}
.bs_list li .a{
	display: block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(153, 153, 153, 0.2);
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #333;
	position: absolute;
	bottom: 0;
	right: 40px;
	left: 40px;
}
.bs_list li+li{
	margin-left: 30px;
}

