﻿.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;
}
.articleContent {
    overflow: hidden;
    text-align: left;
    padding: 40px;
}
.articleContent .title {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
}
.articleContent .articleInfo {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 16px 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px dashed #ddd;
}
.articleContent .articleInfo span {
    padding: 0 5px;
}
.articleContent .contentTxt {
    color: #333;
    font-size: 18px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.contentTxt p {
    line-height: 50px;
    text-indent:2em;
}


.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;
}

