@charset "utf-8";
/* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    min-width: 1100px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}
ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #1f509c;
    transition: all 0.6s;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.l1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;line-height:1.25}
.l2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.l3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.l4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.l5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.l6{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}
.l7{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}
.img-fit-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.i-tzgg .pic, .index-yxjw .pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.i-tzgg .pic img,.index-yxjw .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic img {
    transform: scale(1.05);
}
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.relative {
    position: relative;
}
.imghover {
    cursor: pointer;
    transition: all 0.6s;
}
.imghover:hover {
    transform: scale(1.2);
}
/*header*/
.header {
    width: 100%;
    height: 167px;
    background: url("../images/top_bg.jpg") center;
    position: relative
}
.top_link {
    color: #aab0c1;
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0 0 0;
    width: 240px;
}
.top_link a {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
}
.logo {
    width: 438px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0;
    display: block;
    height: 83px;
}
.logo a,.logo img{
display: block;

}
/*search*/
.i-search {
    width: 255px;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 18px;
    background: #ffffff;
    border-radius: 0px;
    border-bottom: #c2c9d9 1px solid;
}
.i-search .search-txt {
    width: 190px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #333;
    border: none;
    background: none;
    outline: none
}
.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/btn_search.png") center no-repeat;
    cursor: pointer;
}
/*nav*/
.i-nav {
    width: 100%;
    height: 50px;
    margin: 19px auto 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1200px;
}
.nav a {
    color: #fff;
}
.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}
.nav .nLi h3 {
    float: left;
}
.nav .nLi h3 a {
    display: block;
    padding: 0 11.6px;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    background:url("../images/nav_bgline.png") bottom repeat-x;
}
.nav .sub {
    display: none;
    width: 134px;
    left: 0;
    top: 50px;
    position: absolute;
    background: #000000;
    line-height: 36px;
    padding: 0;
    opacity: 0.7;
}
.nav .sub li {
    zoom: 1;
    border-bottom: #1f1f1f 1px solid;
    text-align: center;
}
.nav .sub a {
    display: block;
    padding: 0 10px;
}
.nav .sub a:hover {
    color: #fff;
    background:#3e6db5;
}
.nav .on h3 a {
    color: #ffffff;
    background:url("../images/nav_bglinehover.png") bottom repeat-x;
}
/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 15px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 50px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.ibanner .hd ul li.on {
    background: #3e6db5;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -113px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}
#importantnews table{width:100%;}
/*imain*/
.news_box {
    margin: 0 auto 40px auto;
    height: auto;
    overflow: hidden;
}
.i-title {
    height: 50px;
    line-height:50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px auto;
    padding: 0 0 5px 0;
    border-bottom: #e5e5e5 1px solid;
}
.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3e6db5;
    display: block;
    float: left;
    padding: 0;
}
.i-title h2 span {
    color: #999999;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    font-style:italic
}
.i-title a {
    display:block;
    font-size:12px;
    float:right;
    color:#9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}
.i-title a:hover {
    color:#330000;
}
.news_box_left {
    width: 720px;
    float: left
}
.tj_img {
    width: 100%;
    overflow: hidden;
}
.tj_img img {
    width: 100%;
    height: 100%;
}
.tj_title {
    margin: 10px 0 0 0
}
.tj_title a {
    color: #3e6db5;
    font-size: 16px;
    line-height: 30px;
}
.tj_title a:hover {
    color: #cc3300;
}
.tj_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.tj_zy a {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
}
.news_box_right {
    float: right;
    width: 440px;
    height: auto;
    overflow: hidden;
}
.top_title {
    margin: 0 0 10px 0
}
.top_title a {
    color: #3e6db5;
    font-size: 22px;
    line-height: 30px;
}
.top_title a:hover {
    color: #cc3300;
}
.top_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.top_zy a {
    color: #595858;
    font-size: 14px;
    line-height: 27px;
}
.top_zy {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
    border-bottom: #dcdcdc 1px dashed;
    padding:0 0 10px 0;
}
.n_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}
.n_list li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    color: #999999;
    font-size: 16px;
}
.n_list li a {
    font-size: 16px;
    color: #333333;
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 15px;
    float: left
}
.n_list li a:hover {
    color: #cc3300
}
.n_list li .date {
    float: right;
    font-size: 14px;
    color: #999999
}
.n_list li i {
    font-style: normal;
    color: #ff9900
}
/*i-tzgg*/
.i-tzgg {
    width:100%;
    background:#eee;
    background-size:cover;
    padding: 30px 0;
}
.tz_box_nr {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.tz_list {
    width: 580px;
    height: auto;
    overflow: hidden;
    margin: 0 30px 38px 0;
    float: left;
    background:rgba(255,255,255,.82);
}
.tz_list .tz_date {
    font-size: 14px;
    color: #ffffff;
    background: #4d78b9;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    float: left;
    opacity: 0.9;
}
.tz_list .tz_date span {
    font-size: 30px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0 0
}
.tz_list .tz_txt {
    float: right;
    width:465px;
    height: 90px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.tz_list .tz_txt h1 {
    color: #242424;
    font-size: 16px;
    line-height: 41px;
}
.tz_list .tz_txt h1 a {
    color: #242424;
}
.tz_list .tz_txt p {
    font-size: 13px;
    line-height: 22px;
    color: #6b6969;
    margin:0;
    padding: 0;
    overflow: hidden;
}
.tz_list .tz_txt p a {
    color: #6b6969;
    word-break: break-all;
}
.tz_txt:hover h1 a {
    color: #cc0000;
}
.tz_list:hover .tz_date {
    opacity: 1;
}
.tz_list:hover p a {
    color: #3e6db5
}
/*i-xsgz*/
.i-xsgz {
    width:100%;
    height: auto;
    overflow:hidden;
    margin: 20px auto 0 auto;
}
.i-xsgz-left {
    width:580px;
    float: left;
    height: auto;
    overflow:hidden;
}
.i-xsgz-right {
    width:580px;
    float: right;
    height: auto;
    overflow:hidden;
}
.tpwz_list {
    width: 580px;
    height: 126px;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.tpwz_list .imgqy {
    width: 180px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.tpwz_list img {
    width: 180px;
    height: 120px;
    padding: 0;
    border: #dfdfdf 1px solid;
    margin-right: 15px
}
.tpwz_list .tpwz_txt {
    float: right;
    width: 370px;
    height: 124px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.tpwz_list .tpwz_txt h1 {
    color: #242424;
    font-size: 18px;
    line-height: 30px;
}
.tpwz_list .tpwz_txt h1 a {
    color: #242424;
}
.tpwz_list .tpwz_txt p {
    font-size: 13px;
    line-height: 30px;
    color: #494949;
    margin:5px 0;
    padding: 0;
}
.tpwz_list .tpwz_txt p a {
    color: #494949
}
.tpwz_txt:hover h1 a {
    color: #cc0000;
}
/*i-wyfc*/
.i-wyfc{
margin-bottom: 30px;
}
.i-wyfc-box {
    width:1200px;
    overflow:hidden;
    position:relative;
}
.i-wyfc-box .hd {
    overflow:hidden;
    height:30px;
    background:#f4f4f4;
    padding:0 10px;
}
.i-wyfc-box .hd .next {
    background-position:0 -50px;
}
.i-wyfc-box .hd .prevStop {
    background-position:-60px 0;
}
.i-wyfc-box .hd .nextStop {
    background-position:-60px -50px;
}
.i-wyfc-box .hd ul {
    float:right;
    overflow:hidden;
    zoom:1;
    margin-top:10px;
    zoom:1;
}
.i-wyfc-box .hd ul li {
    float:left;
    width:9px;
    height:9px;
    overflow:hidden;
    margin-right:5px;
    text-indent:-999px;
    cursor:pointer;
}
.i-wyfc-box .hd ul li.on {
    background-position:0 0;
}
.i-wyfc-box .bd {
    padding:0;
}
.i-wyfc-box .bd .tempWrap {
    width: 1200px !important;
}
.i-wyfc-box .bd ul {
    overflow:hidden;
    zoom:1;
}
.i-wyfc-box .bd ul li {
    margin:0 18px 0 0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    position: relative;
}
.i-wyfc-box .bd ul li .pic {
    text-align:center;
    width: 223px;
    /* height: 315px; */
    min-height: 152px;
    overflow: hidden;
}
.i-wyfc-box .bd ul li .pic img {
    width: 100%;
    height: auto;
    display:block;
    padding:0;
    height: 156px;
}
.i-wyfc-box .bd ul li .pic a:hover img {
    border-color:#999;
}
.i-wyfc-box .bd ul li .title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background:url("../images/tt_bg.png");
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
}
.i-wyfc-box .bd ul li .title a {
    color: #ffffff;
}
.i-wyfc-box .prev,.i-wyfc-box .next{position:absolute; left:1%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.i-wyfc-box .next{left:auto; right:1%; background-position:8px 5px;}
.i-wyfc-box .prev:hover,.i-wyfc-box .next:hover{ filter:alpha(opacity=100);opacity:.7;}
/*listbanner*/
.list_banner {
    width: 100%;
    text-align: center;
}
.list_banner img {
    width: 100%;
}
.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;
}
.this_name {
    float: left;
    width: 240px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: #3e6db5;
    padding: 20px 0;
}
.this_name h1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_name span {
    font-size: 14px;
    color: #d8dfd8;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_dqwz {
    float: right;
    width: 920px;
    text-align: right;
    color: #555555;
    font-size: 16px;
    line-height: 48px;
}
.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #3e6db5;
    font-size: 20px;
}
.this_dqwz .ico_home {
    margin: 0 5px;
}
/*list_main*/
.list_main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden
}
.list_main_left {
    width: 240px;
    float: left;
}
.list_main_right {
    width: 920px;
    float: right;
    padding: 10px 0;
}
.list_sub {
    width: 100%;
    min-height: 300px;
    background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
}
.list_sub li {
    width: 100%;
    padding: 5px 0 5px 20px;
}
.list_sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 16px;
}
.list_sub li a:hover {
    background: #ffffff;
    border-left: #b7b7b7 2px solid;
    color: #555555;
    font-weight: bold;
}
.list_sub .on_here {
    background: #ffffff;
    border-left: #3e6db5 2px solid;
    color: #3e6db5;
    font-weight: bold;
}
/*list_box*/
.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}
.list_box li {
    line-height: 46px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}
