@charset "utf-8";
/* 装饰图 */
.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
}
.banner img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.main{
    padding-top: 65px;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
}
.main.animation{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.main>div.w1400{
    margin-bottom: 70px;
}
/* 左侧二级导航 */
.ej_nav{
    width: 250px;
    background: url(/img/ej_nav_bg.png) no-repeat left top;
}
.ej_nav h2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 74px;
}
.ej_nav ul{
    margin-left: 18px;
    background: #fff;
    min-height: 450px;
}
.ej_nav ul li a{
    display: block;
    width: 100%;
    font-size: 17px;
    color: #999999;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.ej_nav ul li a.hover,.ej_nav ul li a:hover{
    background: #f4a148;
    color:#fff;
    border-bottom: 1px solid #f4a148;
}
/* 机构设置 */
.main .jgsz_sub{
    margin-left: 70px;
    width: calc(100% - 320px);
    padding: 50px 30px;
    box-sizing: border-box;
    background: #fff;
}
.main .jgsz_sub li {
    margin-bottom: 40px;
}
.main .jgsz_sub li:last-child{
    margin-bottom: 0;
}
.main .jgsz_sub li h2 img{
    display: inline-block;
    width: 88px;
    height: auto;
    object-fit: cover;
}
.main .jgsz_sub li h2 span{
    width: calc(100% - 94px);
    display: inline-block;
    font-size: 20px;
    color: #1f61af;
    line-height: 40px;
    text-indent: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.main .jgsz_sub li>p{
    margin-top: 30px;
    background: #fafafa;
    padding: 20px;
}
.main .jgsz_sub li>p span.txt{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #797979;
    text-indent:2em;
}
.main .jgsz_sub li>p span.lj{
    display: block;
    margin-top: 20px;
}
.main .jgsz_sub li>p span.lj a{
    display: block;
    width: calc(100% / 3);
    float: left;
    text-align: left;
    font-size: 14px;
    color: #797979;
    line-height: 30px;
    text-indent: 30px;
}
.main .jgsz_sub li>p span.lj a:hover{
    color: #1f61af;
}

/* 内容页 */
.main .content{
    padding: 50px;
}
.content h2.tit{
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
}
.content p.wzxx{
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f6f6f6;
    color: #b2b2b2;
    font-size: 14px;
}
.content div.con p,.content div.con p span{
    font-size: 16px!important;
    color: #808080!important;
    line-height: 34px!important;
    text-indent: 2em!important;
    margin-bottom: 15px;
}
.content div.con p img{
    display: block;
    width: auto;
    max-width: 80%;
    height: auto;
    margin: 10px auto;
}
.content div.fy{
    margin-top: 40px;
}
.content div.fy p{
    display: block;
    width: calc( 100% / 3);
    height: 30px;
    float: left;
}
.content div.fy p a{
    padding-left: 45px;
    font-size: 14px;
    line-height: 30px;
    color: #a4a4a4;
}
.content div.fy p a:hover{
    color: #1f61af;
}
.content div.fy p.prev{
    text-align: left;
}
.content div.fy p.prev a{
    background: url(/img/fy_prev.png) no-repeat left center;
}
.content div.fy p.fh{
    text-align: center;
}
.content div.fy p.fh a{
    background: url(/img/fy_fh.png) no-repeat left center;
}
.content div.fy p.next{
    text-align: right;
}
.content div.fy p.next a{
    padding-left: 0;
    padding-right: 45px;
    background: url(/img/fy_next.png) no-repeat right center;
}

/* 单篇页 */
.main .dp h2.tit{
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f6f6;
    color: #1f61af;
}

/* 列表页 */
.list{
    margin-left: 70px;
    width: calc(100% - 320px);
    padding: 30px 50px;
    box-sizing: border-box;
    background: #fff;
}
.list .list_zd>div{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.list .list_zd>div:last-child{
    margin-right: 0;
}
.list .list_zd>div a img{
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
}
.list .list_zd>div a p{
    margin-top: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.list .list_zd>div a p span{
    display: block;
    float: left;
}
.list .list_zd>div a p span.tit{
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #666666;
}
.list .list_zd>div a p span.time{
    width: 80px;
    padding-top: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    color: #b2b2b2;
    background: url(/img/eye.png) no-repeat center 9px ;
}
.list .list_zd>div a:hover p{
    background: #1f61af;
}
.list .list_zd>div a:hover p span{
    color: #fff;
}
.list .list_zd>div a:hover p span.time{
    background: url(/img/eye2.png) no-repeat center 9px;
}

.list .list_sub li a{
    display: block;
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.list .list_sub li a p.time{
    font-size: 16px;
    color: #b2b2b2;
    line-height: 1;
    margin-bottom: 20px;
}
.list .list_sub li a h2{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: normal;
}
.list .list_sub li a p.txt{
    color: #999999;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .list_sub li a:hover h2{
    color:#1f61af;
}
/* 检索结果 */
.searchWrap {
    min-height: 600px;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
}
.searchWrap input::-webkit-input-placeholder{
    color:#999999;
}
.searchWrap input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
.searchWrap input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
.searchWrap input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #999999;
}
.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #005bac;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #005bac;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}

/* 爱博登录概况 */
.main .xygk h2.tit{
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f6f6;
    color: #1f61af;
    font-weight: bold;
}
.main .xygk .xygk_1 img{
    margin: 30px 0 30px 30px;
    float: right;
}
.main .xygk .con p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.main .xygk .xygk_2 h2,.main .xygk .xygk_3 h2{
    width: 210px;
    font-size:18px;
    color: #f4a148;
    line-height: 48px;
    text-align: center;
    border: 1px solid #f4a148;
    margin-bottom: 30px;
    font-weight: normal;
}
.xygk .xygk_3 div.fr{
    width: 510px;
}
.xygk .xygk_3 {
    margin: 50px 0;
}
.xygk .xygk_3>img{
    float:left;
}
.main .xygk .xygk_3 h2{
    margin-top: 50px;
}

.main .lj{
    background:#fff;
    padding: 40px 50px;
}
.main .lj div.bt h2{
    color: #2060ab;
    font-size: 30px;
    line-height: 60px;
    font-weight: normal;
    padding-left: 50px;
    border-bottom: 3px solid #f2f2f2;
}
.main .lj div.bt h2.xs{
    background: url(/img/xs.png) no-repeat left center;
}
.main .lj div.bt h2.js{
    background: url(/img/jzg.png) no-repeat left center;
}
.main .lj  .lj_sub>div{
    width: 30%;
    margin-right: 5%;
    margin-top: 30px;
}
.main .lj .lj_sub>div:nth-child(3n){
    margin-right:0;
}
.main .lj .lj_sub>div>img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.main .lj .lj_sub>div>h2{
    background:#f2efef;
    text-align:center;
    line-height:56px;
    font-size:20px;
    font-weight:normal;
    border-bottom:1px solid #ccc;
}
.main .lj .lj_sub>div>ul{
     background:#f2efef;
     padding: 0 25px 20px;
     min-height: 200px;
     box-sizing: border-box;
}
.main .lj .lj_sub>div>ul li{
    float:left;
    width:33.3%;
    text-align:center;
    margin-top:20px;
}
.main .lj .lj_sub>div>ul li a{
    display:block;
    font-size: 15px;
    color: #666;
}
.main .lj .lj_sub>div>ul li a:hover{
    color:#2060ab;
}

/*信息公开目录*/
.main .xxgkml{
    margin-left: 70px;
    width: calc(100% - 320px);
    padding: 50px 30px;
    box-sizing: border-box;
    background: #fff;
}
.main .xxgkml>div{
    border-bottom:1px solid #e8e8e8;
    margin-bottom:30px;
}
.main .xxgkml>div h2{
    font-size:18px;
    margin-bottom:20px;
    font-weight:bold;
}
.main .xxgkml>div p a{
    font-size:16px;
    display:inline-block;
    line-height:30px;
    padding-bottom:10px;
    margin-right:30px;
}
.main .xxgkml>div p a:hover{
    color:#1f61af;
}