.fan{
	position:relative;
}
.fan >p{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.fan .fantext{
    position: absolute;
    color: #fff;
    left: 25%;
    top: 40%;
}
.fan .fantext h2 img{
	height: 79px;	
}
.fan .fantext p{
    line-height: 120%;
    font-size: 16px;
    text-shadow: 0 0 10px #1f1f1f, 0 0 10px #1f1f1f;
    margin-top: 7px;
	margin-left: 15px;
}
.fan .fantext p span{
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
.fan .fantext p span:after{
	content:'/';
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.fan .fantext p span:last-child:after{
	display:none;
}
.content-wrap aside{
	float:right;
}
.content-wrap .content-main{
	float:left;
	position:relative;
}
.content-wrap .content-main:after{
	content:'';
	display:block;
	width:2px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#e2d3ca;
}
#newslist{
}
#newslist .list{
	overflow:hidden;
	margin-bottom: 40px;
}
#newslist .list .photo{
	float:left;
	width:307px;
}
#newslist .list .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#newslist .list .photo a img{
	width:100%;
}
#newslist .list .info{
	float: right;
    width: calc(100% - 380px);
    margin-right: 40px;
	margin-top: 15px;
}

#newslist .list .info .date{
	color:#7a7a7a;
}
#newslist .list .info h5{
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#newslist .list .info h5 a{
    color: #616161;
    font-size: 20px;
    line-height: 180%;
}

#newslist .list .info article{
	color: #7a7a7a;
    margin: 10px 0;
    width: 85%;
    font-size: 15px;
    line-height: 140%;
}
#newslist .list .info .more{
	text-align:right;
}
#newslist .list .info .more a{
    display: inline-block;
    background: #c6a895;
    color: #fff;
    font-size: 8pt;
    padding: 2px 15px 5px;
    border-radius: 15px;
    line-height: 110%;
}
#newslist .list .info .more a:hover{
	background: #af7c5c;
}
.searchUL{
	margin: 40px 0;
}
.searchUL .search{
}
.searchUL .search form,
.searchUL .search fieldset{
	margin:0;
	padding:0;
	overflow:hidden;
}
.searchUL .search fieldset{
	border:1px solid #d4bdaf;
	padding: 5px 10px;
}
.searchUL .search form input{
	width: calc(100% - 35px);
    padding: 5px;
	outline:none;
}
.searchUL .search form a{
	float: right;
    font-size: 18px;
	margin-top: 5px;
    color: #c6a895;
}
#hot-newslist .listHOT{
	margin-bottom:20px;
}
#hot-newslist .listHOT .info h4 a{
	font-size: 16px;
    font-weight: normal;
    color: #545353;
	line-height: 140%;
}
#hot-newslist .listHOT .info p{
	text-align: right;
    font-size: 7pt;
    color: #b3b3b3;
}
.infodate{
	overflow:hidden;
	position:relative;
}
.infodate:after{
	position:absolute;
	content:'';
	background:#f7f2f0;
	width:calc(100% - 40px);
	height:1px;
	top:49%;
	left:0;
	z-index: -1;
}
.infodate .date-style{
    float: left;
    background: #f7f2f0;
    color: #aa8774;
    width: 59px;
    height: 69px;
    border-radius: 50%;
    padding: 25px 30px;
}
.infodate .date-style p{
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}
.infodate .date-style p.day{
	border-bottom: 2px dashed #c6a895;
	font-size: 44px;
    font-weight: bold;
	line-height: 110%;
}
.infodate .titlebar{
    float: left;
    width: calc(100% - 159px);
	position:relative;
}
.infodate .titlebar h2{
	color: #3e3d3d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 110%;
    font-size: 24px;
    padding: 10px 20px;
	margin-top: 10px;
}
.infodate .titlebar .kw{
	margin: 20px 0px 0px 20px;
}
.infodate .titlebar .kw form,
.infodate .titlebar .kw fieldset{
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.infodate .titlebar .kw ul{
	text-align:right;
}
.infodate .titlebar .kw ul li{
	display:inline-block;
	margin-bottom: 5px;
}
.infodate .titlebar .kw ul li a{
    display: block;
    background-color: #afafaf;
    color: #fff;
    position: relative;
    background-image: url(/images/31/news/tag-head.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 26px;
    padding-left: 21px;
    line-height: 26px;
	margin-right: 20px;
	padding-right: 10px;
	font-size: 12px;
}
.infodate .titlebar .kw ul li a:after{
	content:'';
	width:13px;
	height:26px;
	display:block;
    background-image: url(/images/31/news/tag-footer.png);
    background-position: 0 0;
    background-repeat: no-repeat;
	position:absolute;
    right: -13px;
	top:0;
}
.articlestyle{
	margin: 20px 40px 30px 139px;
    line-height: 150%;
    color: #4c4c4c;
    font-size: 16px;
}
#community{
	margin:80px 40px 30px 139px;
}
#community li{
	float:left;
	line-height:0;
	margin-right:5px;
}
@media screen and (max-width: 1280px) {
	.fan .fantext p{
		font-size:12px;
	}
	.fan .fantext{
		top: 30%;	
	}
	.fan .fantext h2 img{
	    height: 60px;	
	}
	.content-wrap .content-main:after{
		display:none;
	}
	#newslist .list .photo{
		width: 200px;	
	}
	#newslist .list .info{
		width: calc(100% - 220px);
		margin-right: 0;
	}
	#newslist .list .info article{
		width: 100%;		
	}
	.infodate .titlebar{
	    width: calc(100% - 119px);	
	}
	.infodate:after{
		width: 100%;		
	}
}
@media screen and (max-width: 980px) {
	.infodate .date-style{
		padding: 15px 20px;	
	}
	.infodate .titlebar{
	    width: calc(100% - 99px);	
	}
	.articlestyle,
	#community{
		margin-right: 0;
		margin-left: 99px;
	}
}
@media screen and (max-width: 768px) {
	.fan .fantext h2 img{
		height: 40px;
	}
	.fan .fantext p{
		margin-top:2px;
		margin-left: 5px;
	}
	.infodate .titlebar h2{
		font-size: 20px;
		white-space: initial;	
		margin: 0;
		margin-left: 70px;
	}
	.infodate .date-style p.day{
		font-size: 24px;		
	}
	.infodate .date-style{
		padding: 10px;
		width: 50px;
		height: 50px;	
		position: absolute;
		left: 0;
		top: 0;
	}
	.infodate:after{
		top:inherit;
		bottom:100%;
	}
	.infodate .titlebar .kw{
		margin: 40px 0 0;
	}
	.infodate .titlebar{
		width: 100%;	
		min-height: 70px;
	}
	.infodate .titlebar .kw ul{
		text-align:left;
	}
	.articlestyle, #community{
		margin-left: 0;	
	}
}
@media screen and (max-width: 640px) {
	.fan .fantext p{
		display:none;
	}
	
}
@media screen and (max-width: 480px) {
	#newslist .list .photo{
		width: 100%;	
	}
	#newslist .list .info{
		width: 100%;	
	}
}