.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_001.png") left center no-repeat;
}
.list_box li:hover {
    background: #f8f8f8;
    color: #cc3300;
}
.list_box li a:hover {
    background: url("../images/ico_001.png") left center no-repeat #ececec;
    color: #cc3300;
}
.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}
/*piclist*/
.pic-list {
    width: 960px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}
.pic-list ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.pic-list li {
    width: 285px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}
.pic-list li img {
    width: 290px;
    height: 190px;
    border: #efefef 1px solid;
    padding: 5px;
}
.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}
.pic-list li a {
}
.pic-list li a:hover {
    color: #000;
}
.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}
/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}
.c-content .c-title {
    font-size: 30px;
    color: #222;
    line-height: 50px;
    text-align: center
}
.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}
.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}
.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}
.c-content .nr-info p {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
}
.attach_block{
    font-size: 17px;
    color: #333;
    line-height; 1.8;
}
.attach_block p {
    margin:0;
}
.wz_fj {
}
.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}
.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}
.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}
.wzclose-relative span {
    margin: 0 15px;
}
.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
}
.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}
.i-sxt a:hover {
    color: #cc0010;
}
/**/
/*c-content*/
.icontent {
    width: 1240px;
    border: #e5e5e5 1px solid;
    padding:0 20px;
    background: #fcfcfc;
    overflow: hidden;
    margin: 15px auto;
    box-sizing: border-box;
}
.icontent .lm_name {
    height: 70px;
    line-height: 70px;
    border-bottom: #cccccc 1px solid
}
.icontent .lm_name h2 {
    float: left;
    width: 130px;
    text-align: center;
    height: 69px;
    font-size: 24px;
    color: #3e6db5;
    font-weight: bold;
    border-bottom: #3e6db5 3px solid;
}
.icontent .lm_name span {
    float: right;
    color: #666666;
    font-size: 12px;
}
.icontent .lm_name span a {
    color: #666666;
}
.wafx {
    padding: 0;
    position: absolute;
    right: 0;
    top:40px;
}
/*end*/
.end {
    background: url("../images/end_bg.jpg") center no-repeat #385f9a;
    background-size:cover;
    width: 100%;
    height:248px;
    overflow:hidden;
margin-top: 30px;
}
.end_left {
    width: 960px;
    float: left;
}
.end_right {
    /*! width: 184px; */
    float: right;
}
.i-yqlj {
    width: 100%;
    /*! min-height: 46px; */
    overflow: hidden;
}
.i-yqlj a {
    display: block;
    width: 16.66666%;
    float: left;
    color: #ffffff;
    line-height: 1.8;
}
.i-yqlj a:hover {
    color: #aebed5;
}
.i-yqlj-image ul {
overflow:hidden;
margin: 0 -10px;
}
.i-yqlj-image li {
float:left;
width: 16.66%;
}
.i-yqlj-image li div{
padding: 5px 10px;
}
.i-yqlj-image li div a,.i-yqlj-image li div img{
display:block;
width:100%;
height: 40px;
}
.i-yqlj-image li div a{
border: 1px solid #fff;
}
.copright {
    border-top: #aebed5 1px solid;
    margin-top: 10px;
    padding: 0;
}
.copright p {
    color: #ffffff;
    line-height: 16px;
}
.wx_sm {
    width: 94px;
    float:right;
    margin-top: 80px;
}
.wx_sm img{
width: 100%;
}
.wx_sm span {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 2;
    margin-top: 6px;
}
.pubitem {
    display: flex;
    align-items: center;
}

