﻿.container{
	background: #fff;
	text-align: center;
}
.content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	color: #333;
	text-align: left;
	display: inline-block;
}
.bread{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}
.cleft{
	width: 225px;
	height: auto;
	position: relative;
    overflow: hidden;
    display: inline-block;
}
.cleft .coltitle{
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #e80000;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.cleft .collist li{
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: url(../images/collistbg.png);
}
.cleft .collist li a{
	text-decoration: none;
}
.cleft .collist li a:visited{
	color: #333;
	text-decoration: none;
}
.cleft .collist li.on a{
	color: #e80000;
	text-decoration: none;
}
.cleft .picnews{
        margin-top:30px;
}
.cleft .picnews li.title{
        border-bottom:2px #e80000 solid;
        height:32px;
        line-height:32px;
        margin-bottom:20px;
        font-size:14px;
}
.cleft .picnews .title span{
        float:right;
}
.cleft .picnews li a{
        font-size:14px;
}
.cright{
	width: 947px;
	height: auto;
	float: right;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.cright .texttitle{
	height: 42px;
	line-height: 42px;
	padding-left:30px; 
	background: url(../images/texttitlebg.png);
}
.cright .textcontent{
	height: auto;
	line-height: 28px;
	padding:30px; 
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	position: relative;
}
.cright .textcontent p{
	margin:0;
	margin-bottom: 16px;
	text-indent: 2em;
}
