#banner {
	height: 410px;
	background: url("../../Images/col-banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
#path{
	height: 50px;
}

#path .path-content{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
}

#content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}

#content .content-left{
	width: 300px;
	float: left;
}
#content .content-left .left-title{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	background-color: #2968a3;
	text-align: center;
	color: #fff;
}
#content .content-left .left-body{
	border-bottom: 2px #2968a3 solid;
}
#content .content-left .left-body ul li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px #ccc dotted;
	font-size: 16px;
}
#content .content-left .left-body ul .cur{
	background-color: #d3e8fc; 
}
#content .content-right{
	width: 880px;
	float: right;
	border: 1px solid #eee;
	padding: 15px;
	padding-top: 0px;
}
#content .content-right .right-title{
	height: 60px;
	line-height: 60px;
	border-bottom: 2px #2968a3 solid;
	font-size: 20px;
	color: #2968a3;
}

#content .content-right .right-body ul {
        line-height: 75px;
        overflow: hidden;
        font-family: microsoft yahei;
        font-size: 20px;
        font-weight: 100;
        margin: 0 auto;
    }

    #content .content-right .right-body li {
        list-style-type: disc;
        list-style-position: inside;
        color: rgb(11,140,210);
        width: 96%;
        border-bottom: dashed 1px #e3e3e3;
        height: 72px;
        float: left;
        line-height: 75px;
    }

    #content .content-right .right-body a {
        color: #333;
        font: normal 15px 'microsoft yahei';
        margin-top: 16px;
        font-size: 16px;
        /*float: left;*/
    }

    #content .content-right .right-body .date {
        font-size: 16px;
        color: #666;
        line-height: 24px;
        float: right;
        padding-top: 24px;
    }
