
.wrap_content_detail{
    width: 1200px;
    margin: 0 auto;
    /*display: flex;*/
}
.wrap_content_left{
    width: 100%;
    min-height: 100px;
    background: #f2f8ff;
    position: relative;
}
.wrap_content_left .loadingBox{
    position: absolute;
    top:0px;
    left:550px;
    display: none;
}
.wrap_content_left::-webkit-scrollbar {         /*滚动条整体样式*/
    width:3px;
    height:3px;
}
.wrap_content_left::-webkit-scrollbar-thumb {   /*滚动条里面小方块样式*/
    border-radius:100px;
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
    background:rgba(0,0,0,0.1);;
}
.wrap_content_left::-webkit-scrollbar-track {   /*滚动条里面轨道样式*/
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
    border-radius:0;
    background:rgba(0,0,0,0.1);
}

.wrap_content_left ul{
    /*list-style: none;*/
    /*font-size: 16px;*/
    /*font-weight: 500;*/
    /*color:#fff;*/
    /*padding:36px 0 0px 16px;*/
}
.wrap_content_left ul li{
    display: inline-block;
    width: 160px;
    height: 50px;
    background-image: url(../img/smzq-qianlan.png);
    background-repeat: no-repeat;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transform: translateY(23px);


    /*margin-bottom: 25px;*/
    /*box-shadow: -5px 5px 10px #10318c;*/
}

.wrap_content_left ul li:hover {
    transform: translateY(13px)
}
.wrap_content_left ul .listLiImg{
    margin-left: 10px;
    transform: translateY(23px)
}
/*.wrap_content_left ul .listLiImg:last-child{*/
/*    display: none;*/
/*}*/
.wrap_content_left ul li i{
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top:20px;
    left:13px;
}
.wrap_content_left ul li p{
    width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top:6px;
    padding-left:35px;
    height: 25px;
    color: #fff;
    font-size: 16px;
}
.wrap_content_left ul li p:nth-of-type(1){
    border-radius: 100px 0px 0px 0px;
}
.wrap_content_left ul li p:nth-of-type(2){
    font-size: 12px;
    border-radius: 0px 0px 0px 100px;
}
.wrap_content_right{
    width: 100%;
    background: #fff;
    min-height: 755px;
    padding:20px 40px;
}

.shenseBground {
    background-image: url(../img/smzq-shenlan.png) !important;
}


.wrap_content_left .swiper-slide ul li:last-child {
    background-image: url(../img/smzq-hong.png) !important;
}

.chenseBg {
    background-image: url(../img/smzq-hong.png) !important;
}
.combobox{
    background: #ffffff!important;
    color: #1d5db8;
}
.iBox{
    background:#1d5db8!important;
    color: #fff;
}
.wrap_content_right .al-width .info-title {
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
  }
.wrap_content_right .info-source {
    width: 100%;
    background-color: #edf1f4;
    height: 32px;
    line-height: 32px;
  }
.wrap_content_right .info-source p,
.wrap_content_right .info-source p span,
.wrap_content_right .info-source a {
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-decoration: none;
  }
.wrap_content_right .info-source button {
    border: none;
    background: none;
    cursor: pointer;
  }
.wrap_content_right .info-article {
    margin: 20px 0px;
  }
.wrap_content_right .info-article #content{
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
  font-family:"微软雅黑"!important;
}
.wrap_content_right .info-article {
    min-height: 35px;
    line-height: 35px;
}
/*修改门户空的p标签样式*/
#content p{
    line-height: 35px;
}
.wrap_content_right .info-article #content strong{
    font-weight: 700;
}
.wrap_content_right .info-article #content a{
   color:red;
}
#content span {
    font-size: 16px;
}

