@charset "utf-8";
@import url(/ZT/css/sxjy/../animate.css);

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ" !important;
    background: url(/ZT/css/sxjy/../../images/sxjy/top_bg.jpg);
    background-color: #FFF;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 414px;
    position: relative;
}

.bottom_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

a {
    font-family: "Î¢ÈíÑÅºÚ";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.top {
    position: relative;
    z-index: 1;
}

.top img {
    display: block;
    margin: 83px auto 0;
}

body>div:nth-of-type(2) {
    overflow: hidden;
}

.box {
    position: relative;
    padding-bottom: 72px;
}

.content {
    margin-top: 50px;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(255, 144, 124, 0.2);
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

.topNews h1 {
    width: 815px;
    margin: 21px auto 8px;
    text-align: center;
}

.topNews h1 span {
    height: 41px;
    line-height: 41px;
    font-size: 30px;
    font-weight: bold;
}

.topNews h1 a:hover span {
    color: #cd0004;
}

.topNews h1 img {
    float: left;
}

.topNews_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topNews_img .left,
.topNews_img .right {
    width: 174px;
    display: inline-block;
    box-sizing: border-box;
}

.topNews_img .left img,
.topNews_img .right img {
    width: 100%;
}

.topNews_img .left {
    padding-right: 10px;
}

.topNews_img .middle {
    width: calc(100% - 348px);
    border: 8px #ab0002 solid;
    height: 508px;
    box-sizing: border-box;
}

.topNews_img .middle a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 511px;
}

.topNews_img .middle a span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-left: 15px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box;
}

.topNews_img .middle img {
    box-sizing: border-box;
    width: 100%;
}

.topNews_img .middle #test1.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -65px;
}

.topNews_img .middle #test1.layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.topNews_img .middle #test1.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -65px;
}

.topNews_img .right {
    padding-left: 10px;
}

.index_news1 img {
    display: block;
    margin: 36px auto 56px;
}

.index_news1 hr {
    background-color: #e0005b;
    margin: 0;
}

.index_news1 ul {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_news1 ul:first-of-type {
    margin-bottom: 19px;
}

.index_news1 ul li {
    width: calc((100% - 19px)/2);
    margin-bottom: 19px;
    background-color: #fef8f8;
    padding: 9px 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    height: 200px;
}

.index_news1 ul li a {
    position: relative;
    display: block;
    height: 100%;
}

.index_news1 ul li a h1 {
    font-size: 18px;
    color: #cd0004;
    line-height: 30px;
    font-weight: bold;
}

.index_news1 ul li a h1::before {
    content: '';
    width: 3px;
    height: 14px;
    margin-top: 5px;
    margin-right: 3px;
    display: inline-block;
    background-color: #cd0004;
}

.index_news1 ul li a p {
    font-size: 16px;
    color: #000;
    line-height: 36px;
    display: block;
    margin-top: 12px;
    padding-left: 12px;
}

.index_news1 ul li a span {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 2px;
    left: 12px;
}

.index_news1 ul li a:hover p,
.index_news1 ul li a:hover span {
    color: #cd0004
}

.index_news2 img {
    display: block;
    margin: 16px auto 43px;
}

.index_news2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_news2 ul li {
    width: calc((100% - 36px)/3);
    margin-bottom: 18px;
    background-color: #fef8f8;
}

.index_news2 ul li a {
    padding: 8px 10px;
    box-sizing: border-box;
    display: block;
    height: 136px;
    overflow: hidden;
    position: relative;
}

.index_news2 ul li a h1 {
    font-size: 18px;
    line-height: 36px;
    display: block;
    position: relative;
    text-align: justify;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}

.index_news2 ul li a h1::before {
    content: '';
    width: 3px;
    height: 14px;
    margin-top: 5px;
    margin-right: 9px;
    display: inline-block;
    background-color: #cd0004;
    flex: 0 0 3px;
}

.index_news2 ul li a span {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 15px;
    position: absolute;
    left: 21px;
    bottom: 14px;
    font-weight: bold;
}

.index_news2 ul li a:hover h1 {
    color: #cd0004;
}

@media screen and (max-width:490px) {
    body {
        background-size: 100% 200px;
    }
    .layui-container {
        padding: 0 10px;
    }
    .top img {
        width: 95%;
        margin: 40px auto 0;
    }
    .topNews h1 {
        width: 100%;
    }
    .topNews h1 img {
        margin-right: 8px;
    }
    .topNews h1 span {
        font-size: 26px;
    }
    .topNews>img {
        width: 100%;
    }
    .topNews_img .left,
    .topNews_img .right {
        display: none;
    }
    .topNews_img .middle img {
        height: auto;
        max-height: none;
        width: 100%;
        display: block;
    }
    .content {
        padding: 0 10px;
    }
    .index_news1 img {
        margin: 25px auto 25px;
    }
    .index_news1 ul li {
        width: 100%;
    }
    .index_news2 img {
        margin: 16px auto 22px;
    }
    .index_news2 ul li {
        width: 100%;
    }
}