@charset "utf-8";
.main{
    margin: 65px 0;
}

/* 装饰图 */
.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    display: block;
    width: 100%;
    height: auto;
}

/* 当前位置 */
.banner .dqwz{
    position: absolute;
    right: 200px;
    bottom: 0;
    min-width: 400px;
    background: #f2b536;
    text-align: right;
    box-sizing: border-box;
    padding: 0 25px;
}
.banner .dqwz::after{
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: transparent #f2b536 #f2b536 transparent;
}
.banner .dqwz::before{
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: #f2b536 transparent transparent #f2b536 ;
}
.banner::before{
    content: "";
    display: block;
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 190px;
    height: 66px;
    background: #f2b536;
    transform: skewX(-45deg);
}
.banner .dqwz p{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.banner .dqwz a{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.banner .dqwz a:hover{
    color: #0d59a7;
}

/* 左侧导航 */
.left_dh{
    width: 240px;
    background: url(../images/left_dh_bg.png) repeat-x top center;
    box-sizing: border-box;
    padding-left: 10px;
}
.left_dh h2{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 30px 10px 30px 50px;
    background: url(../images/ejlm_icon.png) no-repeat 25px center ;
    text-align: center;
}
.left_dh ul{
    background: #fff;
    min-height: 440px;
    padding-bottom: 100px;
    box-shadow: 0 0 5px 2px rgba(15,56,106,0.05);
}
.left_dh ul li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 10px 0 70px;
    box-sizing: border-box;
    line-height: 78px;
    font-size: 16px;
    color: #666666;
    background: url(../images/left_dh_1.png) no-repeat 40px center;
}
.left_dh ul a:hover,.left_dh ul li.hover a{
    color: #fff;
    background: #f2b536 url(../images/left_dh_2.png) no-repeat 40px center;
    border-bottom: 1px solid #f2b536;
}
.right_con{
    width: calc(100% - 290px);
    margin-left: 50px;
}

/* 组织机构 */
.zzjg h2{
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
    margin: 40px 0;
}
.zzjg  ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
    position: relative;
}
.zzjg  ul li:nth-of-type(4n){
    margin-right: 0;
}
.zzjg  ul li a{
    display: block;
    width: 100%;
    background: #f9f9f9;
    font-size: 16px;
    color: #808080;
    line-height: 36px;
    padding: 10px;
    box-sizing: border-box;
    text-indent: 40px;
    transition: all .8s ease;
}
.zzjg  ul li:hover a{
    color: #fff;
    box-shadow: 300px 0 0 0 inset #0d59a7;
}
.zzjg{
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 70px;
}
.zzjg:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.zzjg  ul li:hover ol{
    display:block;
}
.zzjg  ul li ol{
    display: none;
    position:absolute;
    z-index:999;
    width: 60%;
    height:auto;
    right: -30%;
    top: -14px;
    box-shadow: 0 0 5px 2px #c3c3c3;
    animation: fadeInRight 0.8s ease backwards .1s;
}
.zzjg  ul li ol li{
    float:none;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    position: static;
}
.zzjg ul li ol li a{
    background: #0d59a7;
    color: #fff;
    text-indent: 0;
    line-height: 22px;
}
.zzjg ul li ol li a:hover{
    text-decoration: revert;
}
/* 浏览对象 */
.lldx h2{
    font-size: 24px;
    line-height: 30px;
    color: #0d59a7;
}
.lldx  ul li{
    float: left;
    width: 20.5%;
    margin-right: 6%;
    margin-top: 45px;
}
.lldx  ul li:nth-of-type(4n){
    margin-right: 0;
}
.lldx  ul li a{
    display: block;
    width: 100%;
    background: #f9f9f9;
    font-size: 16px;
    color: #808080;
    line-height: 36px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all .8s ease;
}
.lldx  ul li a:hover{
    color: #fff;
    box-shadow: 300px 0 0 0 inset #0d59a7;
}
.lldx {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.lldx:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/* 列表页 */
.list ul li {
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
}
.list ul li:first-of-type{
    padding-top: 0;
}
.list ul li:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.list ul li a{
    display: block;
    width: 100%;
}
.list ul li a p.con {
    padding: 10px 35px 10px 0;
    box-sizing: border-box;
    width: calc(100% - 160px);
    border-right: 1px solid #f2f2f2;
}
.list ul li a p.con span.tit{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list ul li a p.con span.txt{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    display: block;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list ul li a:hover p.con span.tit{
    color: #0d59a7;
}
.list ul li a p.time {
    width: 160px;
    padding-left: 35px;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
.list ul li a p.time span:nth-of-type(2){
    font-size: 16px;
    color: #585858;
}
.list ul li a p.time span.btn{
    width: 100%;
    line-height: 42px;
    background: #0d59a7;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.list ul li a p.time span.btn:hover{
    background: #f2b536;
}
.list ul li.tit_img a p.img{
    float: left;
    width: 220px;
    height: 136px;
    overflow: hidden;
}
.list ul li.tit_img a p.img img{
    display: block;
    width: 220px;
    height: 136px;
    object-fit: cover;
    transition: all .8s;
}
.list ul li.tit_img a:hover p.img img{
    transform: scale(1.2);
}
.list ul li.tit_img a p.con {
    padding: 10px 35px 10px 20px;
    box-sizing: border-box;
    width: calc(100% - 380px);
}
.list ul li.tit_img  p.con{
    margin-top: 5px;
}
.list ul li.tit_img  p.time{
    margin-top: 11px;
}

/* 内容页 */
.content h2.tit{
    font-size: 30px;
    line-height: 34px;
    padding: 15px 0;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.content p.wzxx{
    font-size: 16px;
    color: #b2b2b2;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px double #f5f5f5;
    margin-bottom: 30px;
}
.content .con_sub{
    padding-bottom: 20px;
    min-height: 300px;
    border-bottom: 3px double #f5f5f5;
}
.content .con_sub p{
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
}
.content .con_sub p img{
    display: inline-block;
}
.content .prev_next{
    margin-top: 60px;
}
.content .prev_next a{
    display: block;
    width: 48%;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .prev_next a:hover{
    color: #0d59a7;
}
.content .prev_next a:last-of-type{
    text-align: right;
    margin-left: 4%;
}
.content .prev_next a:first-of-type{
    text-align: left;
    margin-left: 0;
}

/* 单篇 */
.dp h2.tit{
    border-bottom: 3px double #f5f5f5;
    padding: 20px 0 30px;
    margin-bottom: 30px;
}

/* 简介概况 */
.jjgk img.icon{
    display: block;
    width: auto;
    height: auto;
}
.jjgk h1{
    font-size: 70px;
    color: #f2b536;
    margin: 50px 0;
}
.jjgk h2{
    font-size: 30px;
    color: #144b8f;
    margin-bottom: 50px;
}
.jjgk .jjgk_sub p{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}
.jjgk .jjgk_sub img{
    display: block;
     float: right;
     margin: 20px 0 20px 20px;
}