.main{
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
.currentt{
    width: 100%;
    height: 50px;
    margin: 20px 0;
    box-shadow: 0px 0px 5px #dbdbdb;
}
.circle{
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(./circle.png) center center no-repeat;
}
.currentt > p{
    float: left;
    width: 400px;
    height: 50px;
    line-height: 50px;
    color: #545454;
    font-size: 18px;
}
.columnName{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.columnName > .title{
    float: left;
    width: 140px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    color: #1457b5;
    border-bottom:1px solid #1457b5 ;
}
.main > .pic1{
    width: 100%;
height: 270px;
}
.main .pic1 .pic2{
    float: left;
    width: 325px;
    height: 240px;
    background-color: #f3f3f3;
   margin: 10px 12px;
}
.main .pic1 .pic2 img{
    width: 325px;
    height: 168px;
}
.main .pic1 .pic2 span{
    display: block;
    width: 275px;
    height: 50px;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    margin: 10px auto;
    color: #5e5e5e;
}
.paging{
    width: 1300px;
    margin: 30px auto;
}
.paging span{
    display: inline-block;
   padding: 0 15px;
   height: 40px;
   margin: 0 5px;
   font-size: 16px;
   line-height: 40px;
   text-align: center; 
   background-color: #e7eefb;
}
.paging .on{
   color: #ffffff;
    background-color: #496daf;
 }
 /* 浮窗 start*/
 .content{
   
    width: 50px;
    height: 180px;
    position: absolute;
    top: 330px;
    left: -55px;
}
.nav .nLi{
    width: 50px;
    height: 180px;
}
.nav .nLi h3{
    position: relative;
    width: 50px;
    height: 180px;
    padding-top: 60px;
    text-align: center;
    background: url(./zuocecaidan_03.png) no-repeat;
}
.nav .nLi h3 a{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    
    writing-mode: vertical-rl;
text-orientation: mixed;
}
.nav .nLi .sub{
    position: absolute;
    display: none;
    left: 60px;
    top:0px;
}
.sub li a{
    display: block;
    width: 120px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #2f73d2;
}
.sub li a:hover{
 font-weight: 700;
}
.content2{
    position: absolute;
    width: 83px;
    height: 125px;
    top: 850px;
    right: -80px;
}
.content3{
    position: fixed;
    top: 171px;
    right: 95px;
    width: 110px;
    background-color: #efefef;
}
.content3 h3{
    width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #1457b5;
}
.content3 ul{
    margin: 30px auto;
}
.content3 a{
    display: block;
    width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #000;
}
.content3 a:hover{
    display: block;

    width: 110px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #1457b5;
    background-color: #eef4ff;
}
#close{
    display: block;
    width: 110px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #e5e5e5;
}
 /* 浮窗 end*/
 .columnl{
    width: 100%;
 }
 .columnllist{
    width: 100%;
    height: 50px;
 }
 .columnllist::before{
    float: left;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    margin: 20px 10px 15px 25px;
    background-color: #e5e5e5;
 }
 .columnl li:nth-child(5), .columnl li:nth-child(10), .columnl li:nth-child(15), .columnl li:nth-child(20) {
    border-bottom: 1px dashed #f9f9f9;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.columnltitle{
    float: left;
    line-height: 50px;
    font-size: 22px;
    color: #5d5d5d;
}
.date{
    float: right;
    line-height: 50px;
    font-size: 16px;
    color: #9b9293;
}
.ColumnLink{
    float: right;
    line-height: 50px;
    font-size: 16px;
    color: #5e5e5e;
    margin-right: 20px;
}
