﻿.head-top{
    background-color: #db0f12;
    height: 320px;
    margin-bottom: 20px;
    background: url(../images/pic_dsxxjy.jpg) top center no-repeat;
}
.head-row{
    text-align: center;
    line-height: 320px;
}
.head-row img{
    display: inline-block;
    vertical-align: middle;
}
.head-bot{
    background-color: #de0a0a;
}
.head-bot ul{
    width: 1200px;
    margin:  0 auto;
    display: flex;
}
.head-bot ul li{
    flex: 1;
}
.head-bot ul li a{
    float: left;
    display: block;
    width: 100%;

    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
}
/*  */
.site-wrap{
    width: 1200px;
    margin: 0 auto;
}
.title{
    border: 1px solid #ddd;
    border-top: 3px solid #c12125;
    height: 32px;
    margin: 10px 0;
    box-sizing: content-box;
}
.title h1{
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    padding:  0 10px;
    color: #c12125;
    border-bottom: 2px #c12125 solid;
    box-sizing: border-box;
    margin-left: 15px;
}
.chan-wrap{
    padding: 20px;
}
.chan-wrap ul li a{
    height: 120px;
    display: block;
    padding: 20px 0;
    padding-right: 12px;
    box-sizing: content-box;

    border-bottom: 1px solid #dadada;
}
.chan-wrap ul li a img{
    width: 160px;
    height: 120px;
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.chan-wrap ul li a h2{
    font-size: 16px;
    line-height: 30px;
    color: #444;
    font-weight: 600;
}
.chan-wrap ul li a h2 span{
    float: right;
    color: #454141;
    font-size: 14px;
}
.chan-wrap ul li a p{
    font-size: 14px;
    line-height: 30px;
    color: #454141;
}
.chan-wrap ul li a:hover h2{
    color: #c12125;
}

.page {
    overflow: hidden;
    text-align: center;
margin-top:20px;
}
.page a, .page span {
    line-height: 34px;
    color: #666666;
    background-color: #f1f1f1;
    padding: 0 11px;
    margin: 0 2px;
    display: inline-block;
    _display: block;
    _display: inline;
    text-align: center;
    font-size: 13px;
}
.page .current {
    background: #c12125;
    border: 1px solid #c12125;
    color: #fff !important;
    font-weight: bold;
    padding: 0 12px;
}







.site-bottom{
    background: #f1f1f1;
    border-top: 5px solid #c12125;
        text-align: center;
}
.site-bottom p{
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px;
}
.site-bottom p span{
    margin-right: 10px;
}

