.newsList,
.noticeListWrap ,
.activitySignUp
{
    width: 910px;
    padding:0 5px 70px 5px;
   
}

.newsList .newsTitle{
    font-size: 15px;
    color:#4b4b4b;
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    margin-left: 0
}
.newsList .newsTitle::before{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #73a0d7;
    margin-right: 10px;
    border-radius: 50%;
}
.newsList>ul>li{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #dfdfdf
}
.newsList>ul>li a:hover{
    color: #0c5aba;
    margin-left: 3px;
}
.newsList .newsDate{
    font-size: 13px;
    color:#4b4b4b;

}

.cloumnTitle{
    display: block;
   line-height: 19px;
   height: 19px;
    font-size: 20px;
    color: #505050;
    border-left: 4px solid #0c5aba;
    padding: 0 0 5px 15px;
    margin:15px 0 10px 0
}
.newsDetailsContent h4{
    font-size: 19px;
    color: #488dbe;
    text-align: center;
    padding: 30px 0
}
.publishedInfor{
    height: 40px;
    background: #f1f1f1;
    padding-left: 135px;
    padding-top:11px;
    position: relative;
    margin-bottom: 30px;
}
.publishedInfor span{
    font-size: 14px;
    color: #939394;
    margin:0 5px;
    
}
.newsDetailsContent .newscontent{
    padding: 25px 5px;
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    text-indent: 2em;
    border-bottom: 1px solid #e4e4e4
}
.newsDetailsContent .newscontent img{
    margin: 10px auto;
    display: block;
}
/* 通知公告 */
.noticeList{
    padding:10px 18px 0 18px;
}
.noticeList li{
    padding: 20px 0;
    border-bottom: 1px solid #d6d5d5
}
.noticeList .img{
    width: 187px;
    height: 124px;
}
.noticeContent{
    width: 660px;
}
.noticeTitle{
    font-size: 17px;
    color:#212121;
    padding:0 0 10px 0;
    max-width: 660px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.noticeList .content{
    font-size: 15px;
    color:#7a7a7a;
    line-height: 1.7em;
    height: 50px;
    overflow: hidden;
}
.noticeList  .checkDetails {
font-size: 14px;
color:#0c5aba;
display: block;
text-align: center;
width: 112px;
height: 32px;
border-radius: 4px;
border: 1px solid #1c65bf;
line-height: 32px;
margin-top: 11px;
}
.noticeList .checkDetails:hover{
    background: #0c5aba;
    color:#fff;

}
.readingRooms{
    padding: 40px 0 0 0
}
.readingRooms .layui-tab-title .layui-this:after {
top: -1px;
border-left-color: #5493fa;
border-top-color: #5493fa;
border-right-color: #5493fa;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px
}
.readingRooms .layui-tab-title li{
    border-left-color: #5493fa;
    border-top-color: #5493fa;
    border-right-color: #5493fa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.readingRooms .layui-tab-title{
    border-color:#5493fa;
    border-width: 2px;
    
}
.roomItem{
    display: inline-block;
    font-size: 16px;
    color:#5c5c5c;
    width: 400px;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #e0e0e0;
    margin-right: 25px;
}
.roomItem::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0c5abc;
    margin-right: 15px;
    margin-bottom: 2px;
}
.roomItem:hover{
    color: #0c5aba
}
.bdsharebuttonbox{
    width: 300px;
    position: absolute;
    right: 50px;
    top: -2px;
}
.changePage{
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 12px;
}
.changePage a{
display: block;
font-size:15px;
color:#598bbe;
margin-bottom: 10px;
}
.changePage a:hover{
    opacity: 0.7;
    filter:alpha(opacity=70)
}
/* 安图讲坛 */
.lessonsWrap>ul>li{
     float: left;
     width: 260px;
     margin-right: 20px;
     margin-bottom: 45px;
     margin-left: 20px;
}
.lessonsWrap{
    padding: 30px 0;
}
.lessonsImg{
    display: block;
    border: 1px solid #e5e5e5;
    padding: 4px;
}
.lessonsImg img{
 width:250px;
 height: 187px;
}
.lessonTopic
{
        font-size: 17px;
        color: #505050;
        font-weight: bold;
        padding: 10px 0;
        width: 260px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.lessonsWrap .publicTime {
        font-size: 15px;
        color: #858484;
}
.lessonsWrap .lessonsBrief {
    font-size: 16px;
    color: #5c5b5b;
    padding-top: 25px;
    height: 67px;
    overflow: hidden;

}
.lessonsWrap>ul>li:hover .lessonTopic{
    color:#0c5abc
}
.lessonsWrap>ul>li:hover .lessonsImg{
    border-color:#0c5aba
}
/* 活动报名 */
.activitySignUp>ul>li{
    position: relative;
    width: 264px;
    background-color: #f9f9f9;
    float: left;
    margin:15px
}
.activitySignUp li .mask{
    position: absolute;
    width: 100%;
    height: 306px;
    background: #2c82d9;
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -ms-opacity: 0.85;
        -o-opacity: 0.85;
        -webkit-opacity: 0.85;
        -ms-opacity: 0.85;
        opacity: 0.85;
     display: none;
}
.activitySignUp li:hover .mask{
    display: block;
}
.activitySignUp li .mask h5
{
        font-size: 16px;
        color: #ffffff;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        overflow: hidden;
}
.activitySignUp li .mask .content{
     font-size: 14px;
     color: #ffffff;
         padding:0  15px;
         height: 195px;
         overflow: hidden;
         line-height: 1.8em;
         text-indent: 2em;
}
.activitySignUp li .mask .more{
    display: block;
        cursor: pointer;
        width: 100px;
        height: 30px;
        border: solid 1px #fff;
        margin:20px auto;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
}
.activitySignUp li .mask .more:hover{
    background: #0a5bc0
}
.activityLink .imgBox{
    display: block;
   height: 185px;
   overflow: hidden;
}
.activityLink .imgBox img{
    width: 100%;
    height: 100%;
 
}
.activityBrief>span,
.activityName {
    display: block;
        font-size: 14px;
        color: #f9f9f9;
        line-height: 25px;

}
.activityBrief
{
        width: 264px;
        height: 120px;
        background-color: #0a5bc0;
        overflow: hidden;
        padding:15px 10px
}
.restOf {
    display: block;

        height: 29px;
        padding: 0px 10px;
        text-align: right;
        border-bottom: dashed 1px #b9b9b9;
        font-size: 14px;
        line-height: 30px;
        color: #4c4c4c;
        overflow: hidden;
}
.visited
{
  cursor: pointer;
        background: url(../img/eyes.png) center top no-repeat;
        font-size: 12px;
        color: #c3bbbb;
        line-height: 50px;
        width: 70px;
        height: 35px;
        margin: 10px 0px 5px 0px;
        text-align: center;
        border-right: 1px solid #c3bbbb
}
.like{
  cursor: pointer;
      background: url(../img/heart.png) center top no-repeat;
      font-size: 12px;
      color: #c3bbbb;
      line-height: 50px;
      width: 70px;
      height: 35px;
      margin: 10px 0px 5px 0px;
      text-align: center;
      border-right: 1px solid #c3bbbb
}
.signBtn
{
        width: 70px;
        height: 35px;
        margin: 10px 10px 5px 0px;
        display: block;
        text-align: center;
            line-height: 35px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            background-color: #d1aa20;
}
.signBtn:hover{
    opacity: 0.80;
    color:#fff;
}
.labelStatus{
    background: url(../img/tag.png)no-repeat;
    background-size: 100% 100%;
    height: 46px;
    min-width: 66px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -6px;
    z-index: 999;
    line-height: 42px;
        padding: 0 10px;
}
/* 活动报名详情 */
.activitySignUpDetails{
    padding:10px 10px 20px 10px;
}
.signupData {
    width:100%;

        background-color: #438eeb;
color:#fff;
font-size: 18px;
text-align: center;
        margin: 0 0 5px 0;
        padding: 13px 0 
}
.signupData span span{
    font-weight: bold;
    font-size: 25px;
}
.signupData>span{
    margin: 0 5px;
}
.activitySignUpDetails .leftImg {
    width: 550px;
    height: 390px;
    overflow: hidden;

 

}
.activitySignUpDetails .leftImg img{
    width: 100%;
}
.signupDetails{
    width: 610px
}
.signUpName{
    font-size: 23px;
    font-weight: bold;
    color:#333;
    padding: 0 0 10px 0
}
.activitySignUpInfor .signUpInforItem {
display: block;
margin: 5px 0
}
.activitySignUpInfor .signUpInforItem .redFont{
    color:#ff641a;
    font-weight: bold;
}

.activitySignUpInfor  .signUpBtn{
    width: 100px;
    height: 35px;
    background: #0c5abc;
    display: block;
    color:#fff;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
        margin: 34px 0;
}
.activityIntroduction{
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.8em;
    text-indent: 2em;
    border-top: 1px solid #ddd
}
/* 讲座详情 */
.lessonVideo{
    display: block;
    width: 800px;
    margin: 0 auto;
}
.lessonsDetailsInformation .lessonsInforItem{
    display: block;
}
.speaker{
    font-size: 15px;
    color:#aaa;
    text-align: center;
    margin-bottom: 20px;
}
.lessonsDetailsContent .title{
    padding-bottom:10px;
}
/* 弹层登录 */
.popForm{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}
.formBox{
    width: 515px;
    height: 355px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -177.5px;
    background: #fcfcfc;
    border-radius: 5px;
    padding: 10px;

}
.formBox form{
    display: block;
       margin-left: 24px;
    width: 400px;
}
.formBox .layui-btn {
width: 320px;
}
.formBox  .layui-input-block {
    margin-left: 80px;
    min-height: 36px;
}
.formBox .layui-form-item {
    margin-bottom: 20px;
}
.close{
    display: block;
  position: relative;
    font-weight: bold;  
  
    padding: 0 0 15px 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 50px;
}
.close span{
    cursor: pointer;
  font-size: 24px;
  color:#aaa;
  display: block;
  position: absolute;
    right: 0px;
    top: 0px;
}
.close h3{
    text-align: center
}