.domPc { display: block;}
.domMob { display: none;}
.banner {
    width: 100%;
    height: 644px;
    background: url(//www.news.cn/politics/srxxgcxjpwhsx/img/ej_banner.jpg) no-repeat 50% 0;
}

.nav_box {
    width: 100%;
    height: 70px;
    background:#b00a16;
}

.nav_list {
    width: 1200px;
    list-style: none;
    margin: 0 auto;
}

.nav_list li {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 70px;
}

.nav_list li a {
    color: #fff;
}

.nav_list li+li {
    margin-left: 145px;
}
.contbox {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 25px 0 40px 0;
}
.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.title {
    width: 1200px;
    height: 30px;
    /* background: #006bd5; */
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #cb0008;
    margin-top: 10px;
}

.title h3 {
    padding: 0px 15px 0 0px;
    font-size: 30px;
    position: absolute;
    top: -7px;
    left: 0;
    line-height: 30px;
    color: #cb0008;
    font-weight: bold;
    font-family: Georgia;
}

.title h3 a {
    color: #174a91;
}

.title span {
    display: inline-block;
    float: right;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #8aa585;
}

.title span a {
    color: #8aa585;
}

.wz-list li {
    border-bottom: 1px dashed #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.wz-list li img { float: left; width: 257px; height: auto; padding-right: 15px; }
.wz-list h3 {
    font-size: 20px;
    color: #545454;
}

.wz-list h3 a {
    color: #545454;
}

.wz-list h3 span {
    font-size: 12px;
    color: #b2b2b2;
    float: right;
    padding-top: 7px;
}

.wz-list p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
    padding-bottom: 30px;
}

.wz-list-more {
    margin: 20px auto;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    background: #cb0008;
    cursor: pointer;
    color: #fff;
}

.footer {
    padding: 25px 0 25px 0;
    text-align: center;
    margin-top: 50px;
    background: #cb0008;
}

.footer p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width:0px) and (max-width: 767px) {
.domPc {
    display:none;
}

.domMob {
    display: block;
}
.mb_banner { width: 100%; height: auto;}
.mb_banner img {
    width: 100%;
    height: auto;
}
.m_nav_box {
    position: relative;
    z-index: 2;
    /* margin-top: -36px; */
    width: 100%;
    height: 36px;
    background: #b00a16;
}

.m_nav_list {
    list-style: none;
    width: 100%;
    height: 36px;
    overflow-x: scroll;
    font-size: 0;
    white-space: nowrap;
}

.m_nav_list li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    padding: 0 15px;
}

.m_nav_list li a {
    color: #fff;
}

.m_nav_list li .color-white {
    margin-right: 20px;
}
.contbox {
    width: 96%;
    background: #fff;
    margin: 0 auto;
    padding: 0;
}

.content {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.title {
    width: 100%;
    height: 30px;
    /* background: #006bd5; */
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #cb0008;
    margin-top: 25px;
}
.wz-list li {
    border-bottom: 1px dashed #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.wz-list h3 {
    font-size: 18px;
    color: #545454;
}
.footer {
    padding: 25px 0 25px 0;
    text-align: center;
    margin-top: 0;
    background: #cb0008;
}

.footer p {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
}    