/* 列表页*/
.banner {
    background: url("../images/banner_list.jpg") no-repeat center top;
    height: 584px;
}
body{
    background: #f6f6f6;
}
.text{width:980px;margin:0 auto;overflow: hidden;min-height: 300px;}
.text h2{font-size: 18px;color:#333;line-height: 40px;font-weight: bold;text-align: center;margin-top: 30px}
.text p{font-size:14px;color: #333;line-height: 30px;text-indent: 30px;}
.index_box {
    width: 1000px;
    padding: 0 100px;
    margin: 0px auto;
    background: #fff;
}
.common_main {
    padding-bottom: 35px;
}
.secBox {
    margin-top: 30px;
    padding: 0px 15px;
}
.content_main_title {
    height: 40px;
    padding: 10px 15px;
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
}
.content_main_title h2 {
    float: left;
    line-height: 40px;
    margin: 0px 10px;
    color: #c40001;
    font-size: 24px;
    font-weight: bold;
}
.content_main_title h2 a{
    font-size: 24px;
    font-weight: bold;
    color:#c40001
}
.content_main_title span{
    width: 2px;
    height: 20px;
    background: #c40001;
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.content_main_title p{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    margin-left: 10px;
    float: left
}
.dotte_line {
    background: url("../images/dotton_line.png")  center;
    height: 10px;
}
.list_line  {
    width: 100%;
    height: 2px !important;
    background: #fbe3e1;
    margin: 20px 0px;
}
.left_menu {
    width: 240px;
    height: 223px;
    padding: 25px 10px;
    background: #eff3f7;
    border-radius: 0px 25px 0px 0px;
    float: left;
}
.left_menu ul{
    border-bottom: 1px solid #b8cbe1;
    padding-bottom: 10px;
}
.left_menu ul li{
    line-height: 40px;
}
.left_menu ul li:hover{
    background: #c40001;
}
.left_menu ul li a{
    font-size: 18px;
    color: #222;
    margin-left: 20px;
    display: block;
    cursor: pointer;
}
.left_menu ul li:hover a{
    color: #fff;
}
.secBox_list li:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #c40001;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 17px 10px 19px 0px;
}
.secBox_list li{clear: both;font-size: 16px;color: #333;line-height: 38px;height: 38px;}

.secBox_list li i{width: 4px;height: 4px;background: #DDDDDD;float: left;display: block;margin: 17px 8px 17px 20px;}
.secBox_list li a{float: left;color:#333;
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.secBox_list li span{float: right}
.secBox_list li:hover a{color: #c40001}
.secBox_list li.list_line:before{
    content: "";
    display: none;
}
.have_menu .secBox_list {
    width: 900px;
    float: right;
    margin-bottom: 40px;
}
.xgzcBox span a {
    color: #333;
}
.xgzcBox span a:hover{
    color:#bd1a2d
}


/* 图片列表页*/
/*.img_list {*/
    /*clear: both;*/
    /*width: 1000px;*/
    /*overflow: hidden;*/
    /*margin: 0 auto*/
/*}*/

.img_list  {
    width: 1016px;
    clear: both
}

.img_list  li {
    width: 230px;
    margin-right: 15px;
    float: left;
    margin-bottom: 15px;
    height: 150px;
    box-shadow: 1px 4px 3px #E4E4E4;
    overflow: hidden;
}

.img_list  li .secImgListText {
    padding: 0px 10px;
    display: none;
}

.img_list  li img {
    width: 230px;
    height: 150px
}

.img_list  li .secImgListText a {
    font-size: 16px;
    color: #222;
    line-height: 40px;
 text-align: center;
    display: block;
}
.img_list  li .secImgListText a:hover{
    color:#212a87
}
.img_list  li .secImgListText p {
    font-size: 16px;
    color: #999;
    line-height: 40px;
}


.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
    clear: both;
}
.page span {
    padding: 0px 15px;
    border: 1px solid #EDEDED;
    margin-right: 6px;
    border-radius: 5px;
    line-height: 38px;
    height: 38px;
    display: inline-block;
    font-size: 16px;
}
.page span.on {
    border: 1px solid #c40001;
    background: #c40001;
    color: #fff;
}
.page a {
    padding: 0px 15px;
    border: 1px solid #EDEDED;
    margin-right: 6px;
    color: #404040;
    line-height: 38px;
    height: 38px;
    display: inline-block;
}
.page a:hover {
    border: 1px solid #c40001;
    background: #c40001;
    color: #fff;
}
.page a.back:hover {
    border: 1px solid #c40001;
    color: #404040;
    background: #fff;
}
.page input[type="submit"]{
    padding: 0px 15px;
    border: 1px solid #EDEDED;
    margin-right: 6px;
    border-radius: 5px;
    line-height: 38px;
    height: 38px;
    display: inline-block;
    font-size: 16px;
    background: #fff;
}
.page input[type="text"]{
    text-align: center;
    font-size: 16px;
}
.contentBox {
    line-height: 2;
    font-size: inherit;
    padding:30px 0px  35px 0px;
}
.conTit {
    border-bottom: 2px solid #c40001;
}
.conTit h2{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 25px 0px;
}
.conTit .time{
    font-size: 16px;
    color: #333;
    clear: both;
    text-align: center;
    height: 30px;
}