.pubitem .date {
    text-align: center;
    margin-right: 30px;
}

.pubitem .date span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #1a53a8;
}

.pubitem .date b {
    display: block;
    font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #1a53a8;
    margin-top: 5px;
}

.pubitem .info {
    flex: 1;
    min-width: 0;
}

.pubitem .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    max-height: 72px;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pubitem:hover .info h3 {
    color: #1a53a8;
}

.s2-c {
    display: flex;
}

.s2-l {

}

.s2-lc {
    display: flex;
}

.s2-ll {
    width: 630px;
    margin-right: 3%;
    background: rgba(255,255,255,0.7);
    padding-bottom: 10px;
}
.s2-ll .mtjj-swiper{
    margin-bottom: 20px;
}
.mtjj-swiper{
    position:relative;
}

.mtjj-pagination{
    position:absolute;
    bottom: 26px;
    right: 10px;
    z-index:9;
    text-align:center;
    width:auto;
}
.mtjj-pagination span{
    background:#fff;
    opacity:1;
    margin:0 3px;
    cursor:pointer;
}
.mtjj-pagination .swiper-pagination-bullet-active{
    background:#1a53a8;
}


.s2-ll .mtjj-swiper a{
    display:block;
    position:relative;
}
.s2-ll .first .pic{
    
position: relative;
    
padding-top: 65%;
}

