.fleft{
    float: left;
}
.fright{
    float: right;
}
.w1200{
    width:1200px;
    margin:0 auto;
}
a{
    display:block
}
.screenWap{
    width:100%;
    position: relative;
}
.topHeader{
    height:50px;
    background: #fff;

}
.topHeader .logoIcon{
    width:230px;
    margin-top:10px;
}
.topHeader .logoIcon>img{
    width: 110%;
}
.topHeader .navUl{
    width:460px;
   margin-left:40px;
}
.topHeader .navUl li{
    float: left;
    width:25%;
    height:50px;
    line-height: 50px;
    color:#000;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.topHeader .navUl li.activeNav a{
    color:#fff;
    background: #0865e3;
    display: block;
    text-align: center;
}
.topHeader .loginBtn{
    color:#b9b9b9;
    font-size: 16px;
    margin-top:12px;
    position: relative;
}
.loginBtn>img{
    vertical-align: middle;
    margin-right:40px;
}
.loginBtn a.loginA{
    display: inline-block;
    color: #b9b9b9;
}
.loginBtn .erwei{
    position: absolute;
    top: 42px;
    left: -50px;
    z-index: 100;
    display: none;
}
.bannerWap{
    width:100%;
    position: relative;
}
.bannerWap>img{
    width:100%;
}
.imgShow{
    margin-top:25px;
}
.imgShow ul{
    width:600px;
    height:380px;

}
.imgShow ul li{
    position: relative;
}
.imgShow ul li p{
    position: absolute;
    left:0;
    bottom:10px;
    padding: 5px 10px;
    color:#fff;
    font-size: 14px;
}
.imgShow ul.bigUlImg{
    margin-right: 5px;
    width:595px;
}
.imgShow ul.smallUlImg li{
    float: left;
    width:295px;
    height:185px;
    margin-left:5px;

}
.imgShow ul li.firstImg{
    width:600px;
}
.imgShow ul.smallUlImg li img{
    width:100%;
    display: block;
    height:185px;
}
.imgShow ul.smallUlImg li:nth-child(3),.imgShow ul.smallUlImg li:nth-child(4){
    margin-top:5px;
}
.mainContent{
   margin-top:10px;
}
.mainContent .workNotice{
    width:900px;
    margin-right:15px;
    margin-bottom: 30px;
}
.workNotice .workNoticeNav{
    background: #f7f7f7;
    padding:0 35px;
    position: relative;
}
.swiper-container{
    position: static;
}
.swiper-container .swiper-wrapper .swiper-slide.activeSwiper{
    background: #0865e3;
    color:#fff;
}

