*{ margin: 0; padding: 0;box-sizing: border-box; }

body{ 
    min-width: 1200px; 
    font-family:Microsoft YaHei,Helvetica,Meiryo UI,Malgun Gothic,Segoe UI,Trebuchet MS,sans-serif;
}

a{ text-decoration: none; }
img { max-width: 100%; height: auto; }
ul,ol{ list-style: none; }


.display-none{ display: none !important; }

.container{
    background:#F9E9D2 url(../images/background-2.png) no-repeat;
    background-size: 100% 100%;
}
.header { position: relative; }
.header img{
    display: block;
}
.header .logo{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 160px;
}

.header .title{
    position: absolute;
    top: 20%;
    left: 50%;
    width: 60%;
    margin: 0 0 0 -30%;
}

.container-wrapper{
    position: relative;
    width: 1180px;
    min-height: 240px;
    background-color: #FDF4ED;
    border-radius: 16px;
    box-shadow: 0 0 12px #e0e0e0;
    margin: 0 auto;
    padding: 32px;
    z-index: 2;
}

.container-title img{
    width: 160px;
    display: block;
    margin: 0 auto;
}
.footer img{
    display: block;
    width: 100%;
    margin-top: -20%;
}

.content-jmjs p{
    line-height: 36px;
    margin-top: 20px;
}
.content-jmjs .img-1{
    float: left;
    width: 40%;
    margin-right: 20px;
}
.content-jmjs .img-2{
    width: 20%;
}

.content-jmjs p span{
    display: inline-block;
    width: 79%;
    vertical-align: top;
    padding-right: 20px;
    padding-top: 20px;
}

.content-czjxs{
    margin-top: 40px;
    min-height: 432px;
}
.content-czjxs li{
    height: 40px;
    margin-top: 16px;
    background: url(../images/text-border.png) no-repeat;
    background-size: 100% 100%;
}
.content-czjxs li span{
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #FFFEFF;
    background: #B42D29;
    padding: 0 8px;
}
.content-czjxs li a{
    display: inline-block;
    line-height: 40px;
    white-space: nowrap;
    color: #393939;
    padding-left: 20px;
}
.content-czjxs li .v,.content-czjxs li a:hover{
    color: #B42D29;
    text-decoration: underline;
}

.page-wrapper {
    text-align: center;
    margin-top: 40px;
}
.page-wrapper li{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    border: 2px solid #B42D29;
    text-align: center;
    color: #B42D29;
    cursor: pointer;
}
.page-wrapper li.action,.page-wrapper li:hover{
    background: #B42D29;
    color: white;
}
.page-wrapper li + li{ margin-left: 12px; }

.content-cfjyt ul{
    font-size: 0;
    min-height: 520px;
}
.content-cfjyt ul li{
    display: inline-block;
    width: 33.33%;
    padding: 10px;
}
.content-cfjyt ul li img{
    display: block;
    width: 100%;
    height: 240px;
    background: #ededed;
}
.nav-wrapper{
    padding: 30px 0 20px;
}
.nav-wrapper li{
    display: inline-block;
    width: 120px;
    padding: 3px 0;
    border: 2px solid #B42D29;
    color: #393939;
    border-radius: 50px 50px;
    text-align: center;
    cursor: pointer;
}
.nav-wrapper li.active,.nav-wrapper li:hover{
    background: #B42D29;
    color: white;
}
.nav-wrapper li + li{margin-left: 20px;}

.content-cpxc{
    margin-top: 30px;
}
.content-cpxc p{
    height: 80px;
    font-size: 16px;
    padding-top: 14px;
    overflow-y: auto;
}

.content-cpxc .page-wrapper{
    margin-top: 20px;
}

.content-mtjj ul{
    margin-top: 30px;
    font-size: 0;
    min-height: 296px;
}
.content-mtjj ul li{
    display: inline-block;
    width: 50%;
    font-size: 16px;
    height: 42px;
    margin-top: 32px;
    overflow: hidden;
}
.content-mtjj ul li>span{
    float: left;
    height: 42px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    color: white;
    background:url(../images/desc.png) no-repeat;
    background-size: 100% 36px;
    margin-right: 8px;
}
.content-mtjj ul li a{
    vertical-align: top;
    height: 100%;
    color: #393939;
}
.content-mtjj ul li a:hover{
    color: #B42D29;
}
.content-mtjj ul li a span{
    display: block;
    padding-right: 20px;
}
.content-mtjj .button{
    display: block;
    width: 150px;
    padding: 6px 0;
    color: #B42D29;
    border: 2px solid #B42D29;
    margin: 40px auto 0;
    text-align: center;
    cursor: pointer;
    border-radius: 50px 50px;
}
.content-mtjj .button:hover{
    background: #B42D29;
    color: white;
}

.content-sdpl ul {
    font-size: 0;
    margin-top: 30px;
}
.content-sdpl ul li{
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding: 40px;
    background: url(../images/icon-border.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
}
.content-sdpl ul li p{
    line-height: 26px;
    height: 160px;
    overflow-y: auto;
}
.content-sdpl ul li p::-webkit-scrollbar{
    width: 4px;
    background-color: #e0e0e0;
}
.content-sdpl ul li p::-webkit-scrollbar-thumb{
    background-color: #B42D29;
}