* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, Microsoft Jhenghei, sans-serif;
    /* letter-spacing: 1.4px; */
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #1f6ecb;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h2 {
    padding: 0px;
}
#main .xz .searchVal{
    padding: 10px 0 10px 14px;
    height: 20px;
    width: 655px;
    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;
}
.wd1100 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 38px;
    padding-bottom: 62px;
}

.layout-content {
    width: 790px;
    float: left;
}

.lianxi-banner {
    background: url(https://files.yuanian.com/yuanian/page_image/Gz/yngd-banner.png) center no-repeat;
    height: 125px;
    background-size: cover;
}

.tab6 {
    margin-top: 10px;
    background: #f1f4f9;
    padding: 22px;
}

.tab6 a {
    font-size: 16px;
    display: inline-block;
    padding: 10px 14px;
    color: #262626;
    /* margin-right: 16px; */
}

.tab6 a.selected {
    color: #fff;
    background: #5987e5;
}

.yngd-list li {
    padding: 20px 17px 30px;
}

.yngd-list a {
    color: #292e31;
}

.yngd-list .yngd-list-intro h2 {
    font-size: 18px;
    margin: 10px 0 19px 0;
    text-align: left;
}

.yngd-list li .yngd-list-intro p {
    font-size: 14px;
    color: #8f98a6;
    line-height: 26px;
}

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

.hr2 {
    height: 1px;
    border: none;
    border-top: 1px dashed #eceef3;
    margin-bottom: 17px;
}

.layout-right {
    width: 250px;
    float: left;
    margin-left: 60px;
    margin-bottom: 20px;
}

.yngd-hot-class {
    margin: 26px 0 26px 0;
    color: #292e31;
    font-size: 16px;
    text-align: center;
}
.article-hot {
    margin-bottom: 10px;
}
.article-hot a {
    display: inline-block;
    width: 250px;
    margin: 5px 0px 5px 10px;
    vertical-align: middle;
}
.article-hot h4 {
    color: #585858;
    font-size: 14px;
    width: 152px;
    vertical-align: middle;
    display: inline-block;
}
/* 专业标签&行业 */
#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;
    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.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;
    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 {
        padding: 0px;
        width: 100%;
    }
    .yngd-list .yngd-list-intro h2 {
        text-align: center;
    }
    .layout-content {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .lianxi-banner {
        height: 113px;
    }
    .tab6 {
        padding: 10px !important;
    }
    .layout-right {
        margin-top: 20px;
    }
    /* 移动端专业标签行业标签 */
    .xz span {
        line-height: 58px;
    }

    .xz ul {
        width: 78%;
        display: -webkit-box;
        overflow-x: scroll;
        margin-top: 0px;

    }

    .xz ul li {
        display: block;
        height: 26px;

    }

    #gd {
        display: block;
    }

    .ly ul,
    .hy ul {
        display: block;
        margin-bottom: 10px;
    }

    /* .ly ul li { */
    /* width: 25%;
        padding: 0px;
        text-align: center; */
    /* } */

    .hy ul li,
    .ly ul li {
        margin-right: 0px;
    }
}