.swiper-container .swiper-wrapper .swiper-slide{
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #b2b2b2;
    padding: 0 10px;
    cursor: pointer;
    width:120px;
    text-align: center;
}
.swiper-button-next, .swiper-button-prev{
    margin-top:-15px;
    display: inline-block;
    width:30px;
    height:30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.swiper-button-prev {
   background-image:url("../img/nav_left.png");
    left: 3px;
    right: auto;
}
.swiper-button-next{
   background-image:url("../img/nav_right.png");
    left: auto;
    right: 3px;
}
.workList .noticeItem{
    padding:15px 0;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    position: relative;
}

.workList .noticeItem .noticeImg{
    width:250px;
    position: relative;
}
.workList .noticeItem .noticeImg img{
    width:100%
}
.workList .noticeItem .noticeImg img.palyVideo{
    display: block;
    width:50px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.workList .noticeItem .noticeDetail{
    width:648px;
    padding:0 25px;
}
.noticeItem .noticeDetail span{
    font-size: 12px;
    color:#fff;
    background: #ec6941;
    padding:5px 7px;
}
.noticeItem .noticeDetail span.bageSpanBlue{
    background: #2d98fe;
}
.noticeItem .noticeDetail span.bageSpanGreen{
    background: #009944;
}
.noticeItem .noticeDetail h4{
    font-size: 18px;
    color:#000;
    margin-top:10px;
}
.noticeItem .noticeDetail p{
    font-size: 13px;
    color:#9a9a9a;
    line-height: 30px;
}
.noticeItem .noticeDetail p.timeIssue{
    position: absolute;
    bottom: 15px;
}
.noticeItem .noticeDetail span{

}
.mainContent .stagesDiv{
    width:285px;
}
.mainContent .stagesDiv .backStages{
    margin-bottom:20px;
    border: 1px solid #ececec;
}
.backManger{
    display: block;
    border: 0;
    background: #0865e3;
    width:210px;
    margin:10px auto;
    color:#fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.infoContent{
    padding:10px;
}
.infoContent h5{
    border-bottom: 3px solid #0865e3;
    line-height: 30px;
    padding-bottom:10px;
}
.infoContent ul.organize li,.infoContent ul.subject li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding:10px 0;
}
.infoContent ul.organize li:last-child,.infoContent ul.subject li:last-child{
    border-bottom: none;
}
.infoContent ul.organize li div{
    float: left;
    width:120px;
    height:60px;
}
.infoContent ul.organize li p{
    float: right;
    font-size: 14px;
    color:#9a9a9a;
    width:140px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
}

.infoContent ul.subject  li p{
    width:100%;
    font-size: 14px;
    color:#9a9a9a;
    padding-left:15px;
    position: relative;
}
.infoContent ul.subject  li p::before{
   content: "";
    display: inline-block;
    width:4px;
    height:4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    background: #555;
   position: absolute;
    left:2px;
    top:7px;
}
.footer{
    width:100%;
    background: #333;
    height:232px;
}
.footer .footerL{
    width:900px;
margin-top:40px;
}
.footer .footerR{
    width:288px;
    margin-top:40px;
}
.footer dl.footDl{
    margin-right:50px;
}
.footer dl.footDl dt{
    color:#fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.footer dl.footDl dt a{
    color:#fff;

}
.footer dl.footDl dd{
    font-size: 12px;
    line-height: 25px;
    color:#ccc;
}
.footer dl.footDl dd a{
    color:#ccc;
}
.currentNav{
    background: #f7f7f7;
    height:60px;
    line-height: 60px;
    font-size: 14px;
    padding-left:20px;
}
.currentNav p img{
    vertical-align: middle;
    margin-right:5px;
}
.mainContent .workNoticeNo{
   border: none;
}
.newDatediv{
    width:100%;
    overflow: hidden;
    margin-top:20px;
}
.newDatediv .newDateList {
    width:100%;
    padding-right: 10px;
    height:700px;
    overflow: hidden;
}
.newDatediv .newDateList li{
    width:100%;
    padding-left:30px;
    background: url("../img/article.png") no-repeat 5px center;
    background-size: 20px;
    font-size:14px;
    height:45px;
    line-height: 45px;
    border-bottom: 1px dotted #ddd;
}
.newDatediv .newDateList li p{
    color:#000;
    float: left;
    width:620px;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    overflow:hidden;
}
.newDatediv .newDateList li span{
    color:#666;
    float: right;
}

.newDateDetail {
    width: 100%;

}
.newDateDetail h2{
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 35px;

}
.newDateDetail .timeDiv{
    width: auto;
    height: 30px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    line-height: 30px;
    text-align: center;
}
.newDateDetail .timeDiv span{
    color:#dddddd
}
.newDateDetail .neirongDiv{
    padding: 20px 30px;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.newDateDetail .neirongDiv p{
    margin: 20px auto;
    text-indent: 2em;
}
.prevNext{
    position: absolute;
    right:10px;
    top:10px;
    color:#000;
    font-size:12px;
    cursor: pointer;
}
.titleCompany{
    color:#000;
    font-size: 20px;
    height:40px;
    line-height: 40px;
    background: #ededed;
    padding-left:20px;
}
.formDiv{
    background: #fff;
    margin-bottom: 30px;
}
.formDiv .colDiv{
   width: 100%;
    overflow: hidden;
    margin-top:20px;
}
.formDiv p{
    color:#ccc;
    font-size: 12px;
    padding-left:120px;
    margin-top:10px;
}
.formDiv .colDiv>span{
    text-align: right;
    font-size: 14px;
    display: inline-block;
    width:100px;
    float: left;
    margin-right:20px;
 }
.formDiv .colDiv input,.formDiv .colDiv select{
    width:380px;
    font-size: 14px;
    float: left;
    border: 1px solid #ccc;
    padding-left:10px;
}
.formDiv .colDiv .kindEditorDiv{
    width:1080px;
    height:400px;
   float: left;
    resize: none;
}
.kindEditorDiv textarea {
    display: block;
    width:1080px;
    height:400px;
}
.formDiv  button{
    background: #0a66e3;
    text-align: center;
    color:#fff;
    height:40px;
    line-height: 40px;
    width:120px;
    font-size: 18px;
    margin-left:120px;
    border: none;
    margin-top:50px;
    margin-bottom:30px;
}
/*guanlipingtai*/

.platformHead{
    width:100%;
    overflow: hidden;
    height:70px;
    background: url("../img/platfHead.png") no-repeat center;
    background-color:#C52C2C;
}
.platformHead .logoHeadLeft{
    width:15%;
    height:70px;
    background: #9a9a9a;
    background: url("../img/backgroundL.png") no-repeat center;
    background-size: cover;
}
.logoHeadLeft>img{
    width:60%;
    margin-top: 10px;
    margin-left: 12%;
}
 .platformHead .logoHeadRight{
     width:85%;
    height:70px;
}
 .logoHeadRight img.logoPlat{
     float: left;
     margin-top: 16px;
     margin-left: 30px;
 }
 .logoHeadRight ol{
     float: right;
    margin-right:5%;
     margin-top:20px;
 }
.logoHeadRight ol li{
    float: left;
    margin-left:30px;
    color:#fff;
    cursor: pointer;
}
.logoHeadRight ol li>img{
    display: inline-block;
    width:20px;
}
 .platformContain{
     width:100%;
     position: relative;
     overflow: hidden;
 }
 .platformContain .managementNav{
     width:15%;
     height:520px;
     background: #f3f3f3;
     border-right: 1px solid #ddd;
 }
.managementNav .navMange{
    background: #fff;
}
.managementNav .navMange p{
     color:#333;
     font-size: 16px;
     background: #f3f3f3;
    position: relative;
    height:40px;
    line-height: 40px;
    padding-left:20px;
    margin: 0;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    overflow: hidden;
 }
.managementNav .navMange p>span{
    margin-left: 50%;
    display: inline-block;
    width:10px;
    height:10px;
    background: url("../img/normalPush.png") no-repeat center;
}
.managementNav .navMangeActive p{
    color:#e33d3f;
    border-left: 2px solid #e33d3f;
    background: #fff;
}
.managementNav .navMangeActive p>span{
    background: url("../img/redPush.png") no-repeat center;
}

.managementNav .navMange .navUl{
    padding-left:20px;
    padding-bottom: 15px;
    margin:0;
    display: none;
}
.managementNav .navMange ul li{
    color:#333;
    font-size: 14px;
    height:30px;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
}
.managementNav .navMange ul li span{
    display: inline-block;
    width:10px;
    height:10px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background: #fff;
    border: 1px solid #666;
    margin-right:5px;
}
.managementNav .navMange ul li.currentLi{
   color:#e33d3f;
}
.managementNav .navMange ul li.currentLi span{
    border: 1px solid #e33d3f;
}
 .platformContain .InfoDiffusion{
     width:85%;
     padding: 10px;
 }
 .InfoDiffusion .titleLine{
     height: 40px;
     line-height: 40px;
     background: #f3f3f3;
     border:1px solid #ececec;
 }
.InfoDiffusion .titleLine .titleSpan{
     color:#0a66e3;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    border-top:2px solid #0a66e3;
    padding: 0 30px 0 10px;
    background: #fff;
    position: relative;
 }
.InfoDiffusion .titleLine .titleSpan img{
    display: inline-block;
    position: absolute;
    right:5px;
    top:12px;
}
.InfoList h5{
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
    color:#555;

}
.searchDiv{
    background: #f3f3f3;
    font-size: 14px;
    color:#333;
    height: 50px;
    border: 1px solid #ececec;
    padding-left: 20px;
}
.searchDiv input{
    border: 1px solid #ddd;
    background: #fff;
    width:200px;
    height:30px;
    margin:10px;
    padding-left:5px;
}
.searchDiv button.chaxun{
    color:#0a66e3;
    border:1px solid #0a66e3;
    margin:0 10px;
    background: #fff;

}
.searchDiv button.chongzhi{
    color:#fff;
    background: #0a66e3;

}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
table.form_list{
    border: 1px solid #ddd;
    text-align: left;
}
table.form_list thead tr{
    background: #f3f3f3;
}
table.form_list tr:nth-child(even){
    background: #f3f3f3;
}
table.form_list > thead > tr > th {
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0px 8px;
    vertical-align: middle;
    color: #555;
}
table.form_list > tbody > tr > td{
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0px 8px;
}
table.form_list .td01{
    width:5%
}
table.form_list .td01 .checkbox label{
    padding-top: 6px;
    padding-left: 35px;
}
table.form_list .td02{
    width:15%
}
table.form_list .td03{
    width:15%
}
table.form_list .td04{
    width:10%
}
table.form_list .td05{
    width:25%
}
table.form_list .td06{
    width:20%
}
table.form_list .td06 button{
    color:#fff;
}
.btn-detail{
    background: #0965e4;
    color: #fff;
}
.platformFoot{
    border-top:2px solid #2945a7;
    text-align: center;
    color:#2d50b9 ;
    font-size: 14px;
    line-height: 35px;
}
.platformFoot span{
    margin-right:10px;
}

.moreDiv{
    width:160px;
    margin: 30px auto 0;
    background: #0865e3;
    color:#fff;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;

}
.moreDiv img{

    width:8px;
    display: inline-block;
}