/* å…¬å…±æ ·å¼æå– */
.xyxw, .tzgg, .news {
    width: 49%;
    max-width: 800px;
}

.xyxw ul, .tzgg ul, .news ul, .btlist ul {
    float: left;
    width: 100%;
}

/* æ–°é—»åˆ—è¡¨é€šç”¨åŠ¨ç”» */
.xyxw ul li .pic img, .news ul li.st .pic img {
    width: 100%;
    transform: scale(1);
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

/* ä¿¡æ¯æ–°é—»æ¨¡å— */
.xyxw ul {
    margin-top: 20px;
}

.xyxw ul li {
    float: left;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #f1f2f3;
    transform: scale(1);
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.xyxw ul li .pic {
    width: 140px;
    height: 75px;
    overflow: hidden;
}

.xyxw ul li .bt {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xyxw ul li .bt a {
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 30px;
}

.xyxw ul li .bt span.time {
    font-size: 18px;
    color: #1e5191;
}

.xyxw ul li:hover {
    background-color: #0c4c99;
}

.xyxw ul li:hover .pic img,
.xyxw ul li:hover .bt a,
.xyxw ul li:hover .bt span.time,.news ul li.st:hover .pic img{
    transform: scale(1.1);
    color: #fff;
}

/* é€šçŸ¥å…¬å‘Šæ¨¡å— */
.tzgg ul {
    margin-top: 20px;
}

.tzgg ul li {
    width: 100%;
    float: left;
    display: flex;
    padding: 18px 0 17px;
    border-bottom: 1px dashed #666;
    justify-content: space-between;
}

.tzgg ul li .date {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
    color: #1e5191;
}

.tzgg ul li .date b {
    font-size: 24px;
}

.tzgg ul li .date span {
    font-size: 18px;
}

.tzgg ul li .bt {
    width: calc(100% - 100px);
    height: 60px;
    padding-left: 20px;
    border-left: 1px solid #d3dbe5;
}

.tzgg ul li .bt h6 {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tzgg ul li .bt h6 a {
    font-size: 18px;
}

.tzgg ul li .bt p {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tzgg ul li:hover .bt h6 a,
.tzgg ul li:hover .bt p {
    color: #1e5191;
}

/* æ–°é—»æ¨¡å— */
.news ul li {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 15px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px dashed #cdcdcd;
    justify-content: space-between;
    background: url(../img/xw_list.png) no-repeat left center;
}

.news ul li a {
    width: calc(100% - 120px);
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li span.time {
    font-size: 16px;
    color: #999;
}

/* ç‰¹æ®Šæ–°é—»é¡¹ */
.news ul li.st {
    background: none;
    line-height: 0;
    padding: 0 0 10px;
}

.news ul li.st .pic {
    width: 240px;
    height: 135px;
    overflow: hidden;
}

.news ul li.st .bt {
    width: calc(100% - 260px);
}

.news ul li.st .bt h6 {
    float: left;
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li.st .bt h6 a {
    float: left;
    width: 100%;
}

.news ul li.st .bt p {
    float: left;
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #8f8f8f;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.news ul li.st .bt span.time {
    float: left;
    line-height: 20px;
    padding-left: 20px;
    background: url(../img/bg_time.png) no-repeat left center;
}

.news ul li:hover a,
.news ul li:hover span.time {
    color: #1e5191;
}

.bg_index4 .news li {
    border-color: #c1c1c1;
}

/* å¸ƒå±€æ ·å¼ */
.bg_main1 {
    background-color: #fff;
}
.bg_main1 .main{display:block;}
.m_l {
    float: left;
    width: 240px;
    margin-top: 40px;
    padding-bottom: 180px;
    position: relative;
    z-index: 21;
    background: url(../img/bg_ml.png) no-repeat bottom right #f5f8fc;
    border-left: 5px solid #dee4eb;
    border-bottom: 5px solid #dee4eb;
}

.yjlm {
    float: left;
    width: 240px;
    margin-left: -5px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background: #1e5191;
    border-radius: 0;
    border-left: #1e5191 5px solid;
}

.yjlm h6 {
    float: left;
    width: 100%;
    line-height: 35px;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    font-family: 'SourceHanSerifSC-Regular';
}

.ejdh {
    float: right;
    width: 235px;
    margin-top: 0;
}

.ejdh ul {
    float: left;
    width: 100%;
}

.ejdh ul li {
    float: left;
    width: 100%;
    padding: 0px 0;
    line-height: 20px;
    border-top: 1px solid #F0F2F4;
    border-bottom: 1px solid #F0F2F4;
}

.ejdh ul li:first-child {
    border-top: 0;
}

.ejdh ul li.on .navp {
    width: calc(100% + 5px);
    margin-left: -5px;
    border-left: 5px solid #1e5191;
}

.ejdh ul li .navp {
    float: left;
    width: 100%;
    padding: 20px;
}

.ejdh ul li:hover .navp a,
.ejdh ul li.on .navp a {
    color: #1e5191;
    font-weight: bold;
}

.ejdh ul li.on dl {
    display: block;
}

.ejdh ul li .navp a {
    float: left;
    width: calc(100% - 35px);
    color: #000;
    font-size: 20px;
    display: inline-block;
}

.ejdh ul li .navp em {
    float: right;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: url(../img/ejdh_li.png) no-repeat center right;
}

.ejdh ul dl {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    display: none;
    position: relative;
    border-top: 0 solid #F0F2F4;
}

.ejdh ul dl1:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: calc(100% - 15px);
    background-color: #e2e7ec;
}

.ejdh ul dl dd {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    line-height: 36px;
    position: relative;
}

.ejdh ul dl dd1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 15px;
    height: 1px;
    background-color: #e2e7ec;
}

.ejdh ul dl dd a {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    padding: 0 !important;
}

.ejdh ul dl dd:hover a,
.ejdh ul dl dd.cur a {
    color: #1e5191 !important;
}

.m_r {
    float: right;
    width: calc(100% - 300px);
    margin-top: 40px;
    margin-bottom: 60px;
    min-height: 500px;
    padding: 0 0 40px;
    position: relative;
    z-index: 21;
}

.main1 {
    float: right;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    min-height: 500px;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
}

/* å¯¼èˆªä¸Žåˆ—è¡¨ */
.dqlm {
    float: left;
    width: 100%;
    height: 45px;
    padding-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e4e2df;
}

.dqlm h6 {
    position: relative;
    float: left;
    line-height: 45px;
    font-size: 28px;
    text-align: left;
    color: #333;
}
.dqlm h6::after,.dqlm h6::before{display:block; content:''; width:20px; height:2px; position:absolute; bottom:0; left:0; background-color:#1e5191;}
.dqlm h6::before{left:20px; background-color:#dec28e;}

.dqwz {
    float: right;
    line-height: 45px;
    padding-left:25px;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #888;
    background: url(../img/bg_dqwz.png) no-repeat left center;
}

.dqwz a, .dqwz span {
    font-size: 14px;
    color: #888;
    font-family: "microsoft yahei";
}

.btlist ul {
    margin-top: 20px;
}

.btlist ul li {
    width: 100%;
    float: left;
    display: flex;
    padding: 18px 0 17px;
    border-bottom: 1px dashed #666;
    justify-content: space-between;
}

.btlist ul li .date {
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
    color: #1e5191;
}

.btlist ul li .date b {
    font-size: 24px;
}

.btlist ul li .date span {
    font-size: 16px;
}
.btlist ul li .bt {
    width: calc(100% - 90px);
    height: 60px;
    padding-left: 20px;
    border-left: 1px solid #d3dbe5;
display: flex
;
    justify-content: center;
    align-items: center;
}

.btlist ul li .bt h6 {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btlist ul li .bt h6 a {
    font-size: 18px;
}

.btlist ul li .bt p { display:none;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btlist ul li:hover .bt h6 a{
    color: #1e5191; font-weight: bold;
}


.jslb{float:left; width:100%; margin-bottom: 30px;}
.jslb h6{font-size: 24px; text-align: center;}
.jslb ul{float:left; width:100%;}
.jslb ul li{float:left; width:20%; text-align: center; line-height:30px; padding:10px 0;}
.jslb ul li a{font-size: 16px; color:#333;}
.jslb ul li:hover a{color:#023459;}

.imglist{float:left; width:100%;}
.imglist ul{float:left;width:100%;margin: 10px 0;}
.imglist ul li{float:left;width:100%;display: flex;padding:20px 0;border-bottom:1px dashed #c3c3c3;justify-content: space-between;}
.imglist ul li .date{width: 70px;text-align: center;color:#005ebb;border-top:2px solid #005ebb;}
.imglist ul li .date .year{float:left;font-size:14px;line-height: 30px;width:100%;}
.imglist ul li .date .day{font-size:24px;font-weight: bold;line-height: 50px;}
.imglist ul li .date .read{display: block;width:70px;height:60px;background:url(../img/imgbt_read.png) no-repeat center center;float: left;}
.imglist ul li .pic{width: 300px;height: 200px;overflow:hidden;}
.imglist ul li .pic img{width:100%; 
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;}
.imglist ul li:hover .pic img {
	transform: scale(1.1);}
.imglist ul li .bt{width: calc(100% - 420px);}
.imglist ul li .bt h6{float:left;width:100%;line-height: 40px;}
.imglist ul li .bt h6 a{float:left;width:100%;font-size:18px; color:#333;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.imglist ul li .bt p{float:left;width:100%;font-size:14px;color: #9d9c9c;line-height: 30px;}
.imglist ul li:hover .bt h6 a{
    color: #1e5191; font-weight: bold;
}

.xrld{width:100%;float: left;margin-top: 35px;}
.xrld ul{width:100%}
.xrld ul li{width:100%;background-color: #f7f9fb;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #e2e7ed;}

.xrld ul li .zw{width:30%;padding: 20px 20px;line-height: 30px;}
.xrld ul li .zz{width:70%;padding: 20px 40px;line-height: 30px;border-left: 1px solid #e2e7ed;}
.xrld ul li.st{
    background-color: #1e5191;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.xrld ul li.st .zw,.xrld ul li.st .zz{
    font-size: 18px;
}


.fy {
    float: left;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

/* æ–‡ç« æ ·å¼ */
.article {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.article_title {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.article_title h1, .article_title h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.article_title h1 {
    font-weight: bold;
    line-height: 25px;
}

.article_title h2 {
    line-height: 20px;
}

.article_data {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 30px;
    text-align: center;
    border-bottom: 1px solid #C0C0C0;
    line-height: 20px;
    font-size: 16px;
    color: #8c8c8c;
}

.article_data b {
    margin: 0 10px;
}

.wznr {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    border-bottom: 30px solid #f3f6f8;
}

.wznr p, .wznr p span {
    font-family: "microsoft yahei" !important;
}

.wznr p {
    line-height: 40px;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
   width: 100%;
}

.wznr iframe {
    width: 100% !important;
    margin-left: -2em;
}

.wznr p img {
    margin: 10px auto;
    max-width: 100%;
}

.wznr p table, .wznr table {
    
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    display: table;
    border: 0;
    border-collapse: collapse;
    align: center;
}
.wznr p table td, .wznr td{text-indent:0em !important;}
.wznr p table td p, .wznr td p {
    text-indent: 0;
    text-align: center;
}

.wznr p table td, .wznr p table td {
    overflow-wrap: anywhere;
    white-space: normal;
}

.page {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.page div {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page div a {
    margin-left: 5px;
    color: #333;
    font-size: 18px;
}

.js_tab{position:relative;margin-bottom: 40px; width:100%; float:left;}
.js_tab h6{float:left;width:100%;line-height:30px;padding:10px 0;font-size: 18px;color: #1e5191;}
.js_tab .hd{position:relative; overflow: hidden; width:100%;float:left;}
.js_tab .hd ul{float:left;width: 100%;margin: 40px 0 0 0;text-align: center;}
.js_tab .hd ul li{/* float:left; */font-weight: bold;font-size: 18px;color:#023459;border:1px solid #c6ddeb;background-color:#ebf3f8;margin:0 5.5px;width:296px;line-height:30px;padding:10px 5px;text-align: center;}
.js_tab .hd ul li.on,.js_tab .hd ul li:hover{color:#fff;background-color: #1e5191;color:#fff;border:0;}

.js_tab .bd{position:relative;float:left;width:100%;padding: 20px 0;margin-top:0px;/* border:1px solid #c6ddeb; *//* border-top:0; */}
.js_tab .tempWrap{width:100%; overflow: hidden;}
.js_bd{display:none;width:100%;position:relative; padding:0 20px;}
.zmlb{width: 100%;
    float: left;}
.zmlb h6{
    position: relative;
    font-size: 24px;
    line-height: 50px;
    text-indent: 0;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 20px;
    background-color: #ebf3f8;
    }
.zmlb h6:before{content:'';display:block;position: absolute;top: 10px;left: 0;width: 4px;height: 30px;background-color: #1e5191;}
.zmlb ul{float:left;width:100%;margin-bottom: 40px;}
.zmlb ul li{float:left;width: 12.5%;text-align: left;line-height:30px;padding:10px 0;}
.zmlb ul li a{font-size: 16px; color:#333;}
.zmlb ul li:hover a{color:#023459;}