body {
    font-family: '微软雅黑';
    padding-top: 66px;
}
.hot-site{
    padding: 17px 0;
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}
.img a {
    display: block;
    width: 100%;
    height: 100%;
}
.hot-site a,
.hot-site span{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.banner-wraper {
    width: 100%;
    background: #131C78;
    margin-bottom: 40px;
}

.banner-wraper .banner {
    background: url(../images/banner_wuzi.png) no-repeat center center;
    background-size: cover;
    height: 350px;
    overflow: hidden;
}
.banner-title{
    height: 64px;
    line-height: 64px;
    font-size: 0;
    margin-top: 60px;
}
.banner-title .title{
    display: inline-block;
    vertical-align: top;
    height: 64px;
    line-height: 64px;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}
.banner-title .des{
    display: inline-block;
    vertical-align: top;
    height: 64px;
    line-height: 76px;
    color: #fff;
    font-size: 24px;
    margin-left: 16px;
}
.banner .banner-text {
    line-height: 30px;
    margin-top: 23px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    width: 696px;
}
.img img {
    width: 100%;
    height: 100%;
}

.inforpage-left {
    width: 830px;
}

.inforpage-left .swiper-container {
    margin-bottom: 20px;
}

.inforpage-left .swiper-container .item {
    width: 100%;
    height: 360px;
}

.inforpage-left .swiper-pagination {
    text-align: right;
}

.inforpage-left .swiper-container-horizontal>.swiper-pagination-bullets,
.inforpage-left .swiper-pagination-custom,
.inforpage-left .swiper-pagination-fraction {
    padding-right: 60px;
    box-sizing: border-box;
}

.inforpage-left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 26px;
    height: 3px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.inforpage-left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #30c8c6;
}

.inforpage-left .my-advert1 {
    /* width: 100%;
    height: 130px; */
    margin-bottom: 26px;
}
.inforpage-left .my-advert1 img {
    border-radius: 2px;
}

.inforpage-left .articles .title {
    font-size: 22px;
    line-height: 70px;
    color: #333333;
    font-weight: bold;
}

.inforpage-left .articles .content li {
    margin-bottom: 36px;
}

.inforpage-left .articles .content li:last-child{
    margin-bottom: 0;
} 

.inforpage-left .articles .content li .img {
    width: 250px;
    height: 170px;
    border-radius: 3px;
    background-color: #ffffff;
}

.inforpage-left .articles .content li .img img {
    border-radius: 3px;
}

.inforpage-left .articles .content li .intro {
    width: 526px;
    height: 170px;
    border-radius: 0;
    background-color: #ffffff;
    padding-right: 24px;
    position: relative;
}

.inforpage-left .articles .content li .intro h5 {
    font-size: 17px;
    line-height: 28px;
    color: #333333;
    padding-top: 8px;
}
.inforpage-left .articles .content li .intro h5 a:hover {
    text-decoration: underline;
    color: #30c8c6;
}

