.wd1100 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 38px;
    padding-bottom: 62px;
}

.news-list .news-list-intro h3:hover {
    color: #5598f3;
}

a:hover {
    text-decoration: inherit;

}

.title {
    line-height: 60px;
    border-bottom: 2px solid #5598f3;
    font-size: 28px;
    display: inline-block;
}

.hr1 {
    height: 1px;
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 0;
}

.news-list-intro {
    float: left;
    width: 760px;
}

.news-list li {
    position: relative;
    /* height: 182px; */
    padding: 40px 0px;
    clear: both;
    border-bottom: #c1c1c1 dashed 1px;
    clear: both;
}

.news-list li:nth-last-child(1) {
    border-bottom: none;
}

.news-list li .a_left {
    width: 272px;
    float: left;
    margin-right: 46px;
}


.news-list li .a_left {
    width: 272px;
    float: left;
    margin-right: 46px;
}

.news-list li img {
    float: left;
    width: 272px;
    height: 153px;
}

.news-list .news-list-intro h3 {
    font-size: 18px;
    margin: 10px 0 30px 0;
    font-weight: bold;
    color: #888;
}

.news-list li .news-list-intro p {
    float: left;
    height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #3d464d;
}

.news-list li .news-list-intro span {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #3d464d;
    font-size: 15px;
}

.news-list li .news-list-right {
    float: right;
    padding-top: 50px;
    vertical-align: middle;
}

.xz .searchVal{
    padding: 10px 0 10px 14px;
    height: 20px;
    /* width: 655px; */
    width: 800px;
    border-radius: 10px 0 0 10px;
    background: transparent;
    border: 2px solid #c4c7ce;
}
.search-input{
    margin-bottom: 30px;
}
.searchBotton{
    color: #fff;
    cursor: pointer;
    width: 112px;
    height: 44px;
    line-height: 41px;
    line-height: 40px \9;
    background-color: #4e6ef2;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    box-shadow: none;
    font-weight: 400;
    border: 0;
    outline: 0;
    letter-spacing: normal;
}
#main {
    margin-top: 30px;
}

.xz {
    display: flex;

}

.xz span {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #323232;
    line-height: 54px;

}

.xz ul {
    display: inline-block;
    /* width: 700px; */
    width: 900px;
    position: relative;
    border-bottom: 1px dashed rgb(2 55 149 / 15%);
    height: 42px;
    overflow: hidden;
    padding-top: 16px;
    cursor: pointer;

}

.xz ul li {
    margin-right: 12px;
    float: left;
    line-height: 26px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 16px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    /* margin-bottom: ; */
}
.xz ul li:hover,
#lygd:hover{
    cursor: pointer;
}
.xz ul li.hy_change,
.xz ul li.ly_change {
    background: rgba(234, 0, 0, 0.08);
    color: #ea0000;

}

.ly ul {
    border-bottom: none;

}


.layui-mid {
    float: left;
    display: block;
    line-height: 54px;
    margin-right: 10px;
    margin-left: 10px;
}

.hy,
.ly {
    position: relative;

}

.xz3 {
    height: 108px;
}

.xz #gd,
#lygd {
    position: absolute;
    /* right: 10px; */
    right: 70px;
    top: 20px;
    /* width: 16px; */
    height: 16px;
}

/* #lygd {
    display: none;
}

#gd {
    display: none;
} */

.xz #gd i,
#lygd i {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ea0000;
    line-height: 20px;
    font-style: inherit;
}

.xz #gd img,
#lygd img {
    width: 16px;
    transform-origin: center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}

.xz #gd img.rotate1#lygd img.rotate1 {
    transform-origin: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}
/* 标签结束 */
@media screen and (max-width: 1024px) {
    .wd1100 {
        width: 92%;
    }

    .news-list-intro {
        width: 100%;
    }

    .news-list li .a_left, .news-list li img {
        width: 336px;
        height: 189px;
    }
    .news-list li .news-list-intro p{
        height: auto;
    }
    .xz .searchVal{
        width: 300px;
    }
    .xz ul{
        width: 280px;
    }
    .xz ul li{
        padding-left: 6px;
        padding-right: 6px;
    }
    .xz span{
        margin-right: 6px;
    }
    .xz #gd, #lygd{
        right: -7px;
    }
}
