﻿@charset "utf-8";
/* CSS Document */
.mainer .w{width: 1190px;}
.sidebar{
	width: 184px;
	border: 1px solid #e8e8e8;
	margin:500px 0 30px 0;
	padding:4px 7px 25px 9px;
}
.sidebar h3{
	line-height: 42px;
	color: #444;
    font-size:14px;
	font-weight:bold;
	border-bottom:1px dashed #e5e5e5;
}
.sidebar ul{
    margin-top:16px;
}
.sidebar ul li{
	height:40px;
	width: 85px;
	float: left;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 40px;
	display: table;
	margin-bottom:10px;
}
.sidebar ul li img{
    width: 85px;
    height: 40px;
	
}
.sidebar ul li.mr{
    margin-right:8px;
}
.sidebar .fr a{
    text-decoration:underline;
}
.content,.notice{
     width:947px;
     border:1px solid #e8e8e8;
     margin-top:23px;
     margin:23px 0 72px;
}
.content .hd {
    background:#efefef;
    padding:0 30px;
}
.content .hd h2,.content .hd span{
    font-weight:bold;
    line-height:46px;
    
    }
.content .hd h2{
    float:left;
    font-size:16px;
}
.content .hd span{
    float:right;
    font-size:13px;
 }
.content ul{
    padding:25px 32px 30px 28px; 
}
.content ul li{
    font-size: 13px;
    line-height:40px;
    height: 40px;
    border-bottom:1px dashed #e5e5e5;
    position: relative;
} 
.content ul li span{   
    float:right;
    font-family:Arial;
    color:#b3b3b3;
    position: absolute;
    right: 5px;
    top: 0px;
}
.notice{
    width:887px;
    padding:25px 30px 0;
    font-size:14px;
}
.notice .T-title {
    text-align: center;
    font-size:26px;
    line-height:40px; 
    color:#222;
	font-weight:bold;
}
.notice .noticeDetail p{
    line-height:24px;
    text-indent:2em;
    margin-bottom:24px;
    text-align:Justify;
    text-justify:inter-ideograph;
}
.notice .noticeDetail .line{
    border-top:1px dashed #e5e5e5;
    border-bottom:1px dashed #e5e5e5;
    padding:25px 0;
    text-indent:0;
    color:#202020;
}
.notice .noticeDetail .line span{
    font-weight:bold;
}
.notice .noticeDetail img{
    margin:43px 0;
}
.notice .noticeDetail h4{
    line-height:54px;
    color:#000;
    text-align:left;
}
.other{
    border-top:1px dashed #e5e5e5;
    margin-top:60px;
}
.other p{
    color:#000;
    line-height:64px;
}
.other p:hover
{
    color: #1cbfdb;
}
body #menu .menu-left .menu-box{display: block;}