.inforpage-left .articles .content li .intro p {
    height: 56px;
    font-size: 13px;
    line-height: 28px;
    color: #666666;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inforpage-left .articles .content li .intro .cont {
    width: 526px;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.inforpage-left .articles .content li .intro .cont .tags span,
.inforpage-left .articles .content li .intro .cont .tags em {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 28px;
    color: #666666;
}

.inforpage-left .articles .content li .intro .cont .tags a {
    font-size: 13px;
    line-height: 28px;
    color: #666666;
}
.inforpage-left .articles .content li .intro .cont .tags a:hover {
    color: #30c8c6;
}

.inforpage-left .articles .content li .intro .cont .tags em {
    padding: 0 8px;
    position: relative;
}

.inforpage-left .articles .content li .intro .cont .tags .hline:after {
    content: '';
    width: 1px;
    height: 12px;
    border-radius: 0;
    background-color: #bcbcbc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.inforpage-left .articles .content li .intro .cont .time {
    font-size: 13px;
    line-height: 28px;
    color: #666666;
}

.inforpage-left .articles .content .my-advert3 {
    /* width: 100%;
    height: 130px; */
    margin-bottom: 36px;
}
.inforpage-left .articles .content .my-advert3 img {
    border-radius: 2px;
}

.inforpage-left .load-more {
    width: 180px;
    height: 50px;
    background:linear-gradient(90deg,rgba(247,205,110,1) 0%,rgba(255,143,44,1) 100%);
    border-radius:6px;
    margin: 76px auto 0;
    text-align: center;
}

.inforpage-left .load-more .text{
  display: inline-block;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 18px;
  color: #fff;
}

.inforpage-left .load-more .text::before{
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  right: 0;
  top: 17px;
}

.inforpage-right {
    width: 350px;
}

.inforpage-right .formbox {
    margin-bottom: 20px;
    width: 100%;
    height: 360px;
    border-radius: 3px;
    background-color: #ffffff;
    background: #fff url(../images/im_bg_jsfwtd.png) no-repeat center;
    background-size: cover;
}

.inforpage-right .formbox .title {
    font-size: 23px;
    line-height: 78px;
    color: #ffffff;
    text-align: center;
}

.inforpage-right .formbox .insome {
    width: 256px;
    height: 48px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 13px;
    line-height: 48px;
    color: #999999;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 0 25px;
}

.inforpage-right .formbox .insome input {
    border: none;
    line-height: 48px;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    color: #999;
}

.inforpage-right .formbox .insome input::-ms-input-placeholder {
    color: #999;
}

.inforpage-right .formbox .insome input::-webkit-input-placeholder {
    color: #999;
}

.inforpage-right .formbox .insome2 {
    width: 306px;
    height: 48px;
    border-radius: 3px;
    background-color: transparent;
    font-size: 13px;
    line-height: 48px;
    color: #999999;
    margin: 0 auto;
    margin-bottom: 16px;
}

.inforpage-right .formbox .insome2 .province,
.inforpage-right .formbox .insome2 .city {
    width: 146px;
    height: 48px;
    border-radius: 3px;
    background-color: #ffffff;
}

.inforpage-right .formbox .insome2 .province select,
.inforpage-right .formbox .insome2 .city select {
    padding-left: 25px;
    color: #999;
    border: none;
    line-height: 48px;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    background: #fff url(../images/icon_more.png) no-repeat right 16px center;
    background-size: 14px 8px;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

.inforpage-right .formbox .btn {
    width: 306px;
    height: 48px;
    border-radius: 3px;
    background-color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    line-height: 48px;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#f7cd6e), to(#ff8f2c));
  background: linear-gradient(left, #f7cd6e, #ff8f2c);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=bEnabled, startColorstr=#f7cd6e, endColorstr=#ff8f2c);
    margin: 0 auto;
}

.inforpage-right .hot-serve {
    padding-top: 25px;
}

.inforpage-right .timeline {
    margin: 16px 0;
    position: relative;
}

.inforpage-right .timeline li {
    position: relative;
    z-index: 1;
    height: 92px;
    padding-left: 45px;
}

.inforpage-right .timeline li .tit {
    font-size: 13px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 8px;
}
.inforpage-right .timeline li .tit:hover a{
    color: #30C8C6;
    text-decoration: underline;
}
.inforpage-right .timeline li p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
}

.inforpage-right .timeline li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #b4ebea;
    position: absolute;
    left: 12px;
    top: 2px;
}

.inforpage-right .timeline .line {
    width: 0;
    height: 76%;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px dashed #b4ebea;
    position: absolute;
    left: 19px;
    top: 10px;
}

.inforpage-right .my-advert2 {
    /* width: 100%;
    height: 200px; */
    border-radius: 3px;
    margin-bottom: 45px;
}
.inforpage-right .my-advert2 img {
    border-radius: 2px;
}

.inforpage-right .tjarticle {
    margin-bottom: 28px;
}

.inforpage-right .tjarticle .arts li {
    margin-bottom: 18px;
}

.inforpage-right .tjarticle .arts li .img {
    width: 130px;
    height: 88px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-left: 1px;
}

.inforpage-right .tjarticle .arts li .img img {
    border-radius: 3px;
}

.inforpage-right .tjarticle .arts li .intro {
    width: 198px;
    height: 88px;
    border-radius: 0;
    background-color: #ffffff;
}

.inforpage-right .tjarticle .arts li .intro div {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inforpage-right .tjarticle .arts li .intro div:hover {
    text-decoration: underline;
}
.inforpage-right .tjarticle .arts li .intro p {
    padding-top: 20px;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
}

.inforpage-right .hot-tags .tags em {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 5px;
    margin-right: 20px;
}
.inforpage-right .hot-tags .tags em:hover a{
    color: #30C8C6}
.inforpage-right .hot-tags .tags{
    overflow: hidden;
    text-overflow: ellipsis;
    color: transparent;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.comtitle {
    margin-bottom: 20px;
}

.comtitle div {
    float: left;
}

.comtitle .line {
    width: 4px;
    height: 24px;
    border-radius: 0;
    background-color: #30c8c6;
    margin: 3px 18px 0 0;
}

.comtitle .word {
    font-size: 23px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.com-icon-word {
    position: relative;
    width: 100%;
    height: 238px;
    border-radius: 3px;
    background-color: #ffffff;
}

.com-icon-word img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.com-icon-word .wbox {
    width: 100%;
    height: 74px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 3px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.com-icon-word .wbox p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 24px;
    padding-top: 16px;
}
.pagecontent {
    padding-bottom: 80px;
}
.my-advert1,.my-advert2,.my-advert3 {
    cursor: pointer;
  }
.tag-list{
    overflow: hidden;
    margin: 40px 0 0;
    width: 690px;
}
.tag-list .tag-item{
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    height: 26px;
    margin-bottom: 15px;
    display: block;
    float: left;
}
.tag-list .tag-item a{
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
}