a{
	cursor: pointer;
}
*{
	font-family:"微软雅黑"!important;
}

img{
	width:auto!important;
	height:auto!important;
	max-width:100%!important;
	max-height:100%!important;
}
.bigBanner{
	width:100%;
	overflow:hidden;
}
.banner{
	width:100%;
	float:left;
	height:auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.title{
	float: left;
	width:100%;
	height:46px;
	background-color: #e5e5e5;
}
.title-center{
	width: 1140px;
	height: 100%;
	margin: 15px auto;
	text-align: center;
}
.title-center ul li{
	float: left;
	list-style-type: none;
	cursor: pointer;
	width: 120px;
	height: 46px;
	font-size: 15px;
	font-family: "微软雅黑";
	margin-top: -16px;
	line-height: 46px;
}
.title-center ul li a{
	display: block;
	color:#e30911;
}
.title-center ul{
	margin-left: 500px;
}
.title-center ul li:hover{
	background-color: #dbdbdb;
}
div.publish{
	width: 15%;
    height: 50px;
	position: absolute;
    top: 60%;
    left: 42%;
    background-color: rgb(232,57,10);
    text-align: center;
    cursor: pointer;
}
div.publish:hover{
	background-color: #e30911;
    color: white;
    cursor: pointer;
}
div.publish span{
	font-family: "微软雅黑";
    font-size: 20px;
    color: white;
    line-height: 53px;
}
div.content{
	padding-top: 30px;
    display: inline-block;
    width: 100%;
    background-color: white;
}
div.content p{
	font-size: 15px;
}
div.content p.more:hover{
	color: red;
}
div.content p.more{
	cursor: pointer;
}
div.content div.headImg{
	width: 74px;
	height: 74px;
}
div.content div.headImg img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
div.content div.title div.left p{
	font-size: 20px;
}
div.content div.title div.right p{
	font-size: 13px;
}
div.content div.top, div.content div.center, div.content div.bottom_top, div.content div.bottom_bottom, div.content div.bottom_pic{
	width: 1140px;
	height: 450px;
	margin: 0 auto;
}
div.content div.center, div.content div.bottom_top, div.content div.bottom_bottom{
	height: 350px;
}
div.content div.bottom_pic{
	height: 300px;
}
div.content div.box{
	width: 45%;
	background-color: white;
}
div.content div.box div.img, div.content div.box div.img img{
	width: 100%;
	height: 100%;
}
div.content div.box div.img img.publish{
	cursor: pointer;
}
div.content div.box div.title, div.content div.center div.title{
	height: 40px;
	line-height: 40px;
	background-color: white;
	border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
}
div.content div.box div.list ul, div.content div.center div.celebrity ul{
	padding: 0;
}
div.content div.box div.list ul li, div.content div.center div.celebrity ul li{
	margin-top: 20px;
}
div.content div.box div.list ul li img, div.content div.center div.celebrity ul li img{
	float: left;
	margin-right: 10px;
}
div.content div.box div.list ul li span, div.content div.center div.celebrity ul li span{
	width: 80%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
div.content div.box div.list ul li span.articleSpan, div.content div.center div.celebrity ul li span.articleSpan{
	max-width: 80%;
    width: auto;
}
div.content div.box div.list ul li span.articleSpan:hover, div.content div.center div.celebrity ul li span.articleSpan:hover{
	color: red;
	cursor: pointer;
}
div.center div.celebrity{
	width: 25%;	
}
div.center div.celebrity div.synopsis{
	display:  inline-block;
}
div.center div.celebrity div.synopsis{
	margin-left: 10px;
}
div.center div.celebrity div.synopsis p{
	height: 20px;
}
div.center div.celebrity div.synopsis p.name{
	margin-bottom: 15px;
}
div.center div.celebrity div.synopsis p.position{
	margin-bottom: 5px;
}