.s2-ll .first .info{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    padding: 30px 20px;
}
.s2-ll .first .info h3{
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    width: calc(100% - 80px);
}

.s2-ll ul li {
    padding:0 30px;
}
.s2-ll ul li a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(26,83,168,0.18);
    /* justify-content: space-around; */
}
.s2-ll ul li:last-child a{
    border-bottom:none;
}

.s2-ll ul li a .pic {
    padding-top: 56%;
}

.s2-ll ul li .ico{
    width: 120px;
}
.s2-ll ul li .ico img{
    width:100%;
}

.s2-ll ul li a .info {
    /* background-color: #ffffff; */
    /* padding: 30px 40px 40px 40px; */
    margin-left: 15px;
    /* width: calc(100% - 150px); */
    /* flex: none; */
}

.s2-ll ul li a .info span {
    display: block;
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #1a53a8;
}

.s2-ll ul li a .info h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
    /* margin: 17px 0; */
}

.s2-ll ul li a .info p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}

.s2-ll ul li a:hover .info h3 {
    color: #1a53a8;
}

.s2-lr ul {
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    padding: 0 15px;
}

.s2-lr ul li {
    padding: 25px 0;
    border-bottom: 1px solid rgba(26, 83, 168, 0.18);
}
.s2-lr ul li:last-child{
    border-bottom:none;
}

.s2-lr ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 122px; */
    /* margin-right: 15px; */
    /* padding: 0 30px; */
    /* padding-bottom: 20px; */
    position: relative;
    /* background-color: #ffffff; */
}

.s2-lr ul li .ico{
    width: 100px;
}
.s2-lr ul li .ico img{
    width:100%;
}

.s2-lr ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
    /* width: 100%; */
    /* margin-left: 15px; */
    width: calc(100% - 110px);
}

.s2-lr ul li a .date {
    position: absolute;
    right: -15px;
    bottom: -10px;
    background-color: #1a53a8;
    text-align: center;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}

.s2-lr ul li a .date::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-width: 0 0 57px 57px;
    border-style: solid;
    border-color: transparent transparent #1a53a8 transparent;
}

.s2-lr ul li a .date span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    color: #ffffff;
    display: block;
}

