html {
    overflow-x: auto;
    overflow-y: scroll;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0 10px;
    text-align: left;
}

select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

fieldset p {
    margin: 0;
    padding: 0 0 0 8px;
}

legend {
    display: none;
}

address,
caption,
em,
strong,
th,
i {
    font-style: normal;
    font-weight: 400;
}

table caption {
    margin-left: -1px;
}

hr {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E4E4E4;
    border-width: 1px 0;
    clear: both;
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
}

ol,
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

.more a {
    font-weight: normal;
}

body {
    font-family: MicrosoftYaHei;
}

.container {
    width: 1112px;
    margin: 0 auto;
}

.banner {
    width: 1440px;
    height: 360px;
    margin: 0 auto;
    background: url(./banner.jpg) no-repeat top center;
}

.topnews {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.topnews h2 a {
    font-size: 50px;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    color: #d1311b;
    text-decoration: none;
    line-height: 1.8em;
}

.topnews .desp {
    font-size: 16px;
    color: #666666;
}

.topnews .desp a {
    color: red;
    margin-left: 0.4em;
}



.line1,
.line2,
.line3,
.line4,
.line5,
.line6 {
    margin-bottom: 3em;
}

.line1:after,
.line2:after,
.line3:after,
.line4:after,
.line5:after,
.line6:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.line1 .title,
.line2 .title,
.line3 .title,
.line4 .title,
.line5 .title,
.line6 .title {
    position: relative;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1em;
}

.title-text {
    padding-left: 1em;
    padding-right: 1em;
}

.left-line,
.right-line {
    flex: 1
}

.left-line {
    background-image: linear-gradient(to left, #a30502, #FFF 80%, #FFF);
    height: 0.4em;
    margin-top: 0.5em;
}

.right-line {
    background-image: linear-gradient(to right, #a30502, #FFF 80%, #FFF);
    height: 0.4em;
    margin-top: 0.5em;
}

.line1 .more,
.line2 .more,
.line3 .more,
.line4 .more,
.line5 .more,
.line6 .more {
    position: absolute;
    right: 0;
    width: 6em;
    text-align: center;
    top: 0.4em;
    font-size: 16px;
}

.clear {
    clear: both;
}

.picnews {
    width: 630px;
    height: 400px;
    float: left;
    margin-right: 30px;
    background-color: #EEEEEE;
}

.impnews {
    width: 450px;
    float: left;
    height: 400px;
}

.impnews .title {
    position: relative;
    height: 33px;
    margin-bottom: 1em;
    border-bottom: 1px solid #EEE;
    padding-bottom: 0.5em;
}

.impnews .title span {
    display: block;
    font-size: 16px;
    width: 48px;
    height: 32px;
    line-height: 32px;
    background-color: #d1311b;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.impnews .title .tri {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 48px;
    border: 16px solid transparent;
    border-left: 16px solid #d1311b;
}

.impnews .more {
    position: absolute;
    right: 0;
    width: 5em;
    text-align: center;
    font-size: 16px;
    top: 10px;
}

.impnews li {
    border-bottom: 1px solid #EEE;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
}

.impnews li:last-child {
    border: none;
}

.impnews li a {
    font-size: 18px;
    line-height: 1.5em;
}

.impnews li .desp {
    font-size: 14px;
    line-height: 1.5em;
    text-indent: 2em;
}

.impnews li .desp a {
    font-size: 14px;
}

.news h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0.6em;
}

.news h5 {
    font-size: 18px;
    font-weight: normal;
}

.desp {
    font-size: 14px;
    line-height: 1.9em;
    color: #666;
    text-indent: 2em;
}

.line2 .news {
    width: 673px;
    float: left;
}

.line2 .pic {
    width: 363px;
    height: 221px;
    float: left;
    margin-right: 64px;
}

.line2 .pic img {
    width: 363px;
    height: 221px;
}

.line-inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line-inside .news {
    width: 30%;
}

.line6box {
    position: relative;
    height: 600px;
    background: url(./stickbg.png) no-repeat top center;
}

.line6box .stick {
    position: absolute;
    line-height: 1.8em;
    font-size: 14px;
    text-indent: 2em;
}

.line6box .stick:nth-child(1) {
    top: 110px;
    left: 40px;
    width: 280px;
    height: 100px;
}

.line6box .stick:nth-child(2) {
    top: 70px;
    left: 420px;
    width: 280px;
    height: 100px;
}

.line6box .stick:nth-child(3) {
    top: 140px;
    left: 785px;
    width: 280px;
    height: 100px;
}

.line6box .stick:nth-child(4) {
    top: 350px;
    left: 205px;
    width: 280px;
    height: 100px;
}

.line6box .stick:nth-child(5) {
    top: 380px;
    left: 600px;
    width: 280px;
    height: 100px;
}

.footer {
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: 2em;
    font-size: 14px;
    text-align: center;
    background-color: #b41402;
    color: #FFF;
}

@media (max-width: 991.98px) {
    .banner {
        width: 100%;
        background-size: 100%;
        height: auto;
    }
    .banner img{width: 100%;height: auto;}

    .container {
        width: 100%;
    }

    .topnews {
        text-align: left;
    }

    .topnews h2 a {
        font-size: 24px;
        text-align: left;
    }

    .impnews {
        width: 100%;
        height: auto;
    }

    .picnews {
        float: none;
        width: 100%;
        height: auto;
    }

    .more {
        display: none;
    }

    .line2 .pic {
        width: 80%;
        margin: 1em auto;
        float: none;
    }

    .line2 .pic img {
        width: 100%;
    }

    .line2 .news {
        width: 100%;
        float: none;
    }

    .line-inside {
        display: block;
    }

    .line-inside .news {
        width: 100%;
        margin-bottom: 1em;
    }

    .line6 .title-text {
        font-size: 18px;
    }

    .line6box {
        background: none;
        height: auto;
    }

    .line6box .stick,
    .line6box .stick:nth-child(1),
    .line6box .stick:nth-child(2),
    .line6box .stick:nth-child(3),
    .line6box .stick:nth-child(4),
    .line6box .stick:nth-child(5) {
        position: static;
        line-height: 1.8em;
        font-size: 14px;
        text-indent: 2em;
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 2em;
        background-color: #fff8c2;
        padding: 1em;
        box-shadow: 5px 5px 15px gray;
    }
}