
@charset "GBK";
.header .navbar {
    width: 100%;
    height: 28px;
    /*   background: #212121; */
    background: #212121;
}

.navbar .left {
    padding-left: 16px;
}

.navbar .left li {
    float: left;
    margin-right: 16px;
    height: 28px;
    line-height: 28px;
}
.navbar .left .navAppDownLoad{
    position: relative;
}
.navAppDownLoad span{
    position: absolute;
    width: 100%;
    height: 2.5px;
    background-color: #cc0000;
    bottom:0;
    left:0;
    display: none;
}
.navAppDownLoad:hover span{
    display: block;
    transition:all 1s;
}
.navbar .left .appCode{
    position: absolute;
    width: 165px;
    height: 175px;
    background:url("../images/APPDownLoadCode.png") center no-repeat;
    left:-56px;
    bottom:-175px;
    z-index: 9999;
    display: none;
}
.navAppDownLoad:hover .appCode{
    display: block;
}

.navbar li a {
    color: #ffffff;
    font: normal 12px/28px "Microsoft Yahei";
}

.navbar .right li {
    float: left;
    color: #ffffff;
    height: 28px;
    line-height: 28px;

}

.navbar .right .nth-child-1 a {
    padding-right: 9px;
    border-right: 1px solid #484848;
    line-height: 28px;
}
.navbar .right .nth-child-2 i {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 6px;
}
.navbar .right .nth-child-2 i img {
    width: 14px;
    height: 14px;
}
.navbar .right .nth-child-2 a {
    padding-right: 16px;
    padding-left: 25px;
    background-size: 15px 15px;
    position: relative;
}


.header-main {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #ffffff;  */
    /* background: url("../images/yuandan.png") center top no-repeat;
    padding-top: 95px;*/
}

