body {
    min-width: 1200px;
}

header {
    font-size: 0;
}

header img {
    width: 100%;
}



main {
    width: 100%;
    background: url(bg.jpg) no-repeat center top;
    height: auto;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.top_box {
    position: relative;
    width: 100%;
    height: 427px;
}
main .top {
    width: 1260px;
    height: 511px;
    background: url(topbg.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: -85px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.top h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #cf0e0c;
    margin-top: 40px;
}

.top .nr {
    width: 1120px;
    margin: 0 auto;
}

.top .nr p {
    text-indent: 2em;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.top .zy {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333;
    margin: 15px 0 25px 0;
}

.top .nr a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    float: right;
    color: #666;
    margin-top: 15px;
}

.mainBox {
    /* position: relative;
    top: 488px; */
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.qwjd_tit {
    width: 350px;
    height: 90px;
    display: block;
    margin: 0 auto 30px;
}

.qwjd_tit img {
    width: 100%;
}

.qwjd ul li {
    background: url(qwjdbg.png) no-repeat;
    width: 380px;
    height: 238px;
    background-size: 100%;
    margin-bottom: 30px;
    position: relative;
    margin-right: 30px;
}

.qwjd ul li:nth-last-of-type(3n) {
    margin-right: 0;
}
.qwjd_box {
    padding: 30px 30px 20px 40px;
    box-sizing: border-box;
}

.qwjd_box p,
.qwjd_box a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qwjd_box a{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #333;
    height: 55px;
}

.qwjd_box p:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #666;
    margin-top: 15px;
}

.qwjd ul li .more {
    width: 124px;
    height: 38px;
    line-height: 38px;
    text-align: right;
    padding-right: 20px;
    background: linear-gradient(90.00deg, #c34141 0%, #cf0e0c 100%);
    color: #fff;
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
}

.qwjd ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.tit_list {
    width: 350px;
    height: 90px;
    display: block;
    margin: 30px auto;
}

.tit_list img {
    width: 100%;
}

.sjjs_box {
    display: flex;
    flex-wrap: wrap;
}

.sjjs .sjjs_fl {
    width: 568px;
    height: 402px;
    background-color: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
}

.sjjs .sjjs_fl ul li {
    /* background: url(sjjsfl.png) no-repeat left; */
    border-left: 4px solid #cf0e0c;
    margin-bottom: 40px;
    height: auto;
    min-height: 53px;
}

.sjjs .sjjs_fl ul li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-left: 20px;
    width: 468px;
    display: block;
}

.sjjs_fr img {
    width: 632px;
    height: 402px;
}

.jtbs_box {
    background: url(jtbsbg.png) no-repeat;
    width: 100%;
    height: 478px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 42px 40px 42px 10px;
    display: flex;
    flex-wrap: wrap;
}

.jtbs_box img {
    width: 632px;
    height: 396px;
}

.jtbs_box .jtbs_fr {
    margin-left: 50px;
    width: 468px;
}

.jtbs_fr ul li {
    background: url(jtbslist.png) no-repeat left 5px;
    height: 66px;
    width: 468px;
    padding-left: 34px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.jtbs_fr ul li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #333;
}
.xxgc_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xxgc_box ul li {
    width: 585px;
    height: 157px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    padding: 30px 40px;
    box-sizing: border-box;
    border-left: 4px solid #CF0E0C;
    margin-bottom: 30px;
    position: relative;
}

.xxgc_box ul li a:first-child{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #333;
    display: block;
}

.xxgc_box ul li a:last-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #cf0e0c;
    position: absolute;
    bottom: 30px;
}

footer {
    height: 140px;
    background: #c40316;
    overflow: hidden;
}

footer p {
    text-align: center;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

footer .inner {
    margin-top: 41px;
}
