﻿/* 招商会 */
.page{
    padding: 10px;
    margin-left: 20%;
}
.common-cont .hot {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.common-cont .hot .left {
    width: 640px;
    height: 400px;
}

.common-cont .hot .left img {
    width: 640px;
    height: 400px;
}

.common-cont .hot .right {
    width: 540px;
    height: 400px;
}

.common-cont .hot .right .tab {
    display: flex;
    justify-content: space-between;
}

.common-cont .hot .right .tab span {
    display: inline-block;
    width: 140px;
    height: 45px;
    color: #FF0000;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.common-cont .hot .right .tab a {
    color: #FF0000;
    font-size: 13px;
    position: relative;
    top: 15px;
}

.channel .hot .right .lists a {
    display: block;
    margin-top: 19px;
    font-size:14px;
}

.common-cont .hot .right .tab span.on {
    background: #FF0000;
    color: #ffffff;
}

.exhibition .hot .right .title {
    display: block;
    height: 40px;
    padding-left: 50px;
    background: url('/image/common/hots.png') no-repeat left;
    background-size: 36px 40px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.investment .hot .right .title {
    height: 40px;
    padding-left: 50px;
    background: url('/image/common/new.png') no-repeat left;
    background-size: 42px 20px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.common-cont .hot .right .items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    margin-top: 10px;
}

.common-cont .hot .right .items span {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

.common-cont .hot .right .items i {
    color: #FF0000;
}

.common-cont .hot .right .more-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .common-cont .hot .right .more-info a {
    cursor: pointer;
    color: #FF0000;
    display: inline-block;
    margin-left: 5px;
} */

.common-cont .hot .right .list a {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    cursor: pointer;
}

.common-cont .hot .right .list a:hover {
    color: #FEAC12;
}

.common-cont .hot .right .list i {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F7B002;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 5px;
}

.common-cont .hot .right .info-title {
    display: block;
    font-size: 14px;
    color: #333333;
}

.common-cont .hot .right .more-info+.more-info {
    border-top: 1px solid #E5E5E5;
}

.common-cont .hot .right .tab-items .sort-list a {
    display: block;
    margin-top: 11px;
    font-size: 14px;
    color: #666666;
}

.common-cont .hot .right .tab-items em {
    color: #FF0000;
}

.common-cont .hot .right .tab-items .lists i {
    display: inline-block;
    width: 38px;
    height: 21px;
    line-height: 21px;
    background: #ff3333;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size:12px;
}

.common-cont .hot .right .tab-items .lists span {
    color: #333333;
    margin-top: 20px;
}

.common-cont .hot .right .tab-items.on {
    display: none;
}

.common-cont .hot .tab-items .sort-list {
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
     height:347px;
}

.common-cont .hot .tab-items .sort-list i {
    display: inline-block;
    width: 24px;
    height: 23px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
}

.common-cont .hot .tab-items i.one {
    background: #FF0000;
}

.common-cont .hot .tab-items i.two {
    background: #FF5200;
}

.common-cont .hot .tab-items i.three {
    background: #FEAC12;
}

.common-cont .hot .tab-items i.other {
    background: #E4E4E4;
    color: #333333;
}


/* 建材展会 */

.common-cont .main {
    margin-top: 25px;
}

.common-cont .main .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F7B002;
    padding-bottom: 5px;
}

.common-cont .main select {
    width: 100px;
}

.exhibition .main .title span {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: rgba(247, 176, 2, 1);
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.exhibition .main .title button {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border: none;
    width: 50px;
    height: 32px;
    background: rgba(255, 138, 0, 1);
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
}

.exhibition .main .item {
    height: 130px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(215, 215, 215, 1);
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.exhibition .main .item img {
    width: 170px;
    height: 127px;
}

.exhibition .main .right {
    width: 967px;
}

.exhibition .main .right .titles {
    font-size: 18px;
    color: #333333;
}

.exhibition .main .right .items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    margin-top: 5px;
}

.exhibition .main .right .items span {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
}

.exhibition .main .right .items i {
    color: #FF0000;
}

.exhibition .main .right .more-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.exhibition .main .right .more-info i {
    cursor: pointer;
    color: #FF0000;
    display: inline-block;
    margin-left: 5px;
}


/* 招商会 */

.investment .main .title span {
    padding-left: 30px;
    height: 20px;
    background: url('/image/common/fire.png') no-repeat left;
    background-size: 20px 22px;
}

.investment .main .title a.bg-none {
    display: inline-block;
    font-size: 12px;
    color: #FF0000;
    width: 90px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 32, 62, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
}

.investment .main .title a.bg {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    width: 90px;
    height: 32px;
    background: #FF0000;
    border: none;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
}

.investment .main .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.investment .main .list .items {
    width: 250px;
    height: 380px;
    padding: 10px 15px;
    border: 1px solid rgba(215, 215, 215, 1);
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 18px;
}

.investment .main .list .items img {
    width: 250px;
    height: 200px;
}

.investment .main .list span {
    display: block;
    line-height: 24px;
    height: 45px;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}

.investment .main .list div {
    font-size: 14px;
    color: #333333;
}

.investment .main .list em {
    display: inline-block;
    width: 40px;
    height: 18px;
    background: #E6203E;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 5px;
    margin-top: 10px;
}

.investment .main .list .btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.investment .main .list a.bg-none {
    display: inline-block;
    font-size: 14px;
    color: #FF0000;
    width: 120px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 32, 62, 1);
    text-align: center;
    line-height: 32px;
}

.investment .main .list a.bg {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    width: 120px;
    height: 32px;
    background: #FF0000;
    border: none;
    text-align: center;
    line-height: 32px;
}


/* 新闻模块 */

.news .main .top-tab-6 {
    display: flex;
    justify-content: flex-start;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(239, 237, 237, 1);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.14);
    margin-top: 20px;
}

.news .main .top-tab-6 span {
    display: inline-block;
    width: 200px;
    text-align: center;
    cursor: pointer;
}

.news .main .top-tab-6 span.on {
    color: #ffffff;
    background: #FEAC12;
}

.news .main .cont {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-left: 20px;
}

.news .main .cont img {
    display: inline-block;
    width: 270px;
    height: 180px;
    margin-right: 20px;
}

.news .main .cont .info {
    width: 850px;
    margin-right: 50px;
}

.news .main .cont .info .title-msg {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #333333;
}

.news .main .cont.on {
    display: none;
}
.news .main .cont .info .title-msg a{
    color: #333333;
}

.news .main .cont .info .title-msg a.more {
    display: inline-block;
    width: 80px;
    height: 24px;
    background: rgba(254, 172, 18, 1);
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.news .main .cont .info .det {
    margin-top: 10px;
}

.news .main .cont .info .det span {
    display: inline-block;
    width: 680px;
    font-size: 12px;
    color: #666666;
}

/* .news .main .cont .info .det a {
    color: #FF0000;
    font-size: 12px;
    position: relative;
    top: -4px;
    cursor: pointer;
} */

.news .main .cont .info ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-top: 10px;
}
.news .main .sort-cont .left .btn a{
    color: white;
}
.news .main .cont .info ul li {
    width: 45%;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    list-style: disc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .main .cont .info ul li a {
    color: #333333;
}


/* 轮播样式 */

.main .part-three {
    margin-top: 10px;
}

.news .swiper-container {
    width: 1100px;
}

.news .swiper-father {
    height: 50px;
    position: relative;
    margin-top: 5px;
    border: 1px solid rgba(239, 237, 237, 1);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.14);
}

.swiper-wrapper {
    /* padding: 0 50px; */
    width: calc(100% - 100px);
}

.news .swiper-button-next,
.news .swiper-button-prev {
    color: #1A1A1A;
    /* font-size: 20px; */
    margin-top: -20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px!important;
}

.news .swiper-slide {
    display: inline-block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.news .swiper-slide.on {
    background: #FEAC12;
    color: #ffffff;
}


/* 模块三 */

.news .main .sort-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.news .main .sort-cont.on {
    display: none;
}

.news .main .sort-cont .left {
    width: 810px;
}

.news .main .sort-cont .left .items {
    height: 120px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.news .main .sort-cont .left .items img {
    width: 180px;
    height: 120px;
}

.news .main .sort-cont .left .items .info {
    width: 600px;
}

.news .main .sort-cont .left .titles {
    display: block;
    font-size: 16px;
    color: #333333;
}

.news .main .sort-cont .left .det {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

/* .news .main .sort-cont .left .det a {
    color: #FF0000;
    cursor: pointer;
} */

.news .main .sort-cont .left .times {
    margin-top: 20px;
    font-size: 12px;
}

.news .main .sort-cont .left .times i {
    display: inline-block;
    width: 40px;
    height: 18px;
    background: rgba(230, 32, 62, 1);
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}

.news .sub-news .sort-cont .left .times i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('/image/common/shijian.png')no-repeat center;
    background-size: 17px;
    margin-right: 10px;
    line-height: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.news .main .sort-cont .left .btn {
    text-align: center;
    margin-top: 40px;
}

.news .main .sort-cont .left .btn button {
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    width: 140px;
    height: 40px;
    background: rgba(254, 172, 18, 1);
    border-radius: 4px;
    line-height: 40px;
}

.news .main .sort-cont .right {
    width: 320px;
}

.news .main .sort-cont .right .part-item {
    width: 320px;
    height: 624px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    margin-bottom: 20px;
}

.news .main .sort-cont .right .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    border-bottom: 1px solid #E5E5E5;
}

.news .main .sort-cont .right .title a {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 24px;
    background: rgba(254, 172, 18, 1);
    border-radius: 4px;
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
}

.news .main .sort-cont .right .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news .main .sort-cont .right .items {
    width: 140px;
    margin-left: 13px;
    margin-top: 18px;
}

.news .main .sort-cont .right .items img {
    width: 140px;
    height: 140px;
}

.news .main .sort-cont .right .items a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
}


/* 招商会详情页 */

.inved-det .top img {
    width: 1200px;
    height: 416px;
    margin-top: 20px;
}

.inved-det .part-one {
    margin-top: 20px;
}

.inved-det .part-one div {
    height: 40px;
    line-height: 40px;
    padding: 0 60px;
    display: flex;
    justify-content: flex-start;
}

.inved-det .part-one div span {
    display: inline-block;
    width: 50%;
    color: #333333;
    font-size: 16px;
}

.inved-det .part-one div i {
    color: #ff3333;
}

.inved-det .part-one .title {
    background: #E5D6B5;
}

.inved-det .part-one .gray {
    background: #E9E9E9;
    color: #666666;
    font-size: 16px;
}

.inved-det .main {
    background: #E9E9E9;
    padding: 30px;
}

.inved-det .main .titles {
    text-align: center;
}

.inved-det .main .titles span {
    display: inline-block;
    width: 271px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder;
    background: url('/image/common/zhaoshangbg.png')no-repeat center;
    background-size: 100%;
}

.inved-det .main .txt-img {
    padding: 0 30px;
}

.inved-det .main img {
    /*width: 100%;
    height: 400px;*/
    margin-top: 30px;
}

.inved-det .main p {
    display: block;
    line-height: 33px;
    margin: 10px 0;
    font-size: 14px;
    color: #333333;
    text-indent: 2em;
}

.inved-det .main .policy,
.inved-det .main .cond {
    margin-top: 30px;
}

.inved-det .main .cont {
    position: relative;
    padding: 50px 25px;
    border: 1px solid #F7B002;
    margin-top: 50px;
}

.inved-det .main .cont .left-icon {
    width: 34px;
    height: 34px;
    background: rgba(247, 176, 2, 1);
    position: absolute;
    left: 0;
    top: 0;
}

.inved-det .main .cont .right-icon {
    width: 34px;
    height: 34px;
    background: rgba(247, 176, 2, 1);
    position: absolute;
    right: 0;
    bottom: 0;
}

.inved-det .main .cont .det span {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}


/* 频道 */

.five-steps {
    width: 1200px;
    height: 337px;
    background: url('/image/common/wubujiameng.png')no-repeat center;
    background-size: 100%;
    margin-top: 30px;
    position: relative;
}

.five-steps button {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #FF8A00;
    font-size: 18px;
    position: absolute;
    right: 50px;
    top: 30px;
    border: none;
    cursor: pointer;
}

.channel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.channel-list .items {
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 4px 2px 8px 0px rgba(0, 0, 0, 0.14);
    margin-top: 20px;
    text-align: center;
}

.channel-list .items img {
    width: 220px;
    height: 123px;
}

.channel-list .items span {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}

.channel-list .items button {
    display: inline-block;
    width: 200px;
    height: 32px;
    background: rgba(255, 138, 0, 1);
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    border: none;
    margin-top: 15px;
}

.part-right-two .swiper-slide {
    width: 140px;
    height: 126px;
    line-height: 14px;
    margin-top: 20px;
}

.part-right-two img {
    width: 140px;
    height: 100px;
}

.part-right-two span {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}


/* 新闻子栏目 */

.sub-new-top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    color: #333333;
}

.sub-new-top .top-one {
    width: 450px;
    height: 105px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sub-new-top span {
    display: inline-block;
    width: 38px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 15px;
}

.sub-new-top .top-one .top-cont {
    width: 360px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
}

.sub-new-top .top-two .top-cont {
    width: 180px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
}

.sub-new-top .top-three .top-cont {
    width: 360px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
}

.sub-new-top .top-three i {
    display: inline-block;
    width: 90px;
    color: #ff3333;
    cursor: pointer;
    font-size: 12px;
}

.sub-new-top .top-cont a {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    line-height: 30px;
}

.sub-new-top .top-two {
    width: 270px;
    height: 105px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sub-new-top .top-three {
    width: 450px;
    height: 105px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.more-top {
    width: 450px;
    height: 105px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 0;
    margin-top: 2px;
    z-index: 9;
}

.more-top .top-cont {
    width: 360px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 80px;
}

.more-top a {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    line-height: 30px;
}

.more-top.on {
    display: none;
}

.sub-news .border-title-16 {
    background: #ffffff;
}

.sub-news .left {
    background: #ffffff;
}

.sub-news .items .times span {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    color: #FF0000;
    font-size: 12px;
    padding: 0 12px;
    height: 24px;
    margin-left: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    border-radius: 4px;
}

.sub-news .part-item-one {
    width: 320px;
    height: 435px;
    background: rgba(255, 255, 255, 1);
}

.sub-news .part-item-two {
    width: 320px;
    height: 558px;
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.sub-news .part-item-three {
    width: 320px;
    height: 435px;
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.sub-news .part-item-one .title {
    padding-left: 45px!important;
    background: url('/image/common/firenews.png')no-repeat 5px;
    background-size: 28px 32px;
}

.sub-news .part-item-two .title {
    padding-left: 45px!important;
    background: url('/image/common/fangtan.png')no-repeat 5px;
    background-size: 32px 36px;
}

.sub-news .part-item-three .title {
    padding-left: 45px!important;
    background: url('/image/common/baodao.png')no-repeat 5px;
    background-size: 32px 26px;
}

.sub-news .part-item-two .people-items {
    width: 290px;
    margin-left: 15px;
}

.sub-news .part-item-two .people-items .top-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.sub-news .part-item-two .people-items .top-info img {
    width: 100px;
    height: 80px;
    margin-right: 13px;
}

.sub-news .part-item-two .people-items .top-info a {
    display: inline-block;
    width: 180px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.sub-news .part-item-two .people-items em {
    display: block;
    font-size: 12px;
    color: #666666;
    line-height: 25px;
    margin-top: 5px;
}

.sub-news .right .tab-items a {
    display: block;
    margin-top: 13px;
    font-size: 14px;
    margin-left: 5px;
    color: #666666;
}

.sub-news .right .tab-items em {
    color: #FF0000;
}

.sub-news .right .tab-items .lists i {
    display: inline-block;
    width: 38px;
    height: 21px;
    line-height: 21px;
    background: #ff3333;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.sub-news .right .tab-items .lists span {
    color: #333333;
    margin-top: 20px;
}

.sub-news .right .tab-items.on {
    display: none;
}

.sub-news .tab-items .sort-list {
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
}

.sub-news .tab-items .sort-list i {
    display: inline-block;
    width: 24px;
    height: 23px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
}

.sub-news .tab-items i.one {
    background: #FF0000;
}

.sub-news .tab-items i.two {
    background: #FF5200;
}

.sub-news .tab-items i.three {
    background: #FEAC12;
}

.sub-news .tab-items i.other {
    background: #E4E4E4;
    color: #333333;
}


/* 新闻详情 */

.news-det .main {
    display: flex;
    justify-content: space-between;
}

.news-det .main .left {
    width: 860px;
}

.news-det .main .news-cont {
    background: #ffffff;
    padding: 0 10px;
        border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.news-det .main .news-cont .titles {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}

.news-det .main .news-cont .msg span {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}

.news-det .main .news-cont .new-info {
    width: 800px;
    padding-right: 30px;
    height: 78px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
}

.news-det .main .news-cont .new-info .info {
    width: 600px;
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
}

.news-det .main .news-cont .new-info .info img {
    width: 140px;
    margin-right: 15px;
    height: 78px;
}

.news-det .main .news-cont .new-info .info div {
    width: 445px;
}

.news-det .main .news-cont .new-info .titles {
    display: block;
    font-size: 18px;
    padding: 0;
}

.news-det .main .news-cont .new-info .see-info {
    display: block;
    color: #61A8FF;
    font-size: 12px;
    cursor: pointer;
    margin-top: 6px;
}

.news-det .main .news-cont .new-info .see-info a {
    color: #61A8FF;
    font-size: 12px;
    cursor: pointer;
}

.news-det .main .news-cont .new-info .see-info em {
    color: #333333;
}

.news-det .main .news-cont .new-info .shop-info {
    display: block;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    margin-top: 8px;
}

.news-det .main .news-cont .new-info .shop-info em {
    display: inline-block;
    margin-right: 10px;
    color: #ff3333;
    font-size: 14px;
    font-weight: bold;
}

.news-det .main .news-cont .new-info button {
    display: inline-block;
    text-align: center;
    color: #FF0000;
    font-size: 14px;
    line-height: 32px;
    width: 120px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(254, 172, 18, 1);
    border-radius: 4px;
    margin-top: 5px;
}

.news-det .main .news-cont .new-info button.light {
    background: #FEAC12;
    color: #fff;
}

.news-det .main .new-info .opt {
    width: 120px;
}

.news-det .main .sub-head {
    width: 800px;
    /*height: 80px;*/
    line-height: 39px;
    padding-left: 42px;
    background: #EEEEEE url('/image/common/daodu.png')no-repeat left;
    background-size: 41px 39px;
    margin-top: 20px;
}

.news-det .main .news-det span {
    display: block;
    line-height: 23px;
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    margin-top: 20px;
}

.news-det .main .news-det img {
    max-width: 100%;
    margin-top: 20px;
}

.news-det .main .sibling {
    display: flex;
    justify-content: space-between;
}

.news-det .main .sibling .left {
    width: 400px;
}

.news-det .main .sibling .left span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}

.news-det .main .sibling .left span a {
    color: #333333;
}

.news-det .main .sibling .left em {
    color: #ff3333;
}

.news-det .main .sibling .right {
    width: 211px;
}

.news-det .main .sibling .right img {
    width: 211px;
    height: 41px;
    margin-top: 20px;
}

.news-det .main .tags {
    margin-top: 20px;
    font-size: 14px;
}

.news-det .main .tags span {
    display: inline-block;
    padding: 0 15px;
    color: #ff3333;
    height: 24px;
    line-height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    border-radius: 4px;
    margin-left: 10px;
}

.news-det .main .instring {
    width: 860px;
    height: 248px;
    background: rgba(255, 255, 255, 1);
}

.news-det .main .instring .title {
    padding: 0 5px;
    height: 43px;
    line-height: 43px;
    border-bottom: 2px solid #FEAC12;
    color: #FEAC12;
    font-size: 18px;
    margin-top: 20px;
}

.news-det .main .instring .title em {
    display: inline-block;
    width: 70px;
    height: 24px;
    background: rgba(254, 172, 18, 1);
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
}

.news-det .main .instring ul {
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.news-det .main .instring ul li {
    width: 50%;
    font-size: 14px;
    margin-top: 10px;
}

.news-det .main .instring ul li a {
    color: #333333;
}

.news-det .main .statement {
    margin-bottom: 20px;
}

.news-det .main .statement .title-txt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.news-det .main .statement span {
    display: block;
    font-size: 12px;
    line-height: 23px;
}

.news-det .main .right {
    width: 320px;
}

.news-det .right .hot-force {
    background: #ffffff;
    padding: 0 5px;
    border-right: 1px solid #e3e3e3;
    padding-bottom:20px;
        border-radius: 5px;
    box-shadow: 2px 4px 2px #e3e3e3;
    padding-bottom: 20px;
}

.news-det .right .hot-force .tab-title {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #FEAC12;
    font-size: 18px;
    color: #FF8A00;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.news-det .right .hot-force .tab-title span {
    display: inline-block;
    width: 150px;
}

.news-det .right .hot-force .tab-title span.on {
    background: #FEAC12;
    color: #ffffff;
}

.news-det .right .rec {
    padding: 0 5px;
    /*height: 376px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 1px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 2px 4px 2px #e3e3e3;
    padding-bottom:20px;
}

.news-det .right .rec .items {
    display: flex;
    justify-content: flex-start;
}

.news-det .right .rec .items img {
    width: 90px;
    height: 60px;
}

.news-det .right .rec .items a {
    display: inline-block;
    width: 180px;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;/*rgba;(51, 51, 51, 1);*/
    line-height: 24px;
    margin-left: 20px;
}

.news-det .rec .cont.on {
    display: none;
}

.news-det .right .rec li {
    margin-left: 20px;
    font-size: 12px;
    color: #333333;
    margin-top: 20px;
}

.news-det .right .rec li a {
    color: #666666;
}

.news-det .right .here {
    padding: 0 5px;
    height: 434px;
    background: rgba(255, 255, 255, 1);
    margin-top: 30px;
    border-right: 1px solid #e3e3e3;
    border: 1px solid #e3e3e3;
    box-shadow:2px 4px 2px #e3e3e3;
}

.news-det .right .hot-rec {
    margin-top: 30px;
    padding: 0 5px;
    height: 493px;
    background: rgba(255, 255, 255, 1);
        border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 2px 4px 2px #e3e3e3;
}

.news-det .right .hot-rec a {
    display: block;
    font-size: 12px;
    color: #666666;
    margin-top: 18px;
}

.news-det .right .hot-rec em {
    display: inline-block;
    width: 70px;
    height: 24px;
    background: rgba(255, 0, 0, 1);
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-right: 5px;
}

.news-det .right .top-ten {
    margin-top: 30px;
    padding: 0 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e3e3e3;
    border-radius:5px;
    padding-bottom:10px;
    box-shadow: 2px 4px 2px #e3e3e3;
}

.news-det .right .top-ten .list {
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news-det .right .top-ten a {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    margin-top: 10px;
    color:#666666;
}

.news-det .right .single-title {
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    color: #333333;
    position: relative;

}

.news-det .right .single-title em {
    display: inline-block;
    width: 60px;
    height: 24px;
    background: rgba(254, 172, 18, 1);
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    right: 5px;
    top: 20px;
    position: absolute;
}

.news-det .right .tab-other-title {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    margin-bottom: 20px;
}

.news-det .right .tab-other-title span {
    display: inline-block;
    width: 120px;
}

.news-det .right .tab-other-title span.on {
    border-top: 1px solid #FEAC12;
    color: #FEAC12;
}

.news-det .right .tab-other-title em {
    display: inline-block;
    width: 50px;
    height: 24px;
    background: rgba(254, 172, 18, 1);
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.news-det .tab-items a {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
}

.news-det .tab-items em {
    color: #FF0000;
}

.news-det .tab-items .lists i {
    display: inline-block;
    width: 38px;
    height: 21px;
    line-height: 21px;
    background: #ff3333;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.news-det .tab-items .lists span {
    color: #333333;
    margin-top: 20px;
}

.news-det .tab-items.on {
    display: none;
}

.news-det .tab-items .sort-list {
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
}

.news-det .tab-items .sort-list i {
    display: inline-block;
    width: 24px;
    height: 23px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
}

.news-det .tab-items i.one {
    background: #FF0000;
}

.news-det .tab-items i.two {
    background: #FF5200;
}

.news-det .tab-items i.three {
    background: #FEAC12;
}

.news-det .tab-items i.other {
    background: #E4E4E4;
    color: #333333;
}

.investment .hot .right .list a {
    margin-top: 20px;
}

.exhibition .hot .right .list a {
    margin-top: 20px;
}

.channel .swiper-slide.on {
    background: none;
    color: #333333;
}
#news,#news .swiper-wrapper,#news .swiper-wrapper .swiper-slide, #news .swiper-wrapper .swiper-slide img{
    width: 640px;
    height: 400px;
}
#news .swiper-pagination-bullet-active {
    background: #ffffff;
}
#news .swiper-pagination-bullet {
    display: inline-block;
    border-radius: none;
    width: 10px;
    height: 10px;
    opacity: .7;
}