.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt38 {
    margin-top: 38px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.header {
    min-width: 1200px;
    height: 320px;
    margin: 0 auto;
    background: url('https://www.zhonghongwang.com/res/zhuanlan/images/icon/banner.jpg') top center no-repeat;
}

.header .logo {
    display: block;
    width: 285px;
    margin: 0 auto;
}

.header .nav {
    width: 100%;
    height: 48px;
    line-height: 48px;

}

.header .nav ul {
    width: 100%;
    height: 100%;
    background-color: #9D1519;
    text-align: center;
}

.header .nav ul li {
    width: auto;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    /* float: left; */
    display: inline-block;
}

.header .nav ul li a {
    padding: 0 11px;
    color: #fff;
}

.banner {
    width: 1200px;
    /* height: 30px; */
    margin: 0 auto;
}

.banner .mianbao {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.banner .mianbao a {
    color: #9D1519;
}

.banner .nav {
    width: 100%;
    height: 46px;
    background-color: #F6F6F6;
}

.banner .nav li {
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    float: left;
}

.banner .nav li a {
    color: #333;
    background-color: #F6F6F6;
    padding: 0 16px;
    height: 100%;
    display: inline-block;

}

.banner .nav li.style a {
    background-color: #fff;

}

.banner .nav li a:hover {
    background-color: #fff;
}

.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.con .zjBox {
    width: 1238px;
    overflow: hidden;
}

.con .zjBox ul {
    width: 581px;
    height: 257px;
    box-sizing: border-box;
    float: left;
    margin-right: 38px;
    border: 1px solid #D3D3D3;
    margin-top: 38px;
}

.con .zjBox ul .rwBox {
    width: 100%;
    height: 107px;
    border-bottom: 1px solid #D3D3D3;
    background-color: #F6F6F6;
    margin-bottom: 8px;
}

.con .zjBox ul .rwBox img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-left: 10px;
    margin-top: 18px;
    float: left;
    margin-right: 10px;
}

.con .zjBox ul .rwBox h5 {
    width: 480px;
    height: 26px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin-top: 25px;
    float: left;
}

.con .zjBox ul .rwBox h5:hover {
    color: #9D1519;
}

.con .zjBox ul .rwBox span {
    width: 480px;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    float: left;
    color: #717171;
}

.con .zjBox ul li {
    height: 44px;
    width: 530PX;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 44px;
}

.con .zjBox ul li a {
    color: #656565;
    height: 44px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.con .zjBox ul li a:hover {
    color: #9D1519;
}

.rwBox {
    width: 100%;
    height: 95px;
    border-bottom: 1px solid #9D1519;
}

.rwBox img {
    width: 70px;
    height: 70px;
    margin: 10px;
    float: left;
    border-radius: 35px;
}

.rwBox h5 {
    width: 1095px;
    height: 26px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin-top: 13px;
    float: left;
}

.rwBox span {
    width: 80%;
    height: 26px;
    line-height: 20px;
    font-size: 13px;
    float: left;
    color: #717171;
}

.xwBox {
    width: 1280px;
    overflow: hidden;
    padding-bottom: 40px;
}

.xwBox li {
    width: 560px;
    height: 200px;
    background-color: #F6F6F6;
    margin: 40px 80px 0 0;
    overflow: hidden;
    float: left;
}

.xwBox li h5 {
    width: 505px;
    height: 40px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.xwBox li h5 a {
    color: #343434;
}

.xwBox li h5 a:hover {
    color: #9D1519;
}

.xwBox li p {
    width: 505px;
    height: 75px;
    line-height: 24px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    color: #333333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.xwBox li p a {
    color: #9D1519;
}

.xwBox li span {
    width: 505px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #D2D2D2;
    display: block;
    margin: 0 auto;
    /* margin-top: 10px; */
    text-align: right;
    background: url(../../images/icon/timeicon.png) 405px 4px no-repeat;
}

.page {
    width: 641px;
    height: 25px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 40px;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 9px 9px;
    clear: both;
}

.page_all {
    width: 87px;
    height: 25px;
    border-right: 1px solid #454343;
    padding: 0 9px;
}

.page_all span {
    margin: 0 5px;
}

.page_all,
.paging ul li a,
.page_last a {
    font-size: 18px;
    line-height: 25px;
    font-family: "AdobeHeitiStd-Regular", Arial, Helvetica, sans-serif;
    color: #656565;
}

.paging {
    height: 100%;
    padding-left: 15px;
    padding-right: 13px;
}

.paging ul {
    width: 100%;
    height: 100%;
}

.paging ul li {
    /* float: left; */
    margin-left: 24px;
    display: inline-block;
}

.paging ul li a:hover {
    color: #CB1414;
}

.paging ul li a.active {
    color: #CB1414;
    font-weight: bold;
}

.paging ul li .focus {
    color: #CB1414;
}

.paging ul li:nth-child(1) {
    margin-left: 0;
}

.page_last {
    width: 36px;
    height: 100%;
    padding-left: 13px;
    padding-right: 9px;
    border-left: 1px solid #454343;
}

.page_last a:hover {
    color: #CB1414;
}

.footer {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

.footer .footCon {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}

.footer .footCon p {
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 14px;

}

.footer .footCon p a {
    color: #333;
}

.footer .footCon p.qualifications a {
    color: #333;
    padding: 0 10px;
}

.footer .footCon p.about a {
    color: #333;
    padding: 0 5px;
}

.footer .footCon p.about span {
    border-left: 1px solid #666;
    height: 12px;
    display: inline-block;

}