@CHARSET "UTF-8";
.head img{
	max-width: 1950px;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.head{
	background-color: #F6F6F6;
}
.all{
	background-color: #F6F6F6;
	padding: 20px 0;
}
.main{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.main > .left{
	background: #fff;
	float: left;
	width: 20%;
	margin-right: 27px;
}
.main > .left .one p{
	border-radius: 5px;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	background: #e91b05;
	color: white;
	line-height: 50px;
}
.main > .left .three li{
	width: 100%;
	height: 50px;
	line-height: 38px;
	margin-bottom: 8px;
	margin-left: -5px;
}
.main > .left .three li a:hover{
	border-radius: 5px;
	border: 2px solid #e91b05;
	color: #e91b05;
}
.main > .left .three li a{
	width: 100%;
	height:50px;
	padding: 5px 25px 0 0;
	display: inline-block;
	text-indent: 23px;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	border-bottom: 1px solid #ababab;
	font-weight: lighter
}

/*右边*/
.main > .right{
	width: 77%;
	background: #fff;
	padding: 20px;
}
.main > .right .one{
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
}
.main > .right .one > .left{
	float: left;
}
.main > .right .one > .left img{
	float: left;
	margin-top: 8px;
	margin-right: 6px;
}
.main > .right .one > .left h3{
	font-size: 19px;
	float: left;
	margin: 0;
}
.main > .right .one > .right {
	float: right;
	font-size: 14px;
	line-height: 25px;
}
.main > .right .one > .right span{
	font-size:14px;
}
.main > .right .one > .right a{
	color: #337ab7;
	font-size:14px;
	margin-left: 5px;
}
.main > .right .one > .right a:hover{
	color: #282828;
}
.main > .right .three{
	margin-top: 12px;
}
.main > .right .three li{
	width: 100%;
	height:45px;
	overflow: hidden;
	line-height: 38px;
	border-bottom: 1px dashed #ababab;
	margin-bottom: 8px;
}
.main > .right .three li a{
	font-size:18px;
	color: #686868;
}
.main > .right .three li a:hover{
	color: #337ab7;
}
.main > .right .three li p{
	display: block;
	float: right;
	font-size: 15px;
	color: #686868;
	margin: 0 0 10px;
}

/*tag*/
.tag-item{
	padding: 5px 8px;
	border-radius: 4px;
	color: #FFF;
	background-color: #e91b05;
	margin-right: 12px;
	margin-top: 12px;
	display: inline-block;
	cursor: pointer;
}
.tag-item:hover{
	background-color: #d21905;
	color: #FFF;
}
/*底部按钮*/

.bottom{
	width: 1200px;
	display: block;
	height: 100px;
	line-height: 101px;
	background-color: white;
	display: block;
	margin: 0 auto;
}
.bottom li{
	float: left;
	margin-left: 105px;
}
.bottom li img{
	margin: 30px auto;
}
.bottom p{
	margin-left:15px;
	float: right;
}

/*最多浏览量模块*/
.left-recommend{
	width: 235px;
	margin-top: 20px;
}
.left-recommend-title{
  	background: #e91b05;
  	color: #fff;
  	font-size: 18px;
  	text-align: center;
  	line-height: 50px;
  	margin-bottom: 20px;
}
.left-recommend-item{
	padding: 0 10px;
}
.left-recommend-item a{
	display: block;
  	line-height: 48px;
 	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	border-bottom: 1px dashed #ababab;
}
.left-recommend-item a:hover{
	color: #337ab7;
}
.left-recommend-item img{
	width: 10px;
	margin-right: 5px;
	transform: rotate(90deg);
	margin-top: -2px;
}
