body{
    margin: 0;
	font-family: "Microsoft YaHei UI", "微软雅黑", "苹方 常规", "黑体";
	min-width: 1200px;
}
.top{
	background-image: url("../images/banner1.5.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px 380px;
	background-color:#FFE5BE;
	height: 380px;
}
.top_div{
	width: 1180px;
	margin: 0px auto;
	padding: 20px 0px;
	min-height: 100px;
}
.top .top_div a.most {
	float: right;
	width: 380px;
	height:60px;
	display: block;
}
.menu_out {
	height: 60px;
	background-color: #e01d1d;
}


.menu {
	line-height: 64px;
	width: 1050px;
	margin: 0px auto;
	display: block;
}

.menu a {
	display: block;
	float: left;
	text-align: center;
	width: 150px;
	text-decoration: none;
	font-family:"Microsoft YaHei UI", "苹方 常规", "黑体";
	margin-top: -8px;
}
.menu a:link ,.menu a:visited{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 60px;
	padding-top: 8px;
}
.menu a:hover {
	color: #fff;
	background-color: #c60000;
}

.menu a:active , .menu  a.now {
	color: #fff;
	background-color: #ff4040;
	line-height: 60px;
	font-weight: bold;
	padding-top: 8px;
}


/*main*/
a:link,a:visited{
	color: #444;
	}
a:hover {
	text-decoration: none;
	color: #d11;
}
a:focus {
  text-decoration: none;
}
a.highlight {
	color: #d11;
	text-decoration: none;
}

a.highlight:hover {
	color: #f22;
	text-decoration: underline;
}

.clearfix {
	clear: both;
}
.bold{
	font-weight: bold;
}
.red{
	color: #E01D1D;
}


/*区域划分*/
.home_div{
	width: 1200px;
	margin: 0 auto 10px auto;
	padding-top: 40px;
}

.left{
	width: 600px;
	float: left;
	display: block;
}
.left img{
	border-radius: 5px;
}
.right{
	width: 576px;
	float: left;
	margin-left: 24px;
	display: block;
}
.left2{
	width: 696px;
	float: left;
	display: block;
}
.right2{
	width: 480px;
	float: left;
	margin-left: 24px;
	display: block;
}
.left_b{
	width: 240px;
	float: left;
	display: block;
}
.left_b img{
	width: 240px;
	height: auto;
	border-radius: 5px;
}
.right_b{
	width: 930px;
	float: right;
	display: block;
}

.col_home{
	margin-bottom: 30px;
}
.col_topic{
	margin-bottom: 25px;
}
.wide_mid{
	width: 930px;
	margin: 0 auto;
}


.links{
	display: inline-table;
	margin: 0 -10px 30px -10px;
}
.links a{
	display: inline-block;
	margin: 10px;
}




/*栏目标题行*/

.lm_t{
	background-repeat:repeat-x;
	display: block;
	background-position: 0 30px;
	background-image:url("../images/lmt_bk.gif");
	background-size:150px 15px;
}
.lm_t .logo_t{
	display: block;
	float: left;
	background-color: #fff;
	padding:0 15px 0 0;
}

.lm_t a.more{
	display: block;
	padding: 0 20px;
	float: right;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
}
.lm_t a.more .iconfont{
	font-size: 12px;
	padding-left: 10px;
}
.lm_t a.more:link,.lm_t a.more:visited{
	color: #999;
}
.lm_t a.more:link .iconfont,.lm_t a.more:visited .iconfont{
	color:#E22020;
}
.lm_t a.more:hover,.lm_t a.more:active{
	color:#d11;
	font-weight: bold;
}


.lm_t3{
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	background-repeat:repeat-x;
	background-position: 0 58px;
	background-image:url("../images/lmt_bk.gif");
	background-size:150px 15px;
}
.lm_t3 .logo_t{
	display: block;
	float: left;
	background-color: #fff;
	padding:0 15px 0 0;
}
.lm_t3 .name{
	line-height: 58px;
	font-size: 22px;
	color: #222;
	font-weight:bold;
	display: block;
	float: left;
	padding-left: 10px;
}
.lm_t3 a.more{
	display: block;
	width: 120px;
	float: right;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 58px;
	padding-bottom: 6px;
}

.lm_t3 a.more:link,.lm_t3 a.more:visited{
	color: #d6292f;
}
.lm_t3 a.more:hover,.lm_t3 a.more:active{
	color:#d11;
}
.lm_t3 a.more .iconfont{
	font-size: 12px;
	padding-left: 15px;
}
.lm_t3 a.more:link .iconfont,.lm_t3 a.more:visited .iconfont{
	color:#E22020;
}




.crumbs{
	line-height: 28px;
	background-repeat: repeat-x;
	display: block;
	padding-left: 10px;
	background-image:url("../images/lmt_bk.gif");
	background-position: bottom;
	background-size:150px 15px ;
	padding-bottom: 15px;
	font-size: 15px;
}
.crumbs .iconfont{
	color:#E01D1D;
	font-size: 20px;
	vertical-align: -2px;
	margin-right: 10px;
}

.crumbs a{
	text-decoration: none;
}

/*头条新闻*/

.headnews{
	
}
.headnews a.title{
	font-family: "Microsoft YaHei UI", "苹方 常规", "黑体";
	font-weight: bold;
	font-size: 24px;
	color: #e22020;
	text-align: center;
	padding: 0 10px 15px 10px;
	display: block;
	line-height: 32px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}


.headnews .abstract{
	font-size: 16px;
	color: #666;
	padding: 8px 9px 12px 9px;
	display: block;
	line-height: 28px;
	text-align:justify;
}

/*图片新闻列表*/

.photos{
	padding:0;
	margin: 0px -10px;
}

.photos a{
	float: left;
	display: block;
	margin:10px; 
	text-decoration: none;
}
.photos a img{
	padding: 0;
	display: block;
	width: 480px;
	height: 300px;
	border-radius: 5px 5px 0 0;
}
.photos a .text{
	display: block;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	background-color: #f8f8f8;
	color: #666;
	font-size: 15px;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

.photos a:hover .text{
	background-color: #f4f4f4;
	color: #1046AE;
}

.photos .photos_a_out{
	margin:10px auto; 
	width: 926px;
}
.photos .photos_a_out a{
	margin:10px; 
}
.photos .photos_a_out a.wide2{
	margin:20px 10px; 
}
.photos a.wide2 img{
	width: 288px;
	height: 162px;
}
.photos a.wide2 .text{
	display: block;
	width: 268px;
	padding: 0 10px;
	font-size: 14px;
}




/*新闻列表*/
.half_out{
	margin: 0 -10px;
}

.news_area{
	display: inline-block;
	padding: 0;
}


ul.info_list{
	margin: 0px;
	padding: 0px;
}
ul.info_list li{
	list-style:none;
	line-height: 36px;
	padding: 0px 5px;
	border-radius: 5px;
	position: relative;
	display:inline-flex;
}
ul.info_list li .dot{
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #FF4A4A;
	position: absolute;
	left: 10px;
	top:16px;		
}

ul.info_list li:hover{
	background-color: #f4f4f4;
}
ul.info_list li a{
	text-decoration: none;
	display: block;
	float: left;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 18px;
}
ul.info_list.w464 li a {
	width: 464px;
}
ul.info_list.w486 li a {
	width: 486px;
}
ul.info_list.w586 li a {
	width: 586px;
}



ul.info_list li .date{
	font-size: 12px;
	font-family:Verdana, Tahoma;
	width: 100px;
	text-align: center;
	display: block;
	float: left;
	color: #666;
	padding-left: 6px;
	padding-right: 0px;
}
ul.info_list li:hover .date{
	color: #d11;
}


ul.info_list2{
	margin: 0;
	padding: 10px 0px;
	min-height:449px;
}
ul.info_list2 li{
	list-style:none;
	line-height: 48px;
	padding: 0px 10px;
	position: relative;
	border-radius: 5px;
}
ul.info_list2 li .dot{
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #FF4A4A;
	position: absolute;
	left: 15px;
	top:22px;		
}
ul.info_list2 li:hover{
	background-color: #f4f4f4;
}
ul.info_list2 li a{
	text-decoration: none;
	display: block;
	width: 790px;
	float: left;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
}

ul.info_list2 li .date{
	font-size: 14px;
	font-family:Tahoma, Verdana;
	width: 100px;
	text-align: center;
	display: block;
	float: left;
	color: #666;
}
ul.info_list2 li:hover .date{
	color: #FF4A4A;
}

/*话题列表*/
.topic{
	margin-top: 10px;
}
.topic .num{
	float:left;
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	line-height: 36px;
	border-radius: 18px;
	background-color: #E01D1D;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.topic .list{
	float:left;
	display: block;
	width: 530px;
	
}
.topic .list .title{
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	color: #222;
	font-weight: bold;
}
.topic .list .abstract{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 5px 0;
	
}


/*底部图片链接*/
.pic_links{
	margin: 20px -5px 50px -5px;
	text-align: center;
}
.pic_links a{
	margin: 0 5px;
	display:block;
	float: left;
}
.pic_links a img{
	border-radius: 5px;
}



/*分页编号*/
.pager {
	text-align: center;
	padding: 20px;
	color: #666;
	line-height: 48px;
	border-top: 1px solid #d11;
	margin-top: 10px;
}


.pager a:link , .pager a:visited{
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color: #f8f8f8;
	border-radius: 50%;
	text-align: center;
	margin: 0px 5px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	font-family: Tahoma, Verdana;
	line-height: 42px;
}

.pager a:hover {
	color: #FFF;
	background-color: #e33;
}
.pager a:active {
	color: #FFF;
	background-color: #d11;
}

.pager a.now {
	border: 1px solid #d11;
	color: #FFF;
	background-color: #d11;
	font-weight: bold;
}





/*footer*/
.footer{
    padding: 20px 0 30px 0;
    background: #eee;
    border-top: 1px solid #ccc;
	bottom: 0px;
	width: 100%;	
}

.footer .center{
	width: 1080px;
	margin: 0px auto;
}

.footer .center .img-1{
	display: block;
	float: left;
	margin: 12px 100px 12px 10px;
}
.footer .center .img-2{
	display: block;
	float: left;
	margin: 0px 5px;
}
.footer .center .text{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 160%;
	color: #444;
	margin: 8px 0px;
}
.footer .center .text a{
	text-decoration: none;
	color: #666;
}

.footer .center .text a:hover{
	color: #31689B;
}