.s2-lr ul li a .date b {
    font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    color: #ffffff;
    display: block;
}

.s2-lr ul li a:hover h3 {
    color: #1a53a8;
}

.s2-lr {
    flex: 1;
    min-width: 0;
    background: rgba(255,255,255,0.7);
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-r ul li {
    position: relative;
    /* background: #fff; */
    margin-top: 23px;
}

.s2-r ul li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 15px;
    height: 15px;
    background: url(../images/s2-ritem-sj.png) no-repeat;
    background-size: 100%;
}

.s2-r ul li:nth-child(2n):before {
    right: 20px;
}

.s2-r ul li:nth-child(2n+1):before {
    left: 20px;
}

.s2-r ul li:nth-child(1) {
    margin-top: 0;
}

.s2-r ul li a {
    height: 108px;
    padding: 0 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.s4-c {
    display: flex;
width:100%;
}

.s4-l {
width:100%;
}

.s4-l .title {
    justify-content: space-between;
    align-items: center;
}

.s4-l .s4-arrow {
    margin-right: 100px;
    display: flex;
    align-items: center;
}

.s4-l .s4-arrow div:nth-child(1) {
    margin-right: 20px;
}

.s4-l .s4-arrow div img {
    display: block;
    height: 40px;
    cursor: pointer;
}

.s4-l .s4-arrow div {
    border-radius: 50%;
    transition: all 0.5s;
}

.s4-l .s4-arrow div:hover {
    background: rgba(26, 83, 168, .25);
}

.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-rc {
    background: #e9f1fc url(../images/s4-rbj.png) no-repeat;
    background-position: right top;
    padding: 50px 25px 25px 25px;
}

.s4-first a {
    display: flex;
    align-items: center;
}

.s4-first a .pics {
    width: 188px;
    margin-right: 20px;
}

.s4-first a .pics .pic {
    padding-top: 73.9%;
}

.s4-first a .info {
    flex: 1;
    min-width: 0;
}

.s4-first a .info span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #1a53a8;
}

.s4-first a .info h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 66px;
    margin-top: 10px;
}

.s4-first a:hover .info h3 {
    color: #1a53a8;
}

.s4-rc ul {
    padding: 35px 0 0 0;
}

.s4-rc ul li {
    padding: 27px 0;
    border-top: 1px solid rgba(26, 83, 168, .25);
}
.index-yxjw {
    display:flex;
}


.yxjw-r{
    flex: 1;
    min-width: 0;
    margin-left: 10px;
    position: relative; background-color: rgba(255,255,255,0.7);
}


.index-yxjw ul {
   
    padding: 5px 20px;
}

.index-yxjw ul li a {
    padding: 20px 0;
    border-bottom: 1px solid #e6edf9;
    position: relative;
}

.index-yxjw ul li a:before{
    /* content:""; */
    width:1px;
    height:16px;
    background:#c1d9fc;
    position:absolute;
    left:68px;
}

.index-yxjw ul li:last-child a {
    border-bottom: none;
}

.yxjw-swiper{
    position:relative;
}

.yxjw-pagination{
    position:absolute;
    bottom: 26px;
    right: 10px;
    z-index:9;
    text-align:center;
    width:auto;
}
.yxjw-pagination span{
    background:#fff;
    opacity:1;
    margin:0 3px;
    cursor:pointer;
}
.yxjw-pagination .swiper-pagination-bullet-active{
    background:#1a53a8;
}


.yxjw-l {
    width: 62%;
    margin-right: 1%;
    background: rgba(255,255,255,0.7);
    padding-bottom:20px;
}
.yxjw-l ul{
    padding:0;
}
.yxjw-l .yxjw-swiper{
    margin-bottom:20px;
}
.yxjw-l .first a{
    display:block;
    position:relative;
}
.yxjw-l .first .pic{
    
position: relative;
    
padding-top: 65%;
}

.yxjw-l .first .info{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    padding: 30px 20px;
}
.yxjw-l .first .info h3{
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    width: calc(100% - 80px);
}

.yxjw-l ul li{
    padding:0 30px;
}
#contentText *{
font-family:'Microsoft Yahei'!important;
font-size:16px!important;
}
#contentText table{
border-collapse:collapse;
margin: 0 auto!important;
float:none!important;
}
#contentText table,#contentText table td{
border:1px solid #333!important;
}
#contentText table td,#contentText table td *{
text-indent:unset!important;
}