.header-main .search {
.banner .banner-cont ul*/
    /* width: 100%; */
    height: 90px;
    position: relative;
}
.header-main .search .returntoOldUrl{
    /* width: 102px; */
    height: 40px;
    font-size: 14px;
    text-align:center;
    cursor: pointer;
    margin: 24px 22px 0 0;
    transition: all 0.15s ease-in-out;
}
.header-main .search .returntoOldUrl a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    color: #333333;
    transition: all 0.15s ease-in-out;
}
.header-main .search .returntoOldUrl a:hover{
    opacity: .7;
}
.header-main .search .returntoOldUrl a img{
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.header-main .search .logo {
    height: 64px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.header-main .search .logo h1 {
    text-indent: -9999em;
    width: 100%;
    height: 100%;
}

.header-main .search .searchBox {
    width: 460px;
    height: 42px;
    margin: 24px 30px 0 40px;
    background-color: #fafafa;
    position: relative;
}

.search .searchBox .list {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 40px;
    border: 1px solid #dedede;
    z-index: 10;
}

.searchBox .list span {
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.searchBox .list i {
    position: absolute;
    width: 11px;
    height: 7px;
    left: 51px;
    top: 18px;
}
.searchBox .list i.arrowToBottom{
    background: url("../images/arrowToBottom.png") center no-repeat;
}
.searchBox .list i.arrowToTop{
    background: url("../images/arrowToTop.png") center no-repeat;
}
.searchBox .list .hideList {
    position: absolute;
    left: -1px;
    top: 39px;
    width: 70px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #fafafa;
    z-index: 15;
}
.searchBox .list .hideList li {
    text-align: center;
    font: normal 14px/30px "΢���ź�";
    color: #666666;
    border-top: 1px solid #dedede;
    cursor: pointer;
    text-align: left;
    padding-left: 16px;
}

.searchBox .sousuo-con {
    position: absolute;
    left: 70px;
    top: 0px;
    height: 40px;
    line-height: 40px;
    width: 327px;
    padding-left: 12px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #fafafa;
}

.searchBox .sousuo-btn {
    width: 63px;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #cc0000;
}

.searchBox .sousuo-btn img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    padding-top: 9px;
}

/* banner */

.banner .banner-tit ul {
    /*width: 100%;*/
    border-top: 2px solid #cc0000;
}
.banner .banner-tit{
    background: #cc0000;

}

.banner .banner-tit .banner-item {
    float: left;
    margin-right: 16px;
    position: relative;
}
.banner .banner-tit .banner-item a:hover {
    color: #6b6b6b;
}

.banner .banner-tit .banner-item.arrow {
    padding: 0 15px;
    position: relative;
}

.banner .banner-tit .banner-item.arrow i {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 11px;
    height: 7px;
}
.banner .banner-tit .banner-item.arrow i.arrowToBottom{
    background: url("../images/arrowToBottom.png") center no-repeat;
}
.banner .banner-tit .banner-item.arrow i.arrowToTop{
    background: url("../images/arrowToTop.png") center no-repeat;
    top:20px;
}
.banner .banner-tit .banner-item .hideNav {
    position: absolute;
   width: 100%;
    top: 44px;
    left: 0;
    z-index: 11;
    background: white;
}
.banner .banner-tit .banner-item.second .hideNav {
    height: 180px;
    background: url("../images/1.png") center 0px no-repeat;
}
.banner .banner-tit .banner-item.thirdteenth .hideNav {
    height: 200px;
    background: url("../images/searchjob.png") center 0px no-repeat;
}
.banner .banner-tit .banner-item.last .hideNav {
    height: 248px;
    background: url("../images/33.png") center 0px no-repeat;
    background-size: 100% 100%;
}
.banner .banner-tit .banner-item .hideNavwrap {
    border-top: none;
}
.banner .banner-tit .banner-item .hideNav .hideNav-item {
    width: 100%;
    height: 34px;
}
.banner-item .hideNav .hideNav-item a {
    display: block;
    height: 100%;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #414749;
    line-height: 34px;
    font-weight: normal;
}
.banner-item .hideNav .hideNav-item a.hover {
    /*background-color: #cc0000;*/
    /*color: #ffffff;*/
}
.banner-tit .banner-item a {
    font: bold 14px/45px "Microsoft Yahei";
    -webkit-font-smoothing: antialiased;
    color: white;
}

.banner .banner-tit li.last {
    margin: 0;
}
.banner-cont ul div {
    float:  left;
    margin-right: 20px;
    text-align:  center;
}

.banner-cont {
    border-top: 1px solid #e5e5e5;
}
.banner .banner-cont ul {
    /* width: 1000px; */
    /*margin-right: -20px;*/
    /* border-top: 1px solid #e5e5e5; */
}

.banner .banner-cont li {
    /* float: left; */
}

.banner .banner-cont a {
    font: normal 13px/33px "Microsoft Yahei";
    color: #333333;
}
.banner .banner-cont a:hover {
    color: #cc0000;
}

.FirstScreenLayout{
    position: relative;
    z-index: 2;
}
.main-layout {
    position: relative;
}

/* news-layout-one */

.news-layout-one {
    /* width: 100%; */
    height: 90px;
    margin-top: 10px;
    border: 1px solid #dedede;
}
.news-layout-one .news-left{
    width: 728px;
    height: 100%;
}
.news-layout-one .news-left img {
    width: 728px;

}

.news-layout-one .news-right {
    background-color: #ffffff;
    width: 255px;
    height: 80px;
    padding: 5px 0;
    padding-left: 14px;
}

.news-layout-one .news-right .news-right-item {
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

.news-right .news-right-item a {
    color: #4990e2;
}
.news-right .news-right-item a:hover {
    color: #cc0000;
}

/*news-layout-two*/

.news-layout-two {
    margin-top: 10px;
    position: relative;
}

.news-layout-two .content-left {
    width: 298px;
    height: 586px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #dedede;
}

.news-layout-two .content-left .top-carousel {
    margin-bottom: 8px;
}

.news-layout-two .content-left .slider-bottom-tit {
    width: 276px;
    height: 40px;
    margin: 0 auto;
    margin-top: 21px;
}

.content-left .slider-bottom-tit .slider-tit-item a {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    line-height: 18px;
    color: #414749;
    display: block;
    width: 274px;
    height: 36px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-left .bottom-news {
    width: 278px;
    margin-left: 12px;
    margin-right: 10px;
    border-top: 1px solid #dedede;
}

.content-left .bottom-news li {
    position: relative;
    width: 100%;
    height: 26px;
}

.content-left .bottom-news i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* .content-left .bottom-news li a {
  display: block;
  height: 26px;
  padding-left: 16px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #525252;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */

.bottom-news li a:hover {
    color: #ff9f00;
}

.news-layout-two .bottom-media {
    width: 260px;
    padding-top: 13px;
    margin: 0 20px;
}

.news-layout-two .bottom-media .bottom-news-item {
    width: 120px;
    height: 140px;
}

.news-layout-two .bottom-media .bottom-news-item.left {
    margin-right: 20px;
}

.news-layout-two .bottom-media .bottom-news-item a {
    display: block;
    height: 140px;
}

.news-layout-two .bottom-media .bottom-news-item p {
    text-align: left;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    padding: 0 11px;
    padding-top: 6px;
    width: 110px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bottom-media .bottom-news-item a .pic-wrap {
    width: 120px;
    height: 90px;
    overflow: hidden;
}
.bottom-media .bottom-news-item a .pic-wrap img {
    width: 120px;
    height: 90px;
}

.news-layout-two .content-mid {
    width: 376px;
    height: 586px;
    border: 1px solid #dedede;
}

.news-layout-two .content-mid .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.content-mid .content-nav ul {
    width: 100%;
}

.content-mid .content-nav li {
    float: left;
    font-size: 14px;
    color: #919191;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}
.content-mid .content-nav li a {
    color: #919191;
}

.content-mid .content-nav li.active {
    color: #414749;
    border-top: 2px solid #cc0000;
    line-height: 32px;
    font-weight: 600;
}
.content-mid .content-nav li.active a {
    color: #414749;
}

.content-mid .content-main {
    background-color: #ffffff;
}

.content-mid .content-main .main-item {
    height: 151px;
    margin-left: 19px;
    margin-right: 22px;
    padding-top: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;
}

.content-mid .content-main .main-items {
    position: relative;
    padding-left: 7px;
    height: 26px;
    /* font-family: PingFangSC-Regular; */
}

.content-mid .content-main .main-items a {
    color: #414749;
    font-size: 14px;
    line-height: 21px;
    display: block;
    width: 100%;
    height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content-mid .content-main .main-items.active a {
    font-size: 16px;
    font-family:"Microsoft Yahei";
    font-weight: 600;
}

.content-mid .content-main .main-items a:hover {
    /* font-size: 16px;
      font-family: HelveticaNeue-Medium;
      font-weight: 600; */
    color: #cc0000;
}

.content-mid .content-main .main-items i {
    display: block;
    width: 4px;
    height: 4px;
    background: #cdd2d4;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -2px;
}

.news-layout-two .content-right {
    width: 300px;
    height: 588px;
}

.news-layout-two .content-right .ad {
    width: 100%;
    height: 250px;
}

.content-right .ad a {
    display: block;
    width: 300px;
}

.content-right .ad a img {
    width: 100%;
}

.news-layout-two .content-right .activetis {
    height: 327px;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.content-right .activetis .activetis-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
}

.content-right .activetis .activetis-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.activetis .activetis-tit a span {
    display: block;
    height: 36px;
}

.activetis-tit a span.tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
}

a span.tit-left i {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 50%;
    margin-top: -9px;
}

a span.tit-left i img {
    width: 18px;
}

.activetis-tit a span.right {
    width: 36px;
}

a .tit-right img {
    width: 18px;
    margin: 0 auto;
    padding-top: 9px;
}

.activetis .activetis-content {
    background-color: #ffffff;
    /* padding:12px 10px 12px 10px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.activetis .activetis-content .content-item {
    height: 46.5px;
}

.activetis .activetis-content .content-left {
    width: 57px;
    height: 20px;
    background: #cc0000;
    text-align: center;
    margin: 0;
    margin-top: 13px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.activetis .activetis-content .content-right {
    width: 213px;
    height: 39.5px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #525252;
    line-height: 16px;
    padding-top: 7px;
    position: relative;
}

.activetis-content .content-right i {
    position: absolute;
    right: 0px;
    bottom: 7px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #a2aaac;
    line-height: 12px;
}

/*news-layout-three*/

.news-layout-three {
    height: 88px;
    width: 1000px;
    padding: 10px;
    background-color: #ffffff;
    margin-top: 10px;
    padding-left:0;
    padding-right:0;
}

.news-layout-three li {
    margin-right: 38px;
}

.news-layout-three .last {
    margin-right: 0px;
}

/*news-layout-four*/

.news-layout-four {
    width: 693px;
    margin-top: 10px;
}

.news-layout-four .content-left {
    width: 688px;
    height: 538px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-four .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.content-left .content-nav ul {
    width: 100%;
}

.content-left .content-nav li {
    float: left;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #919191;
    line-height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}
.content-left .content-nav li a {
    color: #919191;
}

.content-left .content-nav li.active {
    color: #414749;
    border-top: 2px solid #cc0000;
    line-height: 32px;
    font-weight: 600;
}
.content-left .content-nav li.active a {
    color: #414749;
}

.content-left .block1 {
    background-color: #ffffff;
}

.content-left .block2 {
    background-color: #ffffff;
}

.content-left .block3 {
    background-color: #ffffff;
}

.content-left .block4 {
    background-color: #ffffff;
}

.content-left .block5 {
    background-color: #ffffff;
}

.content-left .block-left {
    width: 300px;
    margin-right: 28px;
    position: relative;
}

.content-left .block-left .marketAnalysis {
    position: absolute;
    width: 77px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.73);
    z-index: 10;
    text-align: center;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    top: 11px;
    left: 10px;
}

/* .content-left .block-left .top-carousel {
  margin-top: 1px;
} */

.content-left .block-left .top-carousel .slider-bottom-tit {
    padding-bottom: 8px;
}

/* .content-left .block-left .bottom-news {
  width: 284px;
  margin-left: 0;
  padding-left: 14px;
  padding-top: 10px;
  padding-right: 5px;
} */

.content-left .block-left .bottom-news {
    width: 284px;
    margin-left: 14px;
    padding-top: 10px;
    margin-right: 5px;
}

.block-left .bottom-news .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
}

.block-left .bottom-news .bottom-news-tit a {
    color: #ffffff;
}

.block-left .bottom-news .bottom-news-item a {
    font-size: 14px;
}

.block-left .bottom-news .bottom-news-media {
    width: 258px;
    padding-left: 11px;
}

.block-left .bottom-news .bottom-news-media a {
    display: block;
    width: 120px;
}
.block-left .bottom-news .bottom-news-media .pic-wrap {
    width: 120px;
    height: 70px;
    overflow: hidden;
}
.block-left .bottom-news .bottom-news-media img {
    width: 120px;
    height: 70px;
}

.block-left .bottom-news .bottom-news-media p {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 16px;
    padding-left: 2px;
    padding-top: 7px;
}

.block-left .bottom-news .bottom-news-content li {
    position: relative;
    height: 32px;
    width: 258px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.block-left .bottom-news .bottom-news-content a {
    display: block;
    width: 258px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 32px;
    padding-left: 10px;
}
.block-left .bottom-news .bottom-news-content a:hover {
    color: #cc0000;
}

.block-left .bottom-news .bottom-news-content i {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.news-layout-four .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}
.news-layout-four .block-right-top .bottom-news-content {
    padding-top: 14px;
    padding-bottom: 14px;
}
.news-layout-four .block-right-bottom .bottom-news-content ul {
    border-top: 1px solid #dedede;
    padding-top: 14px;
}
.block-right-top .bottom-news-content {
    padding-top: 14px;
    padding-bottom: 14px;
}
.block-right-bottom .bottom-news-content ul {
    border-top: 1px solid #dedede;
    padding-top: 14px;
}
.news-layout-four .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.block-right-top .bottom-news-tit a {
    color: #ffffff;
}

.block-right-top .bottom-news-content li {
    position: relative;
    width: 100%;
    height: 28px;
}

.block-right-top .bottom-news-content li a {
    display: block;
    height: 28px;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-right-top .bottom-news-content li.active a {
    font-size: 16px;
    font-weight: 600;
}
.block-right-top .bottom-news-content li a:hover {
    color: #cc0000;
}

.block-right-top .bottom-news-content li.active a {
    font-size: 16px;
    color: #414749;
    font-weight: 600;
}
.block-right-top .bottom-news-content li.active a:hover {
    color: #cc0000;
}

.bottom-news-content li a i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-layout-four .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.block-right-bottom .bottom-news-tit a {
    color: #ffffff;
}

.block-right-bottom .bottom-news-content li {
    position: relative;
    width: 100%;
    height: 28px;
}

.block-right-bottom .bottom-news-content li a {
    display: block;
    height: 28px;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-right-bottom .bottom-news-content li a:hover {
    color: #cc0000;
}

.block-right-bottom .bottom-news-content li.active a {
    font-size: 16px;
    color: #414749;
    font-weight: 600;
}
.block-right-bottom .bottom-news-content li.active a:hover {
    color: #cc0000;
}

.bottom-news-content li a i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-layout-four .content-right {
    width: 300px;
    height: 540px;
}

.news-layout-four .content-right .content-right-top {
    width: 298px;
    height: 348px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.content-right .content-right-top .sub-area-top a {
    display: block;
    height: 154px;
}

.content-right-top .sub-area-top a img {
    width: 100%;
}

.sub-area-top a .msg {
    padding-left: 11px;
    padding-right: 7px;
    padding-bottom: 10px;
    position: relative;
}

.sub-area-top a .msg h3 {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 28px;
    margin-top: 3px;
}

.sub-area-top a .msg p {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #919191;
    line-height: 17px;
}

.sub-area-top a .msg span {
    position: absolute;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #0084ff;
    line-height: 12px;
    right: 7px;
    bottom: 10px;
}

.sub-area-bottom {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 5px;
    border-top: 1px solid #dedede;
}

.sub-area-bottom .bottom-area-nav .bottom-area-nav-item {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #919191;
    line-height: 24px;
    cursor: pointer;
}

.sub-area-bottom .bottom-area-nav .bottom-area-nav-item.first {
    margin-right: 42px;
}

.sub-area-bottom .bottom-area-nav .bottom-area-nav-item.active {
    border-bottom: 2px solid #414749;
    color: #414749;
}

.content-right .bottom-area-content {
    padding-top: 4px;
}

.bottom-area-content .news-list-item {
    height: 28px;
}

.bottom-area-content .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bottom-area-content .news-list-item a i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.forum .news-list-item {
    height: 18px;
}

.guest .guest-wrap {
    margin-top: 8px;
}

.guest .guest-item {
    width: 140px;
    height: 68px;
    cursor: pointer;
}

.guest .guest-item img {
    width: 52px;
    height: 52px;
    margin-right: 9px;
}

.guest .guest-item .msg {
    width: 78px;
    height: 73px;
}

.guest .guest-item .msg h4 {
    font-size: 12px;
    color: #243851;
    margin-bottom: 5px;
    cursor: pointer;
}

.guest .guest-item .msg p {
    font-size: 12px;
    color: #949494;
    line-height: 18px;
    cursor: pointer;
}

.news-layout-four .content-right .content-right-bottom {
    margin-top: 10px;
    height: 178px;
    background-color: hotpink;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.content-right .content-right-bottom .special-recommand-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.content-right-bottom .special-recommand-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.special-recommand-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
}

.special-recommand-content .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 10px;
}

.special-recommand-content .news-list li {
    height: 24px;
}

.special-recommand-content .news-list li a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list li a i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.news-layout-six {
    height: 118px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    background-color: #ffffff;
}

.news-layout-six .layout-tit {
    height: 38px;
    background-color: #f1f1f1;
}

.news-layout-six .layout-tit .logo {
    display: block;
    width: 30px;
    height: 26px;
    margin-left: 22px;
    margin-top: 2px;
}

.layout-tit .logo img {
    width: 100%;
}

.layout-tit h3 {
    /* font-family: PingFangSC-Medium; */
    font-size: 18px;
    line-height: 38px;
    color: #414749;
    padding-left: 17px;
    cursor: pointer;
}
.layout-tit h3 a {
    color: #414749;
}
.layout-tit h3 a:hover {
    color: #cc0000;
}

.layout-tit h4 a {
    font-size: 12px;
    color: #b4b4b4;
    line-height: 38px;
    padding-left: 21px;
    cursor: default;
}
/* .layout-tit h4 a:hover {
  color: #cc0000;
} */
.layout-tit h5 a {
    font-size: 14px;
    color: #4a90e2;
    line-height: 38px;
    padding-right: 10px;
}
.layout-tit h5 a:hover {
    color: #cc0000;
}

.news-layout-six .layout-content {
    height: 80px;
    background-color: #ffffff;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.news-layout-six .layout-content .content-wrap {
    width: 1000%;
    padding-top: 10px;
    position: absolute;
    position: absolute;
    top: 0px;
    left: 0px;
}

.news-layout-six .layout-content .company-item {
    width: 150px;
    height: 60px;
    border: 1px solid #dedede;
    margin-right: 10px;
}
.news-layout-six .layout-content .company-item a {
    width: 150px;
    height: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.news-layout-six .layout-content .company-item img {
    max-width: 150px;
    max-height: 60px;
    vertical-align: middle;
    display: inline-block;
    /* margin:0 auto; */
    text-align: center;
}

/* news-layout-seven */

.news-layout-seven {
    width: 693px;
    margin-top: 10px;
}

.news-layout-seven .content-left {
    width: 688px;
    height: 538px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-seven .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-seven .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}

.news-layout-seven .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-seven .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-seven .content-right {
    width: 300px;
    height: 540px;
}

.news-layout-seven .content-right .content-right-top {
    width: 298px;
    height: 348px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.news-layout-seven .content-right .content-right-bottom {
    margin-top: 10px;
    height: 178px;
    background-color: hotpink;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.news-layout-seven .content-right .content-right-top {
    height: 273px;
    border-top: none;
}

.news-layout-seven .content-right-top .publicPlatform-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.news-layout-seven .publicPlatform-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.publicPlatform-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
}

.news-layout-seven .content-right .content-right-bottom {
    height: 255px;
}

.news-layout-seven .content-right .publicPlatform-content {
    padding-left: 10px;
    padding-right: 9px;
    padding-top: 8px;
}

.news-layout-seven .publicPlatform-content .platform-item {
    height: 58px;
}

.news-layout-seven .publicPlatform-content .platform-item .pic {
    display: block;
    width: 24px;
    height: 24px;
    background-color: red;
}

.news-layout-seven .publicPlatform-content .platform-item .name {
    /* font-family: PingFangSC-Medium; */
    font-size: 12px;
    color: #414749;
    line-height: 12px;
    padding-left: 8px;
    padding-top: 6px;
}

.news-layout-seven .publicPlatform-content .watch {
    position: relative;
    margin-right: 14px;
    padding-left: 18px;
    font-size: 12px;
    color: #919191;
    line-height: 12px;
}

.news-layout-seven .publicPlatform-content .watch i {
    position: absolute;
    width: 16px;
    left: 0px;
    top: 0px;
}

.publicPlatform-content .watch i img {
    width: 16px;
}

.publicPlatform-content .clickToCommont a {
    font-family:"Microsoft Yahei";
    font-size: 12px;
    color: #0084ff;
    line-height: 12px;
}

.publicPlatform-content .platform-item p.bottom {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #666666;
    line-height: 21px;
    width: 279px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content-right-bottom .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.content-right-bottom .finance-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.content-right-bottom .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
}

.content-right-bottom .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.content-right-bottom .finance-content-top img {
    width: 75px;
    height: 75px;
    background-color: red;
}

.content-right-bottom .finance-content-top p {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    font-weight: 600;
    padding-top: 30px;
    padding-left: 12px;
}

.content-right-bottom .finance-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.content-right-bottom .finance-content-bottom .news-list-item {
    height: 24px;
}

.content-right-bottom .finance-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* news-layout-nine */

.news-layout-nine {
    width: 693px;
    margin-top: 10px;
}

.news-layout-nine .content-left {
    width: 688px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-nine .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-nine .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}

.news-layout-nine .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-nine .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-nine .content-right {
    width: 300px;
    height: 540px;
}

.news-layout-nine .content-right .content-right-top {
    width: 298px;
    height: 348px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.news-layout-nine .content-right .content-right-top .human-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.content-right .content-right-top .human-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.content-right-top .human-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
}

.content-right-top .human-content-top img {
    width: 75px;
    height: 75px;
    background-color: red;
}

.content-right-top .human-content-top .info {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    font-weight: 600;
    padding-top: 30px;
    padding-left: 12px;
}

.content-right-top .human-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.content-right-top .human-content-bottom .news-list-item {
    height: 24px;
}

.content-right-top .human-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content-right .content-right-top .human-content {
    padding-top: 10px;
    padding-left: 10px;
}

.news-layout-nine .content-right .content-right-bottom {
    margin-top: 10px;
    height: 264px;
    background-color: hotpink;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.news-layout-nine .content-right .content-right-top {
    height: 264px;
    border-top: none;
}

/* news-layout-ten */

.news-layout-ten {
    height: 325px;
    margin-top: 10px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    padding-bottom: 22px;
}

.news-layout-ten .store-tit {
    height: 36px;
    border-bottom: 1px solid #dedede;
    padding-left: 10px;
    background-color: #f1f1f1;
    position: relative;
}
.news-layout-ten .store-content-three {
    position: relative;
}
.news-layout-ten .product {
    width: 275px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 4px;
}
.news-layout-ten .product .job_txt {
    width: 216px;
    height: 26px;
    line-height: 26px;
    padding-left: 7px;
    border: 1px solid #ccc;
    color: #666;
    outline: none;
    margin-right: -1px;
}
.news-layout-ten .product .job_search_btn {
    width: 41px;
    height: 28px;
    outline: none;
    -webkit-appearance: none;
    border: none;
    background: url("../images/search2.png") center top no-repeat;
    cursor: pointer;
}
.news-layout-ten .store-tit .store-tit-item {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    height: 36px;
    margin-right: 32px;
    cursor: pointer;
}
.news-layout-ten .store-tit .store-tit-item a {
    color: #414749;
}

.news-layout-ten .store-tit .store-tit-item.active {
    border-top: 2px solid #cc0000;
    color: #000000;
    line-height: 32px;
    cursor: pointer;
    font-weight: 600;
}
.news-layout-ten .store-tit .store-tit-item.active a {
    color: #000000;
}
/* .news-layout-ten .store-content {
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 20px;
} */
.news-layout-ten .store-content .store-content-wrap > li {
    overflow: hidden;
    position: relative;
}
.news-layout-ten .store-content .store-content-wrap .store-content-one {
    padding-top: 22px;
    width: 90%;
    margin: 0 auto;
}
.news-layout-ten .store-content .store-content-inner-wrap {
    width: 10000%;
    margin-left: 0px;
}
.news-layout-ten .store-content .store-content-item {
    width: 150px;
    margin-right: 10px;
}
.news-layout-ten .store-content .store-content-item a {
    display: block;
    width: 150px;
}
.news-layout-ten .store-content .store-content-item img {
    max-width: 148px;
    max-height: 58px;
    margin: 0 auto;
    border: 1px solid #dedede;
}
.news-layout-ten .store-content .store-content-item p {
    text-align: left;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 18px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 5px;
}
.news-layout-ten #trade {
    overflow: visible;
    padding-top: 12px;
    padding-left: 12px;
}
.news-layout-ten #trade .overseaPurchase {
    width: 572px;
    border-right: 1px solid #dedede;
    position: relative;
}
.news-layout-ten #trade .overseaPurchase h2 {
    width: 77px;
    height: 22px;
    margin-bottom: 8px;
    background: #414749;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    font-family: PingFangSC-Regular;
    cursor: pointer;
}
.news-layout-ten #trade .overseaPurchase .more {
    position: absolute;
    height: 12px;
    width: 38px;
    font-size: 12px;
    color: #4a90e2;
    line-height: 12px;
    right: 18px;
    top: 5px;
}
.news-layout-ten #trade .overseaPurchase .more:hover {
    color: #cc0000;
}
.news-layout-ten #trade .overseaPurchase .overseaPurchase-content .project {
    display: block;
    position: relative;
    height: 22px;
    font-size: 12px;
    color: #4a90e2;
    line-height: 22px;
    padding-left: 12px;
    cursor: pointer;
}
.news-layout-ten
#trade
.overseaPurchase
.overseaPurchase-content
.project:hover {
    color: #cc0000;
    cursor: pointer;
}
.news-layout-ten #trade .overseaPurchase .overseaPurchase-content .project i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0px;
    background: #cdd2d4;
}
.news-layout-ten #trade .overseaPurchase .overseaPurchase-content img {
    display: inline;
    padding-left: 6px;
}

.news-layout-ten #trade .overseaPurchase .overseaPurchase-content-left {
    width: 254px;
}
.news-layout-ten #trade .overseaPurchase .overseaPurchase-content-right {
    padding-right: 18px;
}
.news-layout-ten
#trade
.overseaPurchase
.overseaPurchase-content
.trade-content-item {
    width: 254px;
}
.news-layout-ten #trade .overseaPurchase-content .trade-content-item .country {
    font-size: 12px;
    color: #919191;
    line-height: 22px;
}
.news-layout-ten #trade .latestJoin {
    padding-left: 18px;
}
.news-layout-ten #trade .latestJoin h2 {
    width: 77px;
    height: 22px;
    margin-bottom: 8px;
    background: #414749;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    font-family: PingFangSC-Regular;
    cursor: pointer;
}
.news-layout-ten #trade .latestJoin .company-item .company-name {
    display: block;
    position: relative;
    height: 22px;
    font-size: 12px;
    color: #4a90e2;
    line-height: 22px;
    padding-left: 12px;
    cursor: pointer;
    width: 370px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-layout-ten #trade .latestJoin .company-item .company-name:hover {
    color: #cc0000;
}
.news-layout-ten #trade .company-name i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0px;
    background: #cdd2d4;
}
/* news-layout-eleven */

