input{cursor:pointer;}
/************************** 新闻活动详情 **************************/
.news_Content {
	margin: 22px 0 16px 0;
}
.news_all h2 {
    color: #9E9E9E;
    text-shadow: 0 0 5px #FFF;
    margin-bottom: 0.5em;
    font-size: 24px;
    font-family: "微软雅黑", "Arial";
    font-weight: normal;
    margin-top: 0px;
    text-transform: uppercase;
}
.news_all dl dd:hover {
    box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
}
/************************* 新闻活动左边栏 *************************/
.news_Left {
	float: left;
	width: 70%;
	margin-top: 3px;
}
.actives_Right {
	float: left;
	width: 28%;
	margin-top: 3px;
	margin-left: 2%;
	height: auto;
	position: relative;
}
.news_Search {
	height: 84px;
}
.news_Search > div {
	float: left;
}
.news_Search .search_Arc {
	width: 40px;
	height: 40px;
    background: url(../images/fav_arc_right.png) no-repeat center;
}
.news_Search .search_Normal {
	width: 240px;
	background: #fff;
	padding: 8px 5px 8px 5px;
	border: 1px solid #dedede;
}
#start,#end{border:none;padding-left:20px;width:200px;}
.news_Search .search_Normal div {
	text-align:center;
}
.reset-btn {
	color: #000;
	background: #fff;
}
.search-btn, .reset-btn {
	padding: 9px 14px;
	border: 1px solid #dedede;
	border-radius: 3px;
	cursor: pointer;  
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	margin-left:10px;
	cursor:pointer;
}
.search-btn{background: #6EA522;}
.reset-btn{background: #fff;}
.search-btn input, .reset-btn input {
	border: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.search-btn input{background: #6EA522;color:#fff;}
.reset-btn input{background: #fff;color:#6EA522;}
.RF_News dl{
	text-align: justify;
}
.RF_News dl dd {
    position: relative;
    border: 1px solid #f2f3f5;
    background: #fff;
    overflow: hidden;
}
.RF_News dl .news-item , .RF_Actives dl .actives-item {
    margin-bottom: 25px;
}
.RF_News dl .news-item .item-img {
	float: left;
	width: 60%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 37.5%;
}
.RF_News dl .news-item .item-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.RF_News dl .news-item .item-content {
	float: left;
	width: 36%;
	padding: 3% 2%
}
.RF_News dl .news-item .item-content .fav-title {
	margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1b2939;
    height: 36px;
    overflow: hidden;
    padding: 0 10px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.RF_News dl .news-item .item-content .fav-con {
    font-size: 16px;
    color: #939a9f;
    text-overflow: ellipsis;
}

/************************* 新闻活动右边栏 *************************/
.share {
	float: left;
	height: 84px;
	font-size: 0;
	text-align: right;
}
.share > div {
    display: inline-block;
    width: 68px;
    height: 30px;
    margin-right:15px; 
    padding: 4px 15px;
    font-size: 14px;
    border: 1px solid #dedede;
    color: #93939e;
    cursor: pointer;
}
.share > div.email {
	padding: 4px 8px 4px 22px;
}
.share > div a,.share > div span {
	line-height:30px;
}
.share .weibo {
	border-radius: 3px;
	background: #fff url(../images/fav_icon_weibo.png) no-repeat 15px center;
	background-size: auto 20px;
}
.share .weibo:hover {
    border: 1px solid #fca382;
}
.share .weixin {
	position: relative;
	border-radius: 3px;
	background: #fff url(../images/fav_icon_weixin.png) no-repeat 15px center;
	background-size: auto 20px;
}
.share .weixin:hover {
    border: 1px solid #57bc56;
}
.share .weixin .qr-code {
    display: none;
}
.share .email {
	position: relative;
	padding-left: 18px;
	border-radius: 3px;
	background: #fff url(../images/fav_icon_email.png) no-repeat 8px center;
	background-size: auto 20px;
	vertical-align: bottom;
}
.share .email:hover {
    border: 1px solid #fdc525;
}
.share .email .email-rss {
    display: none;
    position: absolute;
    top: 32px;
    left: -220px;
    width: 322px;
    height: 68px;
    text-align: left;
    background: url(http://image.zuchecdn.com/activity/fav_email_bg.png) no-repeat left 2px;
    background-size: 322px 62px;
}
.RF_Actives dl dd {
    position: relative;
    border: 1px solid #f2f3f5;
    background: #fff;
    overflow: hidden;
}
.RF_Actives dl .actives-item .item-img {
    width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 62.5%;
}
.RF_Actives dl .actives-item .item-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.RF_Actives dl .actives-item .item-content {
    width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 31.5%;
}
.RF_Actives dl .actives-item .item-content .item-content2 {
	position: absolute;
	width: 90%;
	padding: 4% 5%;
	top: 0;
	left: 0;
}
.RF_Actives dl .actives-item h3 {
    height: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #1b2939;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.RF_Actives dl .actives-item p {
    height: 45px;
    margin: 8px 0;
    font-size: 16px;
    color: #939a9f;
    overflow: hidden;
}
.RF_Actives dl .actives-item .fav-state.progress {
    background: #377aea;
}
.RF_Actives dl .actives-item .fav-state.closed {
    background: #3d3d3d;
}
.RF_Actives dl .actives-item .fav-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #377aea;
}
.RF_Actives dl .actives-item .fav-state p {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 6px 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    vertical-align: middle;
}
.load-more {
    width: 158px;
    height: 40px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #dcdde1;
    color: #60606a;
    background: #fafbfd;
    cursor: pointer;
}