@charset "utf-8";
/* CSS Document */


.lfbox {
    width: 100%;
    padding-bottom: 100px;
}

.news_tit {
/*	width: 720px;*/
	margin: 0 auto;
  color: #434343;
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}

.desc {
	float: left;
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
  margin-top: 35px;
	text-align: left;
}

.fontCtrl {
  margin-top: 35px;
	height: 36px;
/*	margin-top: -20px;*/
	float: right;
}
.fontCtrl em {
	float: left;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
}
.fontCtrl span,
.fontCtrl .print {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border:1px solid #ccc;
	cursor: pointer;
}
.fontCtrl span.active {
	border-color: #1966a7;
	background-color: #1966a7;
	color: #fff;
}
.fontCtrl .print {
	margin-left: 20px;
	font-size: 0px;
	background: url(../images/print.png) no-repeat center center;
	background-size: 80%;
}
.fontCtrl span:hover,
.fontCtrl .print:hover {
	border-color: #1966a7;
}
.news_top {
    border-bottom: 1px solid #caced4;
    padding: 15px 0 0;
}
.news_top:after {
	content: "";
	display: block;
	clear: both;
}
.shareicon {
    width: 30px!important;
    height: 30px!important;
    line-height: 30px!important;
    background-size: cover!important;
    background-position: center center!important;
}

.uedit img{
    max-width: 100%;
}
.uedit video{
    max-width: 100%;
}

.uedit {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
		font-size: 16px;
		color: #5f6166;
		line-height: 45px;
}
.uedit table {
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #000;
}
.uedit table td {
	background-color: #fff;
}


.news_down {
    margin-top: 50px;
}

.prev_news {
    display: block;
	color: #5f6166;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
}

.more_news {
    border-top: 1px solid #caced4;
    padding-top: 20px;
    margin-top: 40px;
}

.rtbox {
    float: right;
    width: 280px;
}

.zw_info {
    width: 100%;
    max-height: 350px;
    background-color: #f6f9fe; 
    overflow: hidden;
    margin-bottom: 30px;
}

.zw_tit {
    width: 100%;
	height: 46px;
	background-color: #1966a7;
    padding-left: 15px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 46px;
    margin-bottom: 10px;
}

.zw_a {
    display: block;
    background: url(../images/yuan.png) no-repeat left 10px top 20px;
    background-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color: #434343;
	font-size: 16px;
	font-weight: 400;
	line-height: 48px;
    padding-left: 30px;
    padding-right: 20px;
}
.act {
    padding:  0 12px;
}

.act_info {
    width: 100%;
    background-color: #f6f9fe; 
    margin-bottom: 100px;
    padding-bottom: 20px;
}

.actdesc {
	height: 46px;
  color: #434343;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.acttime {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
}

.act_a {
    padding-left: 20px;
    display: block;
    background: url(../images/yuan.png) no-repeat left top 17px;
    background-size: 10px;
    padding-top: 10px;
}
.act li:not(:last-child) .act_a{
    border-bottom: 1px dotted #d9dadd;
}

@media screen and (max-width:1024px) {
    .news_down{
        display: none;
    }
	.combox {
			padding: .1rem 0 0 0;
		  width: 100%;
	}
	.lfbox {
			width: 100%;
	}
	.news_top {
			padding: .1rem .16rem;
	}
	.news_tit {
		font-size: .18rem;
		line-height: .26rem;
	}
	.desc {
		font-size: .14rem;
		line-height: .24rem;
		text-align: center;
	}
	.mr50 {
		margin-right: .16rem;
	}
	.uedit {
		padding: 0 .16rem;
		margin-top: .2rem;
	}
	.uedit img {
		width: auto !important;
		height: auto !important;
	}
	.more_news {
		padding-left: .16rem;
		padding-right: .16rem;
	}
	.prev_news {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: .14rem;
		line-height: .3rem;
	}
	.rtbox {
			display: none;
	}
	.news_down {
		padding: 0 .16rem;
	}
	.news_tit {
		width: auto;
	}
}


