*{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}

img{
	outline: none;
	border: none;
}

a{
	text-decoration: none;
	color: #333;
	transition: color 0.3s;
}

a:hover{
	color: #037BA6;
}

#wrapper{
	margin: 0 auto;
	border: 0;
}

#header{
	margin: 0;
	padding: 0;
        background:#6c0113;
}

#logo{
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding: 0;
}

#navi{
        background: #EEE;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	padding: 0;
}

.ul{
	height: 50px;
	line-height: 50px;
        margin: 0 auto;
	border: none;
	margin: 0 auto;
	width:1060px;
}

.li{
	float: left;
	width: 132px;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #EEE;
	background: #EEE;
	transition: background 0.4s, border-bottom 0.6s;
	position: relative;
}

.li:hover{
	background: #CCC;
	border-bottom: 2px solid #037BA6;
}

.li_a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
        transition:  box-shadow 0.5s;
        font-size:16px;
}

.li_a:hover{
	box-shadow: 0 3px 10px rgba(0,0,0,.40);
        z-index:2000;
}

.li:hover .sub_ul{
	display: block;
}

.sub_ul{
	position:absolute;
	width:117px;
	display:none;
	left: -15px;
	z-index:1000;
        top: 52px;
}

.sub_li{
	z-index:1000;
}

.sub_li_a{
	text-align: left;
	width: 117px;
	background: #EEE;
	display: block;
	transition: background 0.3s, box-shadow 0.4s;
	z-index:1000;
}

#sub_li_a_spe{
	width: 147px;
	z-index:1000;
}

.sub_li_a:hover{
	background: #DDD;
	z-index:1000;
	box-shadow: 0 3px 10px rgba(0,0,0,.40);
}

.sub_li_a b{
	width:15px;
	background-color:#CCC;
	display:inline-block;
	margin-right:15px;
	transition: background 0.3s;
}

.sub_li_a:hover b{
	background: #BBB;
}


/*banner*/

#banner{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}
/*信息*/
#info{
	width: 1200px;
	height: 325px;
	margin: 0 auto;
	margin-top: 10px;
}
.infoStyle{
	width: 390px;
	height: 325px;
	margin-right: 10px;
	float: left;
} 
.infoStyle .infoTop{
	height: 40px;
	width: 100%;
	background: white;
	border-bottom: 2px solid #333;
}
.infoStyle .infoTop .infoTitle{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}
.infoStyle .infoTop .more{
	float: right;
	color: #888;
	font-size: 15px;
	line-height: 40px;
	padding-right:10px;
}
.information{
	width: 390px;
	min-height: 200px;
	margin-top:8px;
}
.information .row{
    margin-top:5px;
}
.information a{

}
.information span{
	float: right;
}


/*底部*/
#bottom{
	max-height:320px;
	margin: 20px auto 0 auto;
	padding: 0;
}

#copyright{
	text-align: center;
	margin: 0 0 20px 0;
}

#list{
	width: 1060px;
	min-height: 600px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
	float: none;
}

#list_left{
	width: 300px;
	float: left;
	min-height:600px;
}

#list_left_link{
	width: 250px;
	margin-left: 10px;
	margin-bottom: 30px;
}

#list_left_img{
	width: 250px;
	height: 300px;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
	margin-left: 10px;
}

#list_left_img:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}



.side_ul{
	width:200px;
	display:block;
}

.side_li_a{
	text-align: left;
	width: 200px;
	height: 45px;
	line-height: 45px;
	background: #EEE;
	display: block;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: background 0.5s, width 0.65s, box-shadow 0.8s;
	font-size: 15px;
}

.side_li_a:hover{
	background: #DDD;
	width: 235px;
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

.side_li_a span{
	display:block;
	float:left;
	width:15px;
	background-color:#CCC;
	display:inline-block;
	margin-right:15px;
	transition: background 0.3s;
	height: 45px;
	position: relative;
}

.side_li_a:hover span{
	background: #BBB;
}

#list_con_raw{
	width: 700px;
	margin: 8px 10px 10px 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 1vw;
	overflow: hidden;
	text-overflow: ellipsis;
}

#list_con_a{
	transition: color 0.3s, border 0.5s;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	text-overflow: ellipsis;
	width: 700px;
        border-bottom:solid 1px #FFF;
}

#list_con_a:hover{
	color: #037BA6;
        border-bottom:solid 1px #037BA6;
}

#hide_li{
	width: 0;
	height: 0;
}

#hide_li_a{
	width: 0;
	height: 0;
}

#list_date{
	font-size: 12px;
	color: #666; 
}

#list_right{
	width: 728px;
	min-height:575px;
	float: left;
}

#introduce{
	width: 700px;
	min-height: 575px;
	float: left;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
	font-size: 14px;
	padding: 8px 15px 15px 10px;
	font-size: 14px;
}

#introduce:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

#mbx{
	border-bottom: 1px solid #999
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	margin-bottom:15px;
	width: 753px;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.5s;
	background: #EEE;
	border-radius: 20px;
}

#mbx:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

.getup{
    display:inline-block;
    padding-left:20px;
    padding-right:18px;
    height:35px;
    line-height:35px;
    background: #eee;
    text-align:center;
    margin-right:-4px;
    border-right: 2px solid #DDD;
    transition: background 0.5s, color 0.4s, border 0.5s;
}

.getup:hover{
    background:#888;
    color:#eee;
    border-right: 2px solid #117880;
}

.getupp{
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
    height:35px;
    line-height:35px;
    background: #eee;
    text-align:center;
    margin-right:-4px;
    margin-left:0;
}

.radius_left{
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.radius_right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

#context{
	width: 728px;
	min-height:575px;
	float: left;
}

#text_con{
	width: 728px;
	min-height:575px;
	float: left;
	border: 1px solid #EEE;
	background: #FCFCFC;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
	font-size: 14px;
	padding: 8px 15px 15px 10px;
	font-size: 14px;
	box-shadow: 0 1px 10px rgba(0,0,0,.40);
	transition: box-shadow 0.8s;
}

#text_con:hover{
	box-shadow: 0 3px 15px rgba(0,0,0,.60);
}

.clear{
	clear: both;
}