@charset "utf-8";
/* CSS Document */


.subnav{
	width:100%;
	background:#f9f9f9;
	border-bottom:1px #eee0cd solid;
}
.subnav div ul li {
	float: left;
	/* width: 140px; */
	height: 66px;
	margin: 20px 10px 0 10px;
}

.subnav div ul{
	margin:0 0px;
}
.subnav div ul li span {
	width: 110px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	color: #dab17c;
	border: 1px solid #dab17c;
	border-radius: 5px;
	display: block;
	cursor: pointer;
}
.selected_subnav{
	background:url(../images/bg_subnav.png) no-repeat bottom center;
}
.selected_subnav span{
	color:#fff !important;
	background:#d41324 !important;
	border:1px solid #d41324 !important;
}
#laosding1 {
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin: 40px 0;
}
#laosding1 a {
    color: #cc0000;
    width: 380px;
    height: 45px;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #cc0000;
    text-align: center;
    background: #fff;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.main_content{
	background:#f9f9f9;
	margin-top: 50px;
}
.main_content ul li{
	width:1200px;
	margin:0 auto;
	padding:30px 0 25px 40px;
}
.main_content ul li:nth-child(2n+0){
	/*background:#fff;*/
}
.news_image{
	position:relative;
	width:280px;
	height:120px;
	border:1px solid #d41324;
	/*margin-bottom:62px;*/
}
.news_image p{
	text-align:right;
	font-size:30px;
	color:#dfdedd;
	position:absolute;
	top:-3px;
	right:-10px;
	background:#f9f9f9;
}
.news_image img{
	position: absolute;
	bottom: 15px;
	left: -36px;
}

.news_top{
	width:850px;
	height:28px;
	margin-left:30px;
}
.news_top .title{
	float:left;
	font-size:18px;
	line-height:36x;
}
.news_top .time{
	font-size:14px;
	float:right;
	color:#908d8d;
	padding-top:0px;
}
.news_top .title:hover{
	color:#d41324;
	text-decoration:underline;
}
.news_content{
	width:850px;
	margin-left:30px;
	margin-top:0px;
}
.news_content p{
	font-size:14px;
	line-height:24px;
	color:#524f4f;
	/*text-indent:2em;*/
}


.page_number{
	width:1200px;
	margin:0 auto;
	padding:0 0 30px 10px;
}
.page_number a{
    margin-right: 10px;
	height: 68px;
    line-height: 68px;
	display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
	color:#000;
	font-size:18px;
	border:1px solid #d9d9d9;
    background: #fff;
	text-decoration: none;
    overflow: hidden;
}
.page_number a {
	width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}
.page_number a.on {
	background:#d41324;
	color:#fff;
}
.news_list ul li{
	padding:15px 0;
}
.news_list ul li .date{
	font-size:32px;
	color:#d71426;
	line-height:32px;
	float:left;
	margin-left:25px;
}
.news_list ul li .month{
	font-size:14px;
	line-height:16px;
	color:#666;
	float:left;
	text-align:center;
	margin-left:25px;
}
.news_list ul li .text{
	width:395px;
	font-size:14px;
	color:#333;
	line-height:32px;
	float:left;
	margin-left:25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.homepage_news{width:590px;}
.w_1200{width:1200px;margin:0 auto;}
.bg_white{background: #fff;}
.homepage_news{
	width:590px;
	height:370px;
	margin-top:15px;
	background:#fff;
	padding:15px;
	margin-left:10px;
}
.homepage_news .title{
	padding-left:24px;
	background:url(../images/icon_07.png) no-repeat center left;
}
.homepage_news .title p{
	font-size:16px;
	font-weight:bold;
	color:#333;
	line-height:24px;
}
.homepage_news .title span{
	font-size:12px;
	color:#ea5a13;
	line-height:24px;
	cursor:pointer;
}
