.channel-wrap{
    min-height: 200px;
    margin: 10px auto;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    -moz-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
    overflow: hidden;
}
.channel-wrap .left-menu{
    float: left;
    width: 240px;
    min-height: 500px;
   /*background-color: #ddd;*/
    background: rgba(67, 134, 229, 0.02) url("../images/channel-bg.png") no-repeat scroll top right;
}
.sub-menu{

}
.sub-menu li {
    list-style: none;
    width: 100%;
    /*height: 30px;*/
    line-height: 30px;
    padding-left: 20px;
    background: url("../images/list.gif") no-repeat 10px 12px;

    border-bottom: 1px dashed #ddd;
}
.sub-menu li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}
.sub-menu li a.active{
    color: #0062CC;
}
.sub-menu li .third-menu{
    /*display: none;*/
}
.sub-menu li ul.third-menu li{
    background: url("../images/icon_at1.png") no-repeat 10px center;
    border-bottom: 0px;
}

.sub-menu li ul.third-menu li a{
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sub-menu li ul.third-menu p{
    background: url("../images/icon_at2.png") no-repeat 10px center;
	padding-left:25px;
	margin-left:10px;
	font-size: 12px;
}
.sub-menu li ul.third-menu p a{
	font-size: 12px;
}

.channel-wrap .left-menu h3{
    height: 54px;
    font-size: 18px;font-size: 1.8rem;
    color: #fff;
    line-height: 54px;
    padding: 0 5px 0 15px;
    background: rgba(67, 134, 229, 0.88);

}
.channel-wrap .left-menu h3 small{
    font-size: 12px; font-size: 1.2rem;
    display: inline-block;
    margin-left: 5px;
}
.channel-wrap .right-container {
    width: 960px;
    min-height: 300px;
    float: right;
    padding: 0 10px;
    background: url("../images/channel-bg.png") no-repeat scroll right 22px;
}
.channel-wrap.newscontent-wrap .right-container {
    width: 100%;
    min-height: 400px;
    float: right;
    padding: 0 10px;
    background: url("../images/channel-bg.png") no-repeat scroll right 22px;
}
.channel-wrap .right-container .bread-crumb {
    position: relative;
    top: 0px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #487EB9;
    font-size: 12px;font-size: 1.2rem;
    background: url("../images/icon_at1.png") no-repeat 10px center;
}
.channel-wrap .right-container .bread-crumb a{
    font-size: 12px;font-size: 1.2rem;
    color: #487EB9;
}
.channel-wrap .right-container .bread-crumb a:hover{
    color: #0062CC;
}
.channel-wrap .right-container .cat-title {
    border-bottom: 1px solid rgba(221, 221, 221, 0.39);
    height: 30px;
    line-height: 1;
    margin: 15px 10px 0;
}
.channel-wrap .right-container .cat-title h3 {
    border-left: 10px solid #106DC5;
    color: #106DC5;
    padding-left: 20px;
    font-size: 18px;font-size: 1.8rem;
    font-weight: 700;
}
.channel-wrap .right-container .content{
	margin:20px 50px;
}
.channel-wrap .right-container .content .title{
    font-size: 18px;font-size: 1.8rem;
    color: #222222;
    text-align: center;
    margin: 20px 0 10px;
font-weight: bold;
font-family: '黑体';
}
.channel-wrap .right-container .content p{ 
    line-height: 25px;
    font-size: 15px;    
    color: #333; 
    margin-top: 15px;
}
.channel-wrap .right-container .content .info{
    border-bottom: 1px dashed #ddd;
    margin: 10px auto;
    font-size: 12px;font-size: 1.2rem;
    text-align: center;
    padding-bottom: 6px;
    color: #666;
}
.channel-wrap .right-container .content1{
	margin:20px 230px;
}
.channel-wrap .right-container .content1 .title{
    font-size: 18px;font-size: 1.8rem;
    color: #222222;
    text-align: center;
    margin: 20px 0 10px;
font-weight: bold;
font-family: '黑体';
}
.channel-wrap .right-container .content1 p{ 
    line-height: 25px;
    font-size: 15px;    
    color: #333; 
    margin-top: 15px;
}
.channel-wrap .right-container .content1 .info{
    border-bottom: 1px dashed #ddd;
    margin: 10px auto;
    font-size: 12px;font-size: 1.2rem;
    text-align: center;
    padding-bottom: 6px;
    color: #666;
}
.list.newslist li{

    line-height: 26px;
    border-bottom: 1px dashed #ddd;
    padding: 0 10px 0 20px;
    background: url("../images/list.gif") no-repeat 10px center;
}
.list2.newslist li{
	float:left;
	width:80px;
}
/*分页 s*/
.pagenation{
    text-align: center;
}
.pagenation img{
    display: block;
    margin: 20px auto;
    height: 20px;
}
/*分页 e*/
.pre_next_article {
    height: 40px;
    box-sizing: border-box;
    font-size: 12px;font-size: 1.2rem;
    width: 100%;
    margin: 10px auto;
    color: #333;
    line-height: 40px;
}
.pre_next_article .pre-article {
    float: left;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pre_next_article .next-article {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pre_next_article a {
    color: #848484;
}
.pages {
    font-size: 12px;font-size: 1.2rem;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.nocontent{
    font-size: 16px;font-size: 1.6rem;
    color:#75A0E0;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.content .rwzc{
    border: 1px solid #ddd;
    width: 650px;
    margin: 20px auto;
}
.content .rwzc thead{
     background-color: #F5F5F5;
}
.content .rwzc thead tr{
     height:40px;
}
.content .rwzc  tr td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}
.content .gccrc{
    border-bottom: 1px dashed #ddd;
    padding: 0;
    margin: 0;
}
.content .gccrc h3.cat{
   color: #458BA9;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    background: url("../images/list.gif") no-repeat 5px 5px;
}
.content .gccrc .rc-list{

}
.content .gccrc .rc-list a{
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}