@charset "UTF-8";

/**!
 * 首页
 * date:2021-08-19
 * author: wppei;
 */

body {
    background-color: #f9f9fb;
}

.main {
    background: #fff;
}

.top {
    height: 82px;
    margin-bottom: 30px;
    line-height: 30px;
    padding-top: 26px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px #eeeeee solid;
}

.top-href {
    color: #2e72c5;
}

.tt {
    position: relative;
    height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.tt:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    background-color: #94c8ff;
}

.tt-box {
    display: inline-block;
    position: relative;
    height: 20px;
    line-height: 20px;
    padding: 0 45px;
    text-align: center;
    font-size: 18px;
    color: #0a64c1;
    background-color: #fff;
    z-index: 9;
    vertical-align: top;
}

.tt-box:before,
.tt-box:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("/images/pic_dian.png") no-repeat;
}

.tt-box:before {
    left: 0;
}

.tt-box:after {
    right: 0;
}

.impor-box {
    padding-top: 6px;
    margin: 0 20px;
}

.impor-left,
.look {
    width: 49%;
    height: 247px;
    margin-bottom: 6px;
}

.impor-img {
    display: block;
    height: 100%;
}

.impor-img img {
    width: 100%;
    height: 100%;
}

.impor-right,
.play {
    width: calc(51% - 20px);
    /* width:100%; */
    margin-left: 20px;
}
.l.play{
    width:100% ;
}

.impor-right {
    height: 247px;
    padding: 16px 20px 0;
    box-shadow: 0px 0px 10px 0px rgba(152, 152, 152, 0.2);
}

.impor-text {
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.impor-label {
    color: #0a64c1;
}

.impor-text a {
    color: #333;
}

.impor-tt {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 9px;
    font-size: 16px;
    color: #000;
    background: url("/images/pic_wqft.jpg") no-repeat left center;
}

.impor-tt a{
	color: #0a64c1;
}
.impor-tt:after {
    content: " ";
    position: absolute;
    right: 0;
    left: 100px;
    top: 10px;
    height: 1px;
    background-color: #efefef;
}

.look,
.play {
    padding-top: 30px;
}

.look .tt,
.play .tt {
    margin-bottom: 30px;
}

.look-box {
    padding: 10px 20px 10px 0;
    box-shadow: 0px 0px 10px 0px rgba(152, 152, 152, 0.2);
}

.play .look-box {
    margin: 0 20px 0 0;
}

.banner {
    padding-left: 20px;
    margin-bottom: 30px;
}

.county-list {
    margin: 0 20px;
    padding: 10px 30px;
    height: 100px;
    box-shadow: 0px 0px 10px 0px rgba(152, 152, 152, 0.2);
}

.county-list li {
    float: left;
    margin-right: 40px;
}

.county-name {
    display: block;
    color: #333;
    line-height: 28px;
}

.banner-list {
    float: left;
    width: 50%;
    margin-top: 30px;
    padding-right: 20px;
}

.banner-list.w100 {
    width: 100%;
}

.banner-box {
    display: block;
    height: 110px;
}

.banner-box>img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .slogan.one {
        right: -24px;
    }
    .slogan.two {
        margin: 0;
    }
    .tab-node {
        width: calc(100% - 60px);
    }
    .interview-img {
        height: 210px;
    }
    .interview-item {
        height: auto;
    }
}

@media (max-width: 979px) {
    .top {
        font-size: 20px;
    }
    .impor-name {
        width: 100%;
    }
    .look-box .impor-name {
        width: calc(100% - 100px);
    }
    .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .top {
        line-height: 22px;
        font-size: 14px;
    }
    .top-href {
        display: block;
        max-width: 90%;
        margin: 0 auto;
    }
    .look-box,
    .play .look-box {
        margin: 0 20px;
    }
    .impor-left,
    .look,
    .impor-right,
    .play {
        width: 100%;
        margin-left: 0;
    }
    .impor-right {
        margin: 20px 0 0 0;
    }
    .banner-list {
        width: 100%;
    }
    .banner-box {
        height: auto;
    }
}