.news-layout-eleven {
    width: 693px;
    margin-top: 10px;
}

.news-layout-eleven .content-left {
    width: 688px;
    height: 538px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-eleven .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-eleven .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}

.news-layout-eleven .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-eleven .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-eleven .content-right {
    width: 300px;
    height: 540px;
}

.news-layout-eleven .content-right .content-right-top {
    width: 298px;
    height: 348px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.news-layout-eleven .content-right .content-right-top .human-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.content-right .content-right-top .human-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.content-right-top .human-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
}

.content-right-top .human-content-top img {
    width: 75px;
    height: 75px;
    background-color: red;
}

.content-right-top .human-content-top .info {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    font-weight: 600;
    padding-top: 30px;
    padding-left: 12px;
}

.content-right-top .human-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.content-right-top .human-content-bottom .news-list-item {
    height: 24px;
}

.content-right-top .human-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content-right .content-right-top .human-content {
    padding-top: 10px;
    padding-left: 10px;
}

.news-layout-eleven .content-right .content-right-bottom {
    margin-top: 10px;
    height: 264px;
    background-color: hotpink;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.news-layout-eleven .content-right .content-right-top {
    height: 264px;
    border-top: none;
}

.news-layout-eleven .block-right > div {
    width: 349px;
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}

.news-layout-eleven .block-right .right-content-bottom {
    border-bottom: none;
}

.news-layout-eleven .block-right .bottom-news-item {
    position: relative;
    width: 100%;
    height: 26px;
}

.news-layout-eleven .block-right .bottom-news-item a {
    display: block;
    height: 26px;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-eleven .block-right .bottom-news-item.active a {
    font-size: 16px;
    font-weight: 600;
}

.news-layout-eleven .block-right .bottom-news-item a:hover {
    color: #cc0000;
}

.news-layout-eleven .block-right .bottom-news-item i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
}

/* news-layout-twelve */

.news-layout-twelve {
    height: 110px;
    margin-top: 10px;
    background-color: #ffffff;
}
.news-layout-twelve .layout-wrap {
    padding-top: 10px;
}

.news-layout-twelve a {
    display: block;
}

.news-layout-twelve .ad-left {
    width: 728px;
    height: 90px;
    background-color: yellow;
}

.news-layout-twelve .ad-right {
    width: 250px;
    height: 90px;
    background-color: powderblue;
}

/* news-layout-thirdteen */

.news-layout-thirdteen {
    width: 693px;
    margin-top: 10px;
}

.news-layout-thirdteen .content-left {
    width: 688px;
    height: 538px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-thirdteen .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-thirdteen .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}

.news-layout-thirdteen .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-thirdteen .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-thirdteen .block-right > div {
    width: 349px;
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}

.news-layout-thirdteen .block-right .right-content-bottom {
    border-bottom: none;
}

.news-layout-thirdteen .block-right .bottom-news-item {
    position: relative;
    width: 100%;
    height: 26px;
}

.news-layout-thirdteen .block-right .bottom-news-item a {
    display: block;
    height: 26px;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-thirdteen .block-right .bottom-news-item.active a {
    font-size: 16px;
    font-weight: 600;
}

.news-layout-thirdteen .block-right .bottom-news-item a:hover {
    color: #cc0000;
}

.news-layout-thirdteen .block-right .bottom-news-item i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
}

/* news-layout-fourteen */

.news-layout-fourteen {
    width: 693px;
    margin-top: 10px;
}

.news-layout-fourteen .content-left {
    width: 688px;
    height: 538px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-fourteen .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-fourteen .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}

.news-layout-fourteen .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-fourteen .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-fourteen .block-right > div {
    width: 349px;
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}

.news-layout-fourteen .block-right .right-content-bottom {
    border-bottom: none;
}

.news-layout-fourteen .block-right .bottom-news-item {
    position: relative;
    width: 100%;
    height: 26px;
}

.news-layout-fourteen .block-right .bottom-news-item a {
    display: block;
    height: 26px;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-fourteen .block-right .bottom-news-item.active a {
    font-size: 16px;
    font-weight: 600;
}

.news-layout-fourteen .block-right .bottom-news-item a:hover {
    color: #cc0000;
}

.news-layout-fourteen .block-right .bottom-news-item i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
}

/* news-layout-fifteen */

.news-layout-fifteen {
    margin-top: 10px;
}

.news-layout-fifteen .content-left {
    width: 688px;
    height: 538px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-fifteen .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-fifteen .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}

.news-layout-fifteen .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-fifteen .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-fifteen .block-right > div {
    width: 349px;
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}

.news-layout-fifteen .block-right .right-content-bottom {
    border-bottom: none;
}

.news-layout-fifteen .block-right .bottom-news-item {
    position: relative;
    width: 100%;
    height: 26px;
}

.news-layout-fifteen .block-right .bottom-news-item a {
    display: block;
    height: 26px;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-fifteen .block-right .bottom-news-item.active a {
    font-size: 16px;
    font-weight: 600;
}

.news-layout-fifteen .block-right .bottom-news-item a:hover {
    color: #cc0000;
}

.news-layout-fifteen .block-right .bottom-news-item i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
}

/* .news-layout-sixteen */

.news-layout-sixteen {
    margin-top: 10px;
}

.news-layout-sixteen .content-left {
    width: 688px;
    height: 538px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.news-layout-sixteen .content-left .content-nav {
    width: 100%;
    height: 36px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-sixteen .block-right {
    width: 340px;
    height: 501px;
    padding-right: 20px;
}

.news-layout-sixteen .block-right-top .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-sixteen .block-right-bottom .bottom-news-tit {
    width: 77px;
    height: 22px;
    background: #414749;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}

.news-layout-sixteen .block-right > div {
    width: 349px;
    border-bottom: 1px solid #dedede;
    padding-top: 12px;
    padding-bottom: 12px;
}

.news-layout-sixteen .block-right .right-content-bottom {
    border-bottom: none;
}

.news-layout-sixteen .block-right .bottom-news-item {
    position: relative;
    width: 100%;
    height: 26px;
}

.news-layout-sixteen .block-right .bottom-news-item a {
    display: block;
    height: 26px;
    padding-left: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-sixteen .block-right .bottom-news-item.active a {
    font-size: 16px;
    font-weight: 600;
}

.news-layout-sixteen .block-right .bottom-news-item a:hover {
    color: #cc0000;
}

.news-layout-sixteen .block-right .bottom-news-item i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
}


/* news-layout-eighteen */

.news-layout-eighteen {
    margin-top: 10px;
    width: 688px;
    height: 420px;
    background-color: #ffffff;
    border: 1px solid #dedede;
}

.news-layout-eighteen .content-nav {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.news-layout-eighteen .block {
    height: 366px;
    padding-top: 16px;
    padding-left: 13px;
}
.news-layout-eighteen .block .b-left {
    width: 340px;
    padding-right: 28px;
}
.news-layout-eighteen .block .tittle {
    width: 77px;
    height: 22px;
    background: #414749;
    margin-left: 2px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 4px;
    color: #ffffff;
}
.news-layout-eighteen .block .tittle a {
    color: #ffffff;
}
.news-layout-eighteen .block .media-item {
    padding-top: 10px;
    padding-bottom: 12px;
}
.news-layout-eighteen .block .media-item.media-item1 {
    border-bottom: 1px solid #dedede;
}
.news-layout-eighteen .block .media-item img {
    width: 120px;
    height: 78px;
}
.news-layout-eighteen .block .media-item .newImg {
    width: 150px;
    height: 50px;
}
.news-layout-eighteen .block .msg {
    padding-left: 2px;
}
.news-layout-eighteen .block .meeting-name {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 16px;
}
.news-layout-eighteen .block .meeting-name a {
    color: #414749;
    display: block;
    width: 208px;
    height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-eighteen .block .new-msg {
    width: 184px;
}
.new-msg .meeting-name-wrap a {
    display: block;
    width: 184px;
    height: 28px;
    font-size: 14px;
    color: #414749;
    line-height: 14px;
}
.new-msg .new-time {
    font-size: 12px;
    color: #414749;
    line-height: 12px;
    margin-top: 11px;
}
.news-layout-eighteen .block .meeting-name a:hover {
    color: #cc0000;
}
.news-layout-eighteen .block .time {
    font-size: 12px;
    color: #1d001f;
    line-height: 12px;
    padding-bottom: 14px;
}
.news-layout-eighteen .block .time span {
    color: #bfbfbf;
}
.news-layout-eighteen .block .link {
    font-size: 12px;
    line-height: 12px;
}
.news-layout-eighteen .block .link .link2 {
    padding-right: 8px;
}
.news-layout-eighteen .block .link a {
    color: #4a90e2;
}
.news-layout-eighteen .block .link a:hover {
    color: #cc0000;
}
.news-layout-eighteen .new-b-left-top .pic-slider {
    height: 166px;
    margin-bottom: 18px;
}
.news-layout-eighteen .new-b-left-top .pic-slider .slider {
    width: 276px;
    height: 166px;
}
.news-layout-eighteen .new-b-left-top .pic-slider .slider-panel img {
    width: 276px;
    height: 166px;
}
.news-layout-eighteen .new-b-left-top .pic-slider .slider-extra {
    width: 276px;
    height: 166px;
    position: relative;
}
.news-layout-eighteen
.new-b-left-top
.pic-slider
.slider-extra
.new-slider-pre {
    width: 34px;
    height: 34px;
    background: url("../images/new-arrow-left.png") center top no-repeat;
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -17px;
}
.news-layout-eighteen
.new-b-left-top
.pic-slider
.slider-extra
.new-slider-next {
    width: 34px;
    height: 34px;
    background: url("../images/new-arrow-right.png") center top no-repeat;
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -17px;
}
.news-layout-eighteen .block .b-left-bottom-item {
    position: relative;
    width: 100%;
    height: 29px;
}
.news-layout-eighteen .block .b-left-bottom-item a {
    display: block;
    height: 29px;
    padding-left: 16px;
    font-size: 14px;
    color: #414749;
    line-height: 29px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-eighteen .block .b-left-bottom-item a:hover {
    color: #666666;
}
.news-layout-eighteen .block .b-left-bottom-item i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
}
.news-layout-eighteen .block .lookBack {
    padding-right: 20px;
}
.news-layout-eighteen .block .lookBack .lookBack-item {
    width: 286px;
    height: 30px;
}
.news-layout-eighteen .block .lookBack .lookBack-item a {
    display: block;
    width: 286px;
    height: 30px;
    font-size: 14px;
    color: #414749;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-layout-eighteen .block .lookBack .lookBack-item a:hover {
    color: #cc0000;
}
.news-layout-eighteen .block-three .tittle {
    width: 77px;
    height: 22px;
    background: #414749;
    margin-left: 2px;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    margin-bottom: 4px;
}
.news-layout-eighteen .block-three .b-content-left-wrap {
    padding-top: 12px;
}
.news-layout-eighteen .block-three .b-content-left-item {
    width: 304px;
    height: 50px;
}
.news-layout-eighteen .block-three .b-content-right .b-content-left-item {
    height: 48px;
}
.news-layout-eighteen .block-three .b-content-left-item a {
    display: block;
    width: 284px;
    height: 14px;
    padding-left: 16px;
    padding-bottom: 8px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.news-layout-eighteen .block-three .b-content-left-item a:hover {
    color: #cc0000;
}
.news-layout-eighteen .block-three .b-content-left-item a i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -2px;
}
.news-layout-eighteen .block-three .b-content-left-item .time {
    font-size: 12px;
    color: #919191;
    line-height: 12px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0px;
}
.news-layout-eighteen .block-three .b-content-left-item .from {
    font-size: 12px;
    color: #919191;
    line-height: 12px;
}
.news-layout-eighteen .block-three .b-content-right {
    padding-left: 10px;
}
.news-layout-eighteen .block-three .b-content-right-wrap-top {
    padding-top: 8px;
}
.news-layout-eighteen .block-three .b-content-right-wrap-bottom {
    padding-top: 8px;
}
/* news-layout-nineteen */

.news-layout-nineteen {
    width: 688px;
    height: 453px;
    margin-top: 10px;
    border: 1px solid #dedede;
    border-top: none;
    background-color: #ffffff;
}

.news-layout-nineteen .layout-tit {
    height: 36px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
    position: relative;
}

.news-layout-nineteen .layout-tit .hr_form {
    position: absolute;
    width: 290px;
    height: 28px;
    top: 3px;
    right: 0px;
    /* border-radius: 2px; */
    border: 1px solid #dedede;
    background-color: #ffffff;
    margin-right: 8px;
}

.news-layout-nineteen .hr_form .job_txt {
    height: 28px;
    line-height: 28px;
    width: 145px;
    padding-left: 7px;
    background-color: #ffffff;
}

.news-layout-nineteen .hr_form #yxdq {
    /* -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; */
    outline: none;
    border: none;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    color: #b5b5b5;
    line-height: 18px;
    height: 18px;
    border-radius: 0 !important;
    background-color: #ffffff;
    border-left: 1px solid #dedede;
    padding-left: 6px;
    margin-top: 5px;
    width: 85px;
}

/* .news-layout-nineteen .hr_form #yxdq::-ms-expand {
    display: none;
} */
.news-layout-nineteen .hr_form .job_search_btn {
    width: 41px;
    height: 28px;
    background: url("../images/search2.png") center top no-repeat;
    cursor: pointer;
}
.news-layout-nineteen .layout-tit .logo {
    width: 31px;
    height: 31px;
    margin-left: 12px;
    margin-top: 3px;
}

.news-layout-nineteen .layout-tit p {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    padding-left: 24px;
}
.news-layout-nineteen .layout-tit p a {
    color: #414749;
}

.news-layout-nineteen .layout-content-top {
    padding-left: 17px;
    padding-right: 39px;
}

.news-layout-nineteen .layout-content-top-tit {
    height: 19px;
    margin-top: 16px;
    margin-bottom: 13px;
}

.news-layout-nineteen .layout-content-top-tit .job-title {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 19px;
    font-weight: 600;
    border-left: 3px solid #cc0000;
    padding-left: 10px;
}

.news-layout-nineteen .layout-content-top-tit .hot-search p {
    height: 19px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #b1b1b1;
    line-height: 19px;
    padding-right: 10px;
}
.news-layout-nineteen .layout-content-top-tit .hot-search .search-content {
    width: 238px;
    height: 19px;
    overflow: hidden;
}

.news-layout-nineteen .layout-content-top-tit .hot-search .search-item {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 19px;
    padding-left: 10px;
}

.layout-content-top-tit .hot-search .search-item a {
    color: #414749;
}
.layout-content-top-tit .hot-search .search-item a:hover {
    color: #cc0000;
}

.news-layout-nineteen .layout-content-top-content .jobInfo {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
}

.layout-content-top-content .jobInfo .jobInfo-item {
    width: 308px;
    height: 68px;
    border: 1px solid #dedede;
    margin-bottom: 12px;
}

.jobInfo .jobInfo-item a {
    display: block;
    padding: 16px 16px 13px 16px;
}

.jobInfo .jobInfo-item a:hover {
    background-color: #f8f8f8;
}

.jobInfo .jobInfo-item .jobName {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #414749;
    line-height: 14px;
    padding-bottom: 12px;
}

.jobInfo .jobInfo-item .jobDetail {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #919191;
    line-height: 12px;
}

.jobInfo .jobInfo-item .price {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #cc0000;
    line-height: 14px;
}

.news-layout-nineteen .job-option {
    width: 350px;
    margin: 0 auto;
    padding-top: 5px;
}

.news-layout-nineteen .job-option .job-option-item {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 12px;
    padding-right: 24px;
}

.news-layout-nineteen .job-option .job-option-item a {
    color: #b0b0b0;
}
.news-layout-nineteen .job-option .job-option-item a:hover {
    color: #cc0000;
}
.news-layout-nineteen .more {
    display: block;
    margin: 0 auto;
    width: 248px;
    height: 32px;
    border: 1px solid #0084ff;
    border-radius: 5px;
    margin-top: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #0084ff;
    line-height: 32px;
    text-align: center;
}
.news-layout-nineteen .more:hover {
    background-color: #0084ff;
    color: #ffffff;
    transition: 0.25s all;
}

.news-layout-nineteen .layout-content-bottom {
    padding: 16px 19px 22px 17px;
}

.news-layout-nineteen .layout-content-bottom-content .jobMsg {
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
}

.news-layout-nineteen .layout-content-bottom-content .jobMsg-item {
    height: 30px;
}

.layout-content-bottom-content .jobMsg-item a {
    display: block;
}
.layout-content-bottom-content .jobMsg-item a:hover p {
    color: #cc0000;
}
.layout-content-bottom-content .jobMsg-item .dot {
    width: 4px;
    height: 4px;
    background: #cdd2d4;
    border-radius: 50%;
    margin-top: 13px;
    margin-right: 9px;
}

.layout-content-bottom-content .jobMsg-item .jobMsg-name {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 30px;
    width: 228px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.layout-content-bottom-content .jobMsg-item .jobMsg-price {
    width: 175px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #ff3333;
    line-height: 30px;
    padding-left: 10px;
}


.layout-content-bottom-content .jobMsg-item .jobMsg-education {
    width: 132px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.layout-content-bottom-content .jobMsg-item .jobMsg-year {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.news-layout-nineteen .layout-content-bottom-content .moreandmore {
    display: block;
    width: 248px;
    height: 32px;
    border: 1px solid #0084ff;
    border-radius: 5px;
    margin-top: 16px;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #0084ff;
    line-height: 32px;
    text-align: center;
    margin-left: 190px;
    background-color: #ffffff;
}
.news-layout-nineteen .layout-content-bottom-content .moreandmore:hover {
    background-color: #0084ff;
    color: #ffffff;
    transition: 0.25s all;
}

/* news-layout-twenty */

.news-layout-twenty {
    margin-top: 10px;

    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.news-layout-twenty .layout-tit {
    border-bottom: 1px solid #e5e5e5;
    height: 36px;
    background-color: #f2f4f7;
}

.news-layout-twenty .layout-tit .tit-left {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    padding-left: 15px;
}

.news-layout-twenty .layout-tit .friend-link {
    display: block;
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #4990e2;
    line-height: 36px;
    padding-right: 10px;
}

.news-layout-twenty .layout-content {
    background-color: #ffffff;
    /*padding-top: 16px;*/
}

.news-layout-twenty .layout-content p.yl-con1 {
    width: 100%;
    margin: 0 auto;
}

.news-layout-twenty .layout-content p.yl-con2 {
    width: 920px;
    margin: 0 auto;
}

.news-layout-twenty .layout-content a {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #797979;
    line-height: 27px;
}
.news-layout-twenty .layout-content a:hover {
    color: #cc0000;
}

/* news-layout-twenty-one */
.news-layout-twenty-one {
    margin-top: 10px;
    height: 110px;
    background-color: #ffffff;
}
.news-layout-twenty-one ul {
    width: 100%;
    height: 90px;
    padding-top: 10px;
}
.news-layout-twenty-one ul .ad-item {
    margin-right: 12px;
}
.news-layout-twenty-one ul .ad-item.last {
    margin-right: 0;
}
.news-layout-twenty-one ul .ad-item a {
    display: block;
}
.news-layout-twenty-one ul .ad-item a img {
    display: block;
    width: 240px;
}


/* side-box-one */

.side-box-one {
    margin-bottom: 10px;
}

.side-box-one .ad {
    width: 300px;
    height: 250px;
}

.side-box-one .ad a {
    display: block;
    width: 300px;
}

.side-box-one .ad a img {
    width: 100%;
}

/* side-box-two */

.side-box-two {
    width: 296px;
    height: 327px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.side-box-two.modify {
    right: 0px;
}
.side-box-two.top {
    position: absolute;
    top: 6274px;
    z-index:1000;
}
.side-box-two.fixed {
    position: fixed;
    top: 10px;
    z-index: 100;
    margin-left: 700px;
}

.side-box-two .activetis-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
}

.side-box-two .activetis-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-two .activetis-tit .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    display: block;
    height: 36px;
    font-weight: 600;
}

.side-box-two .activetis-tit .tit-left i {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 50%;
    margin-top: -9px;
}

.activetis-tit .tit-left i {
    width: 18px;
}

.activetis-tit .tit-right {
    display: block;
    height: 36px;
}

.side-box-two .activetis-content {
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;


}

.side-box-two .activetis-content .content-item {
    height: 45.5px;
}

.activetis-content .content-item .content-left {
    width: 68px;
    height: 20px;
    border-radius: 2px;
    background: #b92c28;
    text-align: center;
    margin: 0;
    margin-top: 9px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    border:none;
    /* border: 1px solid #dedede; */
}

.activetis-content .content-item .content-right {
    width: 200px;
    height: 39.5px;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    line-height: 18px;
    padding-top: 5px;
    position: relative;
}
.activetis-content .content-item .content-right a {
    color: #525252;
}
.activetis-content .content-item .content-right a:hover {
    color: #cc0000;
}

.activetis-content .content-item .content-right i {
    position: absolute;
    right: 0px;
    bottom: 5px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #cc0000;
    line-height: 12px;
    font-style: normal;
}

/* side-box-three */

.side-box-three {
    position: absolute;
    right: 0px;
    top:0px;
    width: 298px;
    height: 348px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.side-box-three .sub-area-top a {
    display: block;
    height: 154px;
}

.side-box-three .sub-area-top a img {
    width: 100%;
}

.sub-area-top a .msg {
    padding-left: 11px;
    padding-right: 7px;
    padding-bottom: 10px;
    position: relative;
}

.sub-area-top a .msg h3 {
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 28px;
    margin-top: 3px;
}

.sub-area-top a .msg p {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #919191;
    line-height: 17px;
}

.sub-area-top a .msg span {
    position: absolute;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #0084ff;
    line-height: 12px;
    right: 7px;
    bottom: 10px;
}

.side-box-three .sub-area-bottom {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 5px;
    border-top: 1px solid #dedede;
}

.side-box-three .sub-area-bottom .bottom-area-nav-item {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #919191;
    line-height: 24px;
    cursor: pointer;
}

.sub-area-bottom .bottom-area-nav .bottom-area-nav-item.active {
    border-bottom: 2px solid #414749;
    color: #414749;
}

.sub-area-bottom .bottom-area-nav-item.first {
    margin-right: 42px;
}

.side-box-three .bottom-area-content {
    padding-top: 4px;
}
.side-box-three .bottom-area-content .news-list-item {
    list-style-position: outside;
}
.side-box-three .bottom-area-content .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-three .bottom-area-content .news-list-item a:hover {
    color: #cc0000;
}

.bottom-area-content .news-list-item a i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.forum .news-list-item {
    height: 18px;
}

.guest .guest-wrap {
    margin-top: 8px;
}

.guest .guest-item {
    width: 140px;
    height: 68px;
}

.guest .guest-item img {
    width: 52px;
    height: 52px;
    margin-right: 9px;
}

.guest .guest-item .msg {
    width: 78px;
    height: 73px;
}

.guest .guest-item .msg h4 {
    font-size: 12px;
    color: #243851;
    margin-bottom: 5px;
}

.guest .guest-item .msg p {
    font-size: 12px;
    color: #949494;
    line-height: 18px;
}

/* side-box-four */

.side-box-four {
    position: absolute;
    right: 0px;
    top: 360px;
    height: 178px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.side-box-four .special-recommand-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-four .special-recommand-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.special-recommand-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: bold;
}

.side-box-four a .tit-left i {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 50%;
    margin-top: -9px;
}

.side-box-four a span.tit-left i img {
    width: 18px;
}

.side-box-four a .tit-right img {
    width: 18px;
    margin: 0 auto;
    padding-top: 9px;
}

.side-box-four .special-recommand-content .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 10px;
}

.special-recommand-content .news-list li {
    height: 24px;
}

.special-recommand-content .news-list li a {
    position: relative;
    display: block;
    height: 28px;
    width: 265px;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.special-recommand-content .news-list li a:hover {
    color: #cc0000;
}

.special-recommand-content .news-list li a i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* side-box-five */

.side-box-five {
    position: absolute;
    top: -2px;
    height: 345px;
    border-top: none;
    width: 298px;
    border: 1px solid #dedede;
    background-color: #ffffff;
}
.side-box-five.modify {
    right: 0px;
}
.side-box-five.top {
    top: 5898px;
}
.side-box-five.fixed {
    position: fixed;
    top: 347px;
    z-index: 100;
    margin-left: 700px;
}

.side-box-five .publicPlatform-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
    position: relative;
}

.side-box-five .publicPlatform-tit .titlink {
    display: block;
    width: 100%;
    height: 36px;
}

.publicPlatform-tit .titlink .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.publicPlatform-tit .titlink .tit-left i {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 50%;
    margin-top: -9px;
}
.side-box-five .publicPlatform-tit .link {
    position: absolute;
    color: #0084ff;
    font-size: 12px;
    line-height: 36px;
    padding-left: 0px;
    width: 50px;
    height: 36px;
    right: 28px;
    top: 1px;
    z-index: 10;
}
.side-box-five .publicPlatform-tit .link:hover {
    color: #cc0000;
}
.side-box-five .publicPlatform-tit .tit-right img {
    width: 18px;
}
.publicPlatform-content {
    padding-left: 10px;
    padding-right: 9px;
    padding-top: 8px;
    overflow: hidden;
    position: relative;
}
.publicPlatform-content .container{
    position: relative;
    width: 9999px;
    left:0px;
    top:0px;
}
.publicPlatform-content .container .swiperItem{
    padding-right: 10px;
}
.publicPlatform-content .platform-item {
    height: 58px;
    width: 279px;
}

.publicPlatform-content .platform-item .pic {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.publicPlatform-content .platform-item .pic img {
    width: 24px;
    height: 24px;
}

.publicPlatform-content .platform-item .name {
    /* font-family: PingFangSC-Medium; */
    font-size: 12px;
    line-height: 12px;
    /* padding-left: 8px; */
    padding-top: 6px;
}
.publicPlatform-content .platform-item .name a {
    color: #414749;
}
.publicPlatform-content .platform-item .commont {
    width: 78px;
    height: 24px;
    position: relative;
}
.publicPlatform-content .watch {
    position: absolute;
    padding-left: 18px;
    font-size: 12px;
    color: #919191;
    line-height: 12px;
    top: 50%;
    margin-top: -6px;
}

.publicPlatform-content .watch i {
    position: absolute;
    width: 16px;
    left: 0px;
    top: -2px;
}
.publicPlatform-content .clickToCommont {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
}
.publicPlatform-content .clickToCommont a {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #343434;
    line-height: 12px;
}
.publicPlatform-content .clickToCommont a:hover {
    text-decoration: underline;
}

.publicPlatform-content .platform-item p.bottom {
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    line-height: 21px;
    width: 279px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.publicPlatform-content .platform-item p.bottom a {
    color: #666666;
}
.publicPlatform-content .platform-item p.bottom a:hover {
    color: #cc0000;
}

/* side-box-fve-new */
.side-box-five-new{
    position: absolute;
    top: 912px;
    right: 0px;
    height: 273px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}
.side-box-five-new .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}
.side-box-five-new .finance-tit a{
    display: block;
    width: 100%;
    height: 36px;
}
.side-box-five-new  .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-five-new  .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-five-new  .finance-content-top img {
    width: 75px;
    height: 75px;
    background-color:#cccccc;
}
.side-box-five-new  .finance-content-top .tit-msg {
    width: 194px;
    height: 75px;
    display: table;
    cursor: pointer;
}

.side-box-five-new  .finance-content-top p {
    /* font-family: PingFangSC-Medium; */
    font-size: 12px;
    color: #414749;
    font-weight: 600;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.side-box-five-new  .finance-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.side-box-five-new  .finance-content-bottom .news-list-item {
    height: 23px;
}

.side-box-five-new  .finance-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 23px;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    color: #414749;
    line-height: 23px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-five-new  .finance-content-bottom .news-list-item a:hover {
    color: #cc0000;
}

.side-box-five-new  .finance-content-bottom .news-list-item i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}


/* side-box-six */

.side-box-six {
    position: absolute;
    top: 3160px;
    right: 0px;
    height: 280px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.side-box-six .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-six .finance-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-six .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-six .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-six .finance-content-top img {
    width: 75px;
    height: 75px;
    background-color: #cccccc;
}
.side-box-six .finance-content-top .tit-msg {
    width: 194px;
    height: 75px;
    display: table;
    cursor: pointer;
}

.side-box-six .finance-content-top p {
    font-size: 12px;
    color: #414749;
    font-weight: 600;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.side-box-six .finance-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.side-box-six .finance-content-bottom .news-list-item {
    height: 24px;
}

.side-box-six .finance-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-six .finance-content-bottom .news-list-item a:hover {
    color: #cc0000;
}

.side-box-six .finance-content-bottom .news-list-item i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* side-box-seven */

.side-box-seven {
    /*position: absolute;*/
    /*top: 1580px;*/
    /*right: 0px;*/
    height: 250px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.side-box-seven .human-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-seven .human-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-seven .human-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-seven .human-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-seven .human-content-top img {
    width: 75px;
    height: 75px;
    background-color: #cccccc;
}
.side-box-seven .human-content-top .tit-msg {
    width: 194px;
    height: 75px;
    display: table;
}
.side-box-seven .human-content-top p {
    /* font-family: PingFangSC-Medium; */
    font-size: 12px;
    color: #414749;
    font-weight: 600;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.side-box-seven .human-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.side-box-seven .human-content-bottom .news-list-item {
    height: 24px;
}

.side-box-seven .human-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-seven .human-content-bottom .news-list-item a:hover {
    color: #cc0000;
}

.side-box-seven .human-content-bottom .news-list-item i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* side-box-eight */

.side-box-eight {
    /*position: absolute;*/
    /*top: 1857px;*/
    /*right: 0px;*/
    height: 250px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.side-box-eight .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-eight .finance-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-eight .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-eight .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-eight .finance-content-top img {
    width: 75px;
    height: 75px;
    background-color: #cccccc;
}

.side-box-eight .finance-content-top .tit-msg {
    width: 194px;
    height: 75px;
    display: table;
}
.side-box-eight .finance-content-top p {
    /* font-family: PingFangSC-Medium; */
    font-size: 12px;
    color: #414749;
    font-weight: 600;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.side-box-eight .finance-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.side-box-eight .finance-content-bottom .news-list-item {
    height: 24px;
}

.side-box-eight .finance-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-eight .finance-content-bottom .news-list-item a:hover {
    color: #cc0000;
}

.side-box-eight .finance-content-bottom .news-list-item i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* side-box-nine */

.side-box-nine {
    position: absolute;
    top: 2490px;
    right: 0px;
    height: 264px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.side-box-nine .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-nine .finance-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-nine .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-nine .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-nine .finance-content-top img {
    width: 75px;
    height: 75px;
    background-color: #cccccc;
}

.side-box-nine .finance-content-top .tit-msg {
    width: 194px;
    height: 75px;
    display: table;
}
.side-box-nine .finance-content-top p {
    /* font-family: PingFangSC-Medium; */
    font-size: 12px;
    color: #414749;
    font-weight: 600;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.side-box-nine .finance-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.side-box-nine .finance-content-bottom .news-list-item {
    height: 24px;
}

.side-box-nine .finance-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-nine .finance-content-bottom .news-list-item a:hover {
    color: #cc0000;
}

.side-box-nine .finance-content-bottom .news-list-item i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* side-box-ten */

.side-box-ten {
    position: absolute;
    top: 2764px;
    right: 0px;
    height: 264px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}

.side-box-ten .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-ten .finance-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-ten .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-ten .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-ten .finance-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.side-box-ten .finance-content-bottom .news-list-item {
    height: 24px;
}

.side-box-ten .finance-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    /* font-family: PingFangSC-Regular; */
    font-size: 13px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-ten .finance-content-bottom .news-list-item a:hover {
    color: #cc0000;
}

.side-box-ten .finance-content-bottom .news-list-item i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* side-box-eleven */

.side-box-eleven {
    position: absolute;
    top: 1198px;
    right: 0px;
    height: 250px;
    width: 300px;
    background-color: black;
}

/* side-box-twelve */

.side-box-twelve {
    position: absolute;
    top: 3451px;
    height: 264px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}
.side-box-twelve.modify {
    right: 0px;
}
.side-box-twelve.top {
    top: 6797px;
}

.side-box-twelve.fixed {
    position: fixed;
    top: 0px;
    z-index: 100;
    margin-left: 700px;
}
.side-box-twelve .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-twelve .finance-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-twelve .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-twelve .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-twelve .finance-content-top img {
    width: 75px;
    height: 75px;
    background-color: #cccccc;;
}

.side-box-twelve .finance-content-top .tit-msg {
    width: 194px;
    height: 75px;
    display: table;
}
.side-box-twelve .finance-content-top p {
    /* font-family: PingFangSC-Medium; */
    font-size: 12px;
    color: #414749;
    font-weight: 600;
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.side-box-twelve .finance-content-bottom .news-list {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 4px;
}

.side-box-twelve .finance-content-bottom .news-list-item {
    height: 24px;
}

.side-box-twelve .finance-content-bottom .news-list-item a {
    position: relative;
    display: block;
    height: 28px;
    font-size: 13px;
    color: #414749;
    line-height: 28px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.side-box-twelve .finance-content-bottom .news-list-item a:hover {
    color: #cc0000;
}

.side-box-twelve .finance-content-bottom .news-list-item i {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cdd2d4;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* side-box-thirdteen */

.side-box-thirdteen {
    position: absolute;
    top: 3727px;
    height: 250px;
    width: 300px;
    background-color: black;
}
.side-box-thirdteen.modify {
    right: 0px;
}
.side-box-thirdteen.fixed {
    position: fixed;
    top: 275px;
    z-index: 100;
    margin-left: 700px;
}
.side-box-thirdteen.top {
    top: 7072px;
}

/* side-box-fourteen */

.side-box-fourteen {
    position: absolute;
    top: 3990px;
    height: 264px;
    width: 298px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    border-radius: 2px;
}
.side-box-fourteen.modify {
    right: 0px;
}
.side-box-fourteen.fixed {
    position: fixed;
    top: 535px;
    z-index: 100;
    margin-left: 700px;
}
.side-box-fourteen.top {
    top: 7332px;
}

.side-box-fourteen .finance-tit {
    height: 36px;
    padding: 0 12px;
    border-top: 2px solid #cc0000;
    border-bottom: 1px solid #dedede;
    background-color: #f1f1f1;
}

.side-box-fourteen .finance-tit a {
    display: block;
    width: 100%;
    height: 36px;
}

.side-box-fourteen .finance-tit a .tit-left {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    color: #414749;
    line-height: 36px;
    font-weight: 600;
}

.side-box-fourteen .finance-content {
    padding-top: 10px;
    padding-left: 10px;
}

.side-box-fourteen .finance-content .tags-box {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.side-box-fourteen .finance-content .tags-box > li {
    height: 28px;
    background: #f5f5f5;
    border-radius: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    transition: 0.35s all;
    padding: 0 12px;
    margin:0 15px 16px 15px;
}

.side-box-fourteen .finance-content .tags-box > li.active {
    background: #414749;
    transition: 0.35s all;
}

.side-box-fourteen .finance-content .tags-box > li a {
    color: #666666;
    font-size: 13px;
    display: block;
}

.side-box-fourteen .finance-content .tags-box > li.active a {
    color: #ffffff;
}


.footer {
    width: 100%;
    height: 274px;
    background-color: #000000;
}

.footer .item {
    margin-right: 9px;
}

.footer .item a {
    color: #ffffff;
    font-size: 13px;
}
.footer .item a:hover {
    color: #b4b4b4;
}

.footer .line1 {
    padding-top: 46px;
}

.footer .line2 {
    margin-top: 28px;
}

.footer .line3 {
    margin-top: 34px;
}

.footer .line4 {
    display: block;
    width: 100%;
    height: 1px;
    background: #5a5f61;
    margin-top: 54px;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
}
.copyright .police {
    padding-top: 16px;
}
.copyright .police .item {
    width: 250px;
}
.copyright .police .item a {
    display: block;
    width: 250px;
}
.copyright .police .item img {
    display: block;
    padding-right: 18px;
}
.copyright .police .item p {
    font-size: 14px;
    color: #83888a;
    padding-top: 18px;
}
.copyrightcontent {
    text-align: center;
    font-size: 14px;
    color: #83888a;
    margin-top: 10px;
}

.rightWidget{
    width: 120px;
    height: 50px;
    position: fixed;
    right:0;
}
.consult {
    width: 105px;
    height: 38px;
    background: #FFB946;
    border-radius: 4px 0 0 4px;
    padding-left: 15px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.consultActive{
    background:#FFC970;
    transition: all 0.15s ease-in-out;
}
.consult img{
    display: inline-block;
    width: 23px;
    height: 17px;
    vertical-align: middle;
    margin:-2px 7.5px 0 0;
}
.consult span{
    color: #FFFFFF;
    font:normal 14px/38px PingFangSC-Regular;
}

.scrollTop{
    width: 105px;
    height: 38px;
    background: #ffffff;
    border-radius: 4px 0 0 4px;
    padding-left: 15px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    margin-top: 15px;
    border: 1px solid #dedede;
}
.scrollTopActive{
    background:#FAFAFA;
    transition: all 0.15s ease-in-out;
}
.scrollTop img{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    margin-right: 7.5px;
    vertical-align: middle;
}
.scrollTop span{
    color: #A6A6A6;
    font:normal 14px/38px PingFangSC-Regular;;
}

.acolorActive{
    color:#cc0000;
}



.header-publish {

    float: left;
    width: 72px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 3px 25px 0 0;
    position: relative;
    cursor: pointer;
}

.header-publish .iconfont {
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url("/top1.png") no-repeat center top;
    background-size: 100% 100%;
    transform: rotate(180deg);
    margin: 0 0 0 5px;
}

.header-publish-hide {
    width: 130px;
    background: url("/header-pub-bg.png") no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    left: -36px;
    z-index: 121213;
    padding: 24px 9px 35px;
    display: none;
}

.header-publish-hide a {
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #4A4A4A;
    text-align: left;
    cursor: pointer;
}

.header-publish-hide a:hover {
    background: #F6F6F6;
}

.header-publish-hide a img {
    width: 13.5px;
    display: inline-block;
}

.header-publish-hide a span {
    vertical-align: middle;
}

.banner-cont ul{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.banner-cont ul li{
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
}
.lin a{
    display: inline-block;
    margin: 10px 15px;
    color: #333;
}
.main-layout_lists{display: flex;justify-content: space-between;background: none;margin-top: 10px}
.main-layout_lists .side-box-eight{width: 32%;height: 290px}
.main-layout_lists .side-box-eight .finance-content-bottom .news-list-item a{font-size: 14px}
.main-layout_lists{}
.main-layout_lists{}
.main-layout_lists{}
.main-layout_lists{}
.main-layout_lists{}
.main-layout_lists{}
.main-layout_lists{}
