@charset "utf-8";

/* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
   /* max-width: 1400px;*/
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    /* position: relative; */
    margin: 0 auto;
}
td{
border-color: rgb(221, 221, 221);
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;}
 
table{border-color: rgb(221, 221, 221);border-width: 1px;border-collapse:collapse;margin: auto;} 
  
 
table tr td  p{
text-indent: 0em!important;

} 
 
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: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1300 {
    max-width: 1300px;
    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);
}

/*ydy*/
.ydy_main {}

.ydy_logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    margin: 30px auto;
}

.ydy_title {
    text-align: center;
    width: 100%;
    margin: 13% auto 100px auto;
}

.ydy_open {
    width: 90%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.ydy_open a {
    display: block;
    width: 50%;
    float: left;
    padding-top: 10px;
    transition: all .3s;
}

.ydy_open a:hover {
    padding-top: 0;
    transition: all .3s;
}

.ydy_open img {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s;
}

.ydy_open img:hover {
    background: #ffffff;
    transition: all .3s;
}

/**/
.top_line {
    background: #0952a6;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    font-size: 12px;
}

.top_line_l {
    float: left;
    width: 50%;
}

.top_line_r {
    float: right;
    width: 50%;
    text-align: right
}

.top_line_r a {
    color: #ffffff;
    padding: 0 5px;
}

.header {
    width: 100%;
    height: 150px;
    background: #2A6868;
    background-size: 100% 100%;
}


.header .logo {
    padding: 32px 0 0 0;
    /* width: 100%; */
    /* margin: 0 auto; */
    /* text-align: center; */
    float: left;
}

.top_right {
    float: right;
    padding-top: 15px;
}

.top_links {
    font-size: 12px;
    color: #7893c3;
    line-height: 40px;
    height: 40px;
    padding: 24px 15px 0 0;
    text-align: right;
    width: 160px;
    float: right;
}

.top_links a {
    color: #7893c3;
    padding: 0 7px
}

.top_links a:hover {
    color: #c2c2c2
}

/*inav*/
.inavbox {
    background: #2A6868;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

.lminavbox {
    margin: 0 auto !important;
    width: 100% !important;
}

.inav {
    padding: 0;
    height: 54px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    float: left;
}

.inav a {
    color: #fff;
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;

}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0 59px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    font-weight: bold;
}


.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 54px;
    position: absolute;
    background: #2a6868;
    line-height: 36px;
    padding: 0;
    font-size: 15px;
    text-align: center;
}

.inav .sub li {
    zoom: 1;
}

.inav .sub a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
}

.inav .sub a:hover {
    background: #ffffff;
    color: #115888;
}

.inav .on h3 a {
    background: #ACD6CC;
    color: #ffffff;
}

.inav h3 a:hover {
    background: #acd6cc;
    color: #ffffff;
}

/*search*/
.i-search {
    width: 220px;
    height: 30px;
    overflow: hidden;
    position: relative;
    float: right;
    top: 60px;
    border: #ffffff 1px solid;
    border-radius: 20px;
    right: 23px;
}

.i-search .search-txt {
    width: 200px;
    padding: 0 0 0 15px;
    height: 32px;
    line-height: 32px;
    _line-height: 32px;
    background: none;
    color: #ffffff;
    background: none;
    margin: 0;
    outline: none;
    border: none;
    width: 90%;
}

.i-search .search-btn {
    width: 40px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    margin-top: 1px;
    background: url("../images/ico_search.png") no-repeat center center;
    border: 0;
    color: #ffffff;
    cursor: pointer
}

.i-search .search-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}

/*fa_info*/
.fabox {
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
    padding: 15px 0
}

.fabox .fa_info {
    width: 375px;
    height: 385px;
    background: #ffffff;
    position: relative
}

.fabox .fa_info_t {
    width: 100%;
    margin: 0 auto 15px auto;
    height: 34px;
    line-height: 34px;
}

.fabox .fa_info_t h1 {
    font-size: 18px;
    color: #ffffff;
    display: block;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    background: url(../images/cg_title_bg.png);
    text-align: center;
    float: left;
}

.fa_info_img {
    width: 375px;
    height: 152px;
    margin: 0 auto;
    overflow: hidden
}

.fa_info_img img {
    width: 375px;
    height: 152px;
}

.fabox .fa_info_p p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 26px;
    color: #5a5a5a;
    margin: 0 0 0 0;
    padding: 0;
    text-align: justify
}

.cgqt_more {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    text-align: center;
    background: #e1f3ff;
    color: #c5c5c5;
}

.fabox .fa_info_more {
    font-size: 14px;
    color: #0952a6;
    text-align: center;
    display: block;
    width: 110px;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.fabox .fa_info_more:hover {
    color: #cc0000
}

.aboutbox_nr {
    width: 90%;
    padding: 5%;
    height: auto;
    overflow: hidden;
}

.aboutbox_nr p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin: 0 0 0 0;
    padding: 0;
    text-align: justify;
}

.aboutbox_nr img {
    display: block;
    width: 125px;
    height: 90px;
    float: left;
    margin: 0 10px 10px 0
}

.aboutbox_nrmore {
    display: none;
    font-size: 16px;
    color: #d20000;
    margin-left: 15px;
}

.aboutbox_title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: #c0c6ca 1px solid;
}

.aboutbox_title h1 {
    font-size: 18px;
    color: #333333;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    float: left;
    font-weight: bold;

}

.cg_more {
    display: block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    text-align: center;
    background: url("../images/cg_more.png") center 20px no-repeat #ffffff;
    opacity: 0.7;
    color: #8c9194;
    font-weight: bold;


}

.cg_more a {
    color: #c2c2c2;
    font-size: 14px;
}

.cg_more:hover {
    color: #000000;
    opacity: 1
}

.fabox .fa_info_p {
    padding: 15px 20px;
    height: 145px;
    overflow: hidden;
    background: #f5f5f5;
}

/*aboutbox*/
.i_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: url("../images/banner_bg.png") center no-repeat #f5f9fb;
}

.cg_jjbox {
    width: 1480px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.cg_jdt {
    margin: 0 auto;
}

.cg_jdt img {
    width: 1480px;
}

.cg_jdt {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.cg_jdt .hd {
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 1;
    text-align: center;
    left: 0;
}

.cg_jdt .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.cg_jdt .hd ul li {
    float: left;
    margin: 0 10px;
    width: 27px;
    height: 33px;
    line-height: 8px;
    text-align: center;
    background: url("../images/ico_hmb.png") center no-repeat;
    cursor: pointer;
    border-radius: 50%
}

.cg_jdt .hd ul li.on {
    background: url("../images/ico_hmh.png") center no-repeat;
    color: #fff;
}

.cg_jdt .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_jdt .bd li {
    zoom: 1;
    vertical-align: middle;
}

.cg_jdt .bd li a {
    display: block;
    position: relative;
}

.cg_jdt .bd li h2 {
    display: block;
    width: 96%;
    padding: 0 2%;
    position: absolute;
    z-index: 8;
    font-size: 16px;
    margin-top: 5px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    bottom: 0;
    color: #ffffff;
    background: url("../images/tt_bg.png");
}

.cg_jdt .bd img {
    width: 100%;
    display: block;
}

.cg_jdt .prev,
.cg_jdt .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/picnews-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.cg_jdt .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.cg_jdt .prev:hover,
.cg_jdt .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cg_jdt .prevStop {
    display: none;
}

.cg_jdt .nextStop {
    display: none;
}

/**/
.title_01 {
    width: 100%;
}

.title_03 {
    width: 100%;
    height: auto;
    overflow: hidden
}

.title_03 h1 {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    height: 56px;
    line-height: 56px;
    position: relative;
}

.title_03 h1 span {
    position: absolute;
    left: 55px;
    top: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.title_more {
    display: block;
    float: right;
    height: 56px;
    line-height: 56px;
    color: #d6a30e;
    font-size: 15px;
    padding: 0 15px;
}

.title_more:hover {
    color: #cc0000
}

/**/
.qtcgbg {
    width: 100%;
    height: 294px;
    margin: 0 auto 20px auto;
    background: url("../images/cghjbg.jpg") center bottom no-repeat;
    background-size: 100% auto;
}

.qtcgtitle {
    width: 68px;
    overflow: hidden;
    background: url("../images/ts_titlebg.png") left center no-repeat;
    height: 100%;
    position: relative;
    float: left;
}

.clbox_nr {
    float: left;
    margin: 20px 0 0 15px;
}

.clbox_nr .clbox_nrtxt {
    float: left
}

.clbox_nr .clbox_nrtxt p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    text-indent: 2em
}

.clbox_nr .clbox_nrimg {
    display: block;
    width: 132px;
    height: 160px;
    overflow: hidden;
    float: right
}

.clbox_nr .clbox_nrimg img {
    display: block;
    width: 132px;
    height: 160px;
    margin: 0 auto
}

/**/
.i_box_bk_list {
    width: 100%;
    margin: 25px auto 0 auto;
}

.i_box_bk_list li {
    width: 94%;
    padding: 0 3%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 10px;
}

.i_box_bk_list li a {
    color: #333333;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 3%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_002.png") left center no-repeat;
    position: relative;
    padding-right: 100px;
}

.i_box_bk_list li span {
    float: right;
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.i_box_bk_list li:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
}

.i_box_bk_list li:hover span {
    color: #2A6868;
    font-weight: 600;
}

.i_box_bk_list li:hover a {
    color: #2A6868;
    font-weight: 600;
}

/**/
.i_box_bk_list2 {
    width: 100%;
    margin: 25px auto 0 auto;
    height: auto;
    overflow: hidden;
}

.i_box_bk_list2 ul {
    width: 105%
}

.i_box_bk_list2 li {
    width: 41%;
    margin-right: 2%;
    padding: 0 3%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 50px;
    height: 110px;
    overflow: hidden;
    background: url("../images/bkico1.png") left top no-repeat #ffffff;
    margin-bottom: 10px;
    float: left;
}

.i_box_bk_list2 li a {
    color: #333333;
    font-size: 17px;
    float: left;
    display: block;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    width: 97%;
    padding-top: 24px;
    padding-left: 2%;
    text-align: left;
    transition: all 0.2s;
    line-height: 30px;
}

.i_box_bk_list2 li span {
    float: right;
    color: #7d7d7d;
}

.i_box_bk_list2 li:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    background: url("../images/bkico2.png") left top no-repeat #ffffff;
}

.i_box_bk_list2 li:hover span {
    color: #d6a30e
}

.i_box_bk_list2 li:hover a {
    color: #2A6868;
    font-weight: 600;
}

/**/
.qtcgtitle h1 {
    width: 30px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(50%, -50%);
    line-height: 20px;
}

.qtcgbg .qtcgbgleft {
    width: 51.5%;
    height: 290px;
    overflow: hidden;
    float: left;
}


.qtcgbg .qtcgbgright {
    width: 44.5%;
    height: 290px;
    overflow: hidden;
    float: right;
}

.cl_spbox {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden
}

.cl_spbox_i {
    display: block;
    margin: 0 auto;
    height: 140px;
    overflow: hidden
}

.cl_spbox_i img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 140px;
    overflow: hidden
}

.cl_spbox_t {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 10px
}

.cl_spbox_p {
    position: absolute;
    bottom: 35px;
    left: 40%;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/sp_play.png) center no-repeat;
    z-index: 92;
}

/**/
.aboutbox {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 40px auto;
    padding: 0 0 10px 0;
}

.aboutbox .ab_sp {
    width: 360px;
    height: 260px;
    overflow: hidden;
    float: left;
    position: relative;
    background: #000000
}

.aboutbox .ab_sp img {
    width: 360px;
    height: 260px;
    opacity: 0.9
}

.aboutbox .ab_sp:hover img {
    opacity: 1
}

.aboutbox .ab_sp .playico {
    position: absolute;
    display: block;
    width: 63px;
    height: 63px;
    background: url("../images/playico.png") center no-repeat;
    z-index: 9;
    left: 43%;
    top: 100px;
    opacity: 0.8
}

.aboutbox .ab_sp:hover .playico {
    opacity: 1
}

.aboutbox .ab_cgjj {
    width: 825px;
    height: 310px;
    float: left;
    position: relative;
    text-align: justify;
}

.aboutbox .ab_zywt {
    width: 350px;
    float: right;
    height: 260px;
    position: relative
}

.aboutbox .a_info_more {
    font-size: 14px;
    color: #cc0000;
    text-align: center;
    display: block;
    width: 110px;
    margin: 0 auto 5px auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.aboutbox .a_info_more:hover {
    color: #cc0000
}

/*r_btn*/
.r_btn {
    width: 210px;
    height: 390px;
    overflow: hidden;
    float: right
}

.r_btn .a_link {
    width: 210px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 7px;
    border-left: #0953a9 4px solid;
}

.r_btn .a_link a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #0953a9;
    float: right;
    font-weight: bold;
}

.r_btn .a_link i {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    padding: 10px 5px 0 10px
}

.r_btn .a_link:hover {
    background-color: #cae6f8
}

.r_btn .a_link:hover a {
    color: #cc0000
}

/**/
.gdxwbox {
    height: 240px;
    background: #f5f9fb;
    overflow: hidden;
    padding: 5px 0;
    margin: 10px auto 60px auto;
}
.jxsj{
    height:250px
}

.gdxwbox_title {
    width: 65px;
    text-align: center;
    float: left;
    margin-right: 35px;
}

.gdxwbox_title a {
    display: block;
    position: relative;
}

.gdxwbox_title a span {
    position: absolute;
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    top: 70px;
    left: 20px;
    width: 24px;
    line-height: 25px;
}

.gdxwbox_list {
    height: 200px;
    overflow: hidden;
    width: 100%;
}

.gdxwbox_list ul {
    padding: 15px 0 0 0;
}

.gdxwbox_list li {
    width: 46%;
    float: left;
    line-height: 22px;
    height: 22px;
    font-size: 17px;
    margin: 10px 3% 10px 0;
}

.gdxwbox_list li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #000;
}

.gdxwbox_list li span {
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    padding: 0 5px;
    background: #ACD6CC;
    color: #ffffff;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.gdxwbox_list li:hover span {
    background: #2A6868;
}

.gdxwbox_list li:hover a {
    color: #2A6868;
    font-weight: 600;
}

/**/
.cgjj_mtv {
    width: 670px;
    height: 423px;
    float: left;
    /* background: url("../images/cgsp_bg.png") left top no-repeat; */
    position: relative;
    overflow: hidden;
    margin-right: 50px;
}

.cgjj_mtv>h2 {
    position: absolute;
    left: 70px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    top: 15px;
}
.cgjj_mtv  video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 65px 0 0 0px;
}

.cgjj_mtvpic {
    display: block;
    margin: 65px 0 0 25px;
    background: #000000;
    position: relative;
    padding-top: 53%;
}

.cgjj_mtvpic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cgjj_mtvpic:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

/*cgjj_box*/
.cgjj_box {
    height: 435px;
    padding: 0;
    background: #f5f9fb;
    overflow: hidden;
}

.cgjj_box:hover {
    background: #effaff
}

/**/
.ixy_box {
    position: relative;
    height: 270px;
    max-width: 1300px;
    margin: 20px auto;
}

.ixy_box .prev {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.ixy_box .next {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.ixy_box .prev {
    background: url(../images/cgzsjt.png) -59px 0 no-repeat;
    color: #ffffff;
    right: -50px;
    opacity: 0.5;
}

.ixy_box .next {
    left: -55px;
    margin-left: 0;
    background: url(../images/cgzsjt.png) 0 0 no-repeat;
    color: #ffffff;
    opacity: 0.5;
}

.ixy_box .next:hover, .ixy_box .prev:hover {
    opacity: 1;
}

.ixy_box .bd {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}
.ixy_box .bd .tempWrap{
    width: 1300px !important;
}

.ixy_box .bd li {
    float: left;
    width: 227px !important;
    height: 167px;
    margin: 0 14px;
    overflow: hidden;
    position: relative;
    border: #dddddd 1px solid;
    padding: 0px;
}

.ry_txt {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    width: 226px;
    text-align: center;
    color: #ffffff;
    background: url("../images/tt_bg.png")
}

.ixy_box .bd li:hover a {
    color: #ffffff;
}

.ixy_box .bd li:hover img {
    /* transform: scale(1.2); */
}

.ixy_box .bd li:hover span {
    color: #ffffff
}

.ixy_box .bd li:hover i {
    opacity: 1
}

.ixy_box .bd li .pic {
    width: 226px;
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    /* padding-top: 133%; */
}

.ixy_box .bd li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.ixy_box .bd li span {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 0 0 0;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*linkbox*/
.linkbox {
    height: 350px;
    /* overflow: hidden; */
    padding: 0 0;
    background: #ffffff;
    max-width: 1300px;
    margin: 0 auto 40px auto;
    background-size: 100% 100%;
    display: none;
}

.linkbox li {
    width: 25%;
    float: left
}

.linkbox li:hover img {
    transform: rotateY(180deg);
    transition: all .6s;
}

.linkbox li img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    transition: all .6s;
}

.linkbox .linktitle {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    padding: 15px 0;
    color: #000000
}

.linkico1, .linkico2, .linkico3, .linkico4 {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.linkico1 {
    background: #0ec8b3
}

.linkico2 {
    background: #d9885e
}

.linkico3 {
    background: #ac82c1
}

.linkico4 {
    background: #dc594f
}

/*lmleft*/
.listmain {
    height: 100%;
    position: relative;
    padding: 0 0 0 0;
    max-width: 1300px;
    margin: 30px auto 0 auto;
    min-height: 600px;
}

.lm-left {
    width: 260px;
    float: left;
    padding: 0 0 0 0;
    /* position: absolute; */
    margin-right: 30px;
}

.lm-left .left-lmname {
    background: #2a6868;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0;
    overflow: hidden;
}

.lm-left .left-lmname h1 {
    /* position: relative; */
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    padding: 0 0 0 30px;
    z-index: 999;
    /* top: 14px; */
    /* left: 49px; */
    text-align: left;
    width: 100%;
    display: block;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 10px;
    line-height: 30px;
    width: 100%;
    display: block;
    text-align: center;
}

.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width: 260px;
    padding: 0 0;
    border: #e9e9e9 1px solid;
}

.lm-left .list-sub a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
    text-align: left;
    border-bottom: #ffffff 1px solid;
    border-left: #a3a3a3 5px solid;
    background: #e9e9e9;
    text-indent: 2em;
}

.lm-left .list-sub a i {
    background: url("../images/sub_jtbg.png") -44px center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
    margin: 0 15px 0 0
}

.lm-left .list-sub a:hover i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
}

.lm-left .list-sub a:last-child {
    border-bottom: none
}

.lm-left .list-sub a:hover {
    background: #0069bc;
    color: #ffffff;
    border-left: #004987 5px solid;
}

.lm-left .list-sub #this-on {
    background: #0069bc;
    color: #ffffff;
    border-left: #004987 5px solid;
}

.lm-left .list-sub #this-on i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
}

/**/
.lm-right {
    margin-right: 0;
    background: #ffffff;
    overflow: hidden;
}

.this-name {
    background: #f5f5f5;
    line-height: 0;
    height: auto;
    padding: 0 10px;
    margin: 0 10px;
    color: #ffffff;
    min-height: 50px;
}

.this-name h1 {
    color: #999999;
    font-size: 18px;
    line-height: 50px;
    padding: 0 25px 0 25px;
    float: left;
    background: #f5f5f5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.this-name span {

color: #999999;

font-size: 14px;

background: url("../images/ico_home.png") left 16px no-repeat;

padding: 0 0 0 20px;

height: auto;

line-height: 50px;

display: block;

width: 100%;
}

.this-name span a {
    color: #999999;

}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0 20px 0;
}

.lm-right .lm_list li {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
    border-bottom: #e0e0e0 1px dashed;
    position: relative;
}

.lm-right .lm_list li a {
    color: #000;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 16px;
    background: url("../images/ico_0021.png") left center no-repeat;
    display: block;
    text-align: left;
    padding-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lm-right .lm_list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #d6a30e
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #d6a30e;
}


.lm-right .ssjg_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0 20px 0;
}

.lm-right .ssjg_list li {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
    border-bottom: #e0e0e0 1px dashed;
}

.lm-right .ssjg_list li span {

    font-size: inherit;

    font-family: inherit;

    color: #cc0000;
}

.lm-right .ssjg_list li a {
    color: #4a4a4a;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    background: url("../images/ico_0021.png") left center no-repeat;
}

.lm-right .ssjg_list li:hover {
    background: #ececec;
    color: #cc0000
}

.lm-right .ssjg_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #cc0000
}

.lm-right .ssjg_list li em {
    font-style: normal;
}

.lm-right .list-fy {
    text-align: center;
    margin: 20px auto;
    /* min-height: 40px; */
}

/*list_subs*/
.list_subs {
    width: 260px;
    margin: 0 auto 0 auto;
    border-left: #2a6868 10px solid;
}

.list_subs ul li {
    border-bottom: 0;
}

.list_subs ul li a {
    color: #555555;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: #dedede 1px solid;
    width: 80%;
    margin: 0 auto;
    padding: 0 15px;
}

.list_subs ul li .inactive {
    background: url("../images/suboff.png") no-repeat 205px center;
}

.list_subs ul li .inactives {
    background: url("../images/subon.png") no-repeat 205px center;
    color: #acd6cc;
    font-weight: bold;
}


.list_subs ul li ul {
    display: none;
}

.list_subs ul li ul li {
    border-left: 0;
    border-right: 0;
    background-color: #f7f7f7;
    border-color: #467ca2;
    background-image: url("../images/subico2j.png") !important;
    background-position: 20px;
    background-repeat: no-repeat;
}

.list_subs ul li ul li:hover {
    background-image: url("../images/subico2hj.png") !important;
    background-position: 20px;
    background-repeat: no-repeat;
}

.list_subs ul li ul li ul {
    display: none;
}

.list_subs ul li ul li a {
    padding-left: 30px;
    font-size: 15px;

}

.list_subs ul li ul li ul li {
    background-color: #f7f7f7;
    border-color: #6196bb;
    background-image: url(../images/subico3j.png) !important;
    background-position: 32px;
    background-repeat: no-repeat;
}

.list_subs ul li ul li ul li:hover {
    background-image: url(../images/subico3hj.png) !important;
    background-position: 32px;
    background-repeat: no-repeat;
}

.last {
    background-color: #d6e6f1;
    border-color: #6196bb;
}

.list_subs ul li ul li ul li a {
    color: #666666;
    padding-left: 45px;
    font-size: 14px;
    font-weight: normal;
}


.list_subs ul li a:hover {
    color: #acd6cc;
    font-weight: bold;
}

.list_subs .thisnav {
    color: #acd6cc;
    font-weight: bold
}

/**/
/*pictxt*/
.tw_list {
    padding: 30px 0
}

.hot-new {
    overflow: hidden;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.hot-new .pic-box {
    float: left;
    width: 280px;
    height: 195px;
    position: relative;
    margin-right: 42px;
    overflow: hidden;
}

.hot-new .pic {
    width: 280px;
    height: 195px;
    position: relative;
    overflow: hidden;
}

.hot-new .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 195px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hot-new .pic:hover img {
    --webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.hot-new .pic-box i {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 43px;
}

.hot-new .txt {
    padding-bottom: 0;
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

.hot-new .txt h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    background: url("../images/tt_xhx.png") left bottom no-repeat;
}

.hot-new .txt h3 a {
    color: #000000;
}

.hot-new .txt h3 a:hover {
    color: #d6a30e;
}

.hot-new .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 85px;
    margin: 10px auto;
}

.hot-new .txt .btn-look {
    display: block;
    margin-top: 35px;
    width: 98px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #d6a30e;
    background-color: #d6a30e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hot-new .txt .btn-look:hover {
    border: 1px solid #d6a30e;
    color: #d6a30e;
    background-color: #fff;
}

.hot-new .txt .time {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #555;
    background: url(../images/ico_date.png) no-repeat left center;
}

.ul-news li .inner {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}

.ul-news li:first-child .inner {
    border-top: none;
}

.ul-news .time {
    float: left;
    width: 75px;
    margin-right: 20px;
}

.ul-news .time strong {
    display: block;
    font-size: 30px;
    font-family: "Arial";
    color: #fff;
    background-color: #008f40;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.ul-news .time span {
    border: 1px solid #008f40;
    border-top: none;
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    height: 29px;
    line-height: 29px;
    text-align: center;
}

.ul-news .txt {
    overflow: hidden;
    padding-top: 4px;
}

.ul-news .txt h4 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.ul-news .txt h4 a {
    color: #555;
}

.ul-news .txt p {
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 24px;
}

.ul-news li:hover {
    background-color: #f2f2f2;
}

.ul-news li:hover .time strong {
    background-color: #008f40;
}

.ul-news li:hover .time span,
.ul-news li:hover .txt h4 a,
.ul-news li:hover .txt p {
    color: #008f40;
}

.pzf_sx {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #808080;
    line-height: 27px
}

.pzf_sx .pzf_time {
    font-style: normal;
    background: url("../images/ico_date.png") left center no-repeat;
    padding-left: 20px
}

.pzf_sx .pzf_yd {
    font-style: normal;
    padding-left: 20px;
    margin-left: 50px
}

.hot-new:hover a {
    color: #d6a30e !important;
}


/*szpic*/
.szdw-list{overflow: hidden;}

.szdw-list ul>li{
    float: left;
    width: 17%;
    margin: 0 1%;
    padding: 5px 5px 0;
    margin-top: 35px;
    border: 1px solid #ddd;
}
.szdw-list ul>li:nth-child(5n+1){
    margin-left: 0;
}
.szdw-list ul>li a{
    display: block;
    overflow: hidden;
}
.szdw-list ul>li a .pic1{
    padding-top: 133.33%;
}
.szdw-list ul>li .list-info p{
    min-height: 84px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-align: center;
    padding-top: 12px;
    transition: all .3s;
}
.szdw-list ul>li .list-info span{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}
.szdw-list ul>li:hover .pic img{
    transform: scale(1.1);
}
.szdw-list ul>li:hover p,
.szdw-list ul>li:hover span{
    color: #fff;

}
.szdw-list ul>li:hover {
    background: #2a6868;
}


.pic1{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.pic1 img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}


.item{
        width: 14.66%;
        float: left;
        padding: 0 1%;
    }
.item:nth-child(1){
        /* width: 19%; */
        /* float: left; */
        /* padding: 0 1% 0 0%; */
}
.item a{
        display: block;
        position: relative;
    }
.item .pic{
        padding-top: 1.37rem;
    }
.item .txt-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 5;
}
.item .txt-box img{
    display: block;
    height: .35rem;
    margin-bottom: .1rem;
}
 .item .txt-box h4{
    font-size: .18rem;
    color: #fff;
    line-height: .24rem;
    text-align: center;
}
 .item a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    transition: .5s;
}
.item .txt-box h4:hover {
    font-weight:600;
}

/**/
.pic-list2 {
    overflow: hidden;
    height: auto;
    margin: 30px auto;

}

.pic-list2 h2 {
    background: #efefef;
    display: block;
    width: 930px;
    border-left: #005f5f 5px solid;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 0 0 20px;
    font-weight: bold;
    color: #333333;
    margin: 0 auto 20px auto
}

.pic-list2 h2 a {
    font-size: 14px;
    display: block;
    float: right;
    font-weight: normal;
    padding: 0 15px 0 0
}

.pic-list2 ul {
    width: 110%;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pic-list2 li {
    width: 315px;
    margin-right: 30px;
    float: left;
    margin-bottom: 15px;
}

.pic-list2 li img {
    width: 100%;
    height: 220px;
}

.pic-list2 li img:hover {}

.pic-list2 li a {}

.pic-list2 li a:hover {
    color: #000;
}

.pic-list2 li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 40px auto 0 auto;
    /* padding: 0 20px; */
}

.c-content .c-title {
    font-size: 30px;
    color: #222222;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    height: 35px;
    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;
    padding: 0 10px;
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.c-content .nr-info span {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em !important;
    text-align: left
}

.c-content .nr-info p img {
    display: block;
    margin: 0 auto !important;
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
}
.c-content .nr-info p video {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.c-content .nr-info table {
    margin: 0 auto;
}
.c-content .nr-info table  p{
    display: block;
     text-indent: 0em !important;
}
.c-content .nr-info table  span{
    display: block;
     text-indent: 0em !important;
}



.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;
    margin: 0;
}

.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: 0 10px;
    overflow: hidden;
    height: auto;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.i-sxt a {
    color: #555555;
    font-size: 16px;
    line-height: 40px;
}

.i-sxt a:hover {
    color: #cc0010;
}

/*c_copright*/
.c_copright {
    background: #2A6868;
    height: 105px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    clear: both;
}

.c_copright .c_yqlj {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    height: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 0 10px; */
}

.c_yqlj h3{
    font-size: 17px;
    font-weight: 600;
}
.c_copright .c_yqlj a {
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px
}
.abox{
    width: calc(100% - 95px);
    display: flex;
    flex-wrap: wrap;
}

.c_copright p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.c_copright a {
    font-size: 16px;
    color: #ffffff
}

.c_copright a:hover {
    color: #acd6cc;
}



.pic {
    position: relative;
    /* padding-top: 75%; */
    overflow: hidden;
}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bg-mask:hover .pic .a{
    transform: scale(1.05);
}


.s3-list ul>li{
    width: 105px;
    margin-right: 15px;
}
.s3-list ul>li a{
    display: block;
    overflow: hidden;
}
.s3-list ul>li a .cover_img{
    width: 105px;
    height: 155px;
    background: #fff;
    padding: 3px;
}
.s3-list ul>li a .cover_img>div{
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    width: auto;
    height: auto;

}
.s3-list ul>li a p{
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.s3-list ul>li a:hover p{
    text-decoration: underline;
}
.s3-list {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
.s3-list .bd .tempWrap {width: 100% !important;}

.cover_img{
    position: relative;
    overflow: hidden;
}
.cover_img>div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}



.ban3 ul li a {
    display: block;
    margin: 0 20px;
    position: relative;
    text-align: center;
}

.ban3 .pic {
    padding-top: 75%;
}

.ban3 p {
    text-align: center;
    position: absolute;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
}

.ban3 .slick-prev {
    background: url(../images/ban3-prev.png) no-repeat center;
    width: 40px;
    height: 60px;
    z-index: 1;
    left: -40px;
}

.ban3 .slick-next {
    background: url(../images/ban3-next.png) no-repeat center;
    background-size: 40px auto;
    width: 40px;
    height: 60px;
    z-index: 1;
    right: -40px;
}




.list4w .swiper-container{
    padding: .3rem 0;
    margin-bottom: .38rem;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.list_box4 li{
    width: 30.66%;
    transform-style: preserve-3d;
    perspective: 500px;
}
.list4w a{
    display: block;
    position: relative;
}
.list4w .pic{
    padding-top: 2rem;
}
.list4w a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 0 30px;
    z-index: 3;
}
.list_box4 li:nth-child(1) a{
    transform: scale(1.01) rotateY(10deg) translate3d(24px, 0,20px);
}
.list_box4 li:nth-child(2) a{
    transform: scale(1) rotateY(0deg) translate3d(0, 0,0px);
}
.list_box4 li:nth-child(3) a{
    transform: scale(1.01) rotateY(-10deg) translate3d(-24px, 0,20px);
}


.list4w .btnBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list4w .btn{
    position: relative;
    width: .12rem;
    height: .21rem;
    top: 0.1rem;
    margin-top: auto;
    background-size: .12rem .21rem;
}
.list4w .prev{
    background-image: url("../images/s5-img02.png");
}
.list4w .next{
    background-image: url("../images/s5-img03.png");
}
.list4w .page{
    position: static;
    font-size: 0;
    margin:0 .28rem ;
}
.list4w .page span{
    vertical-align: middle;
    width: .1rem;
    height: .1rem;
    margin: 0 .12rem;
    border: 1px solid #819fd4;
    opacity: 1;
    background: transparent;
}
.list4w .page span.swiper-pagination-bullet-active{
    width: .15rem;
    height: .15rem;
    border-color: #e97a1b;
    background: #e97a1b;
}

.list4w .swiper-container{
    padding: .3rem 0;
    margin-bottom: .2rem;
}
.lis4w_wap{
    display: none;
}




* {
    padding: 0;
    margin: 0;

    font-weight: normal;
    outline: none;
}


img, input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.wap {
    display: none !important;
}


@media screen and (max-width:1300px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inav .nLi h3 a {
        padding: 0 20px;
    }

    .cgjj_mtv {
        width: 600px;
    }

    .ixy_box .bd li {
        /* height: auto; */
        margin: 0;
        border: none;
        box-sizing: border-box;
        /* padding: 10px 15px; */
        margin: 0 5px;
    }

    .ixy_box .bd li::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 0;
        bottom: 0;
        right: 5px;
        /* border: #dddddd 1px solid; */
    }

    .ixy_box .bd li .pic {
        /* position: absolute; */
        /* padding-top: 144%; */
        /* width: 100%; */
        /* height: auto; */
    }

    .ixy_box .bd li .pic img {
        width: 100%;
        height: 100%;
    }

    .ixy_box, .linkbox {
        height: auto;
    }

    .ixy_box .next {
        left: 0;
    }

    .ixy_box .prev {
        right: 0;
    }

    .listmain {
        /* padding-left: 10px; */
        /* padding-right: 10px; */
    }

    .pic-list2 ul {
        width: auto;
    }

    .pic-list2 li {
        width: 32%;
        margin-right: 0;
    }

    .pic-list2 li:nth-child(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .pic-list2 li a {
        padding-top: 70%;
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

    .pic-list2 li a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .pic-list2 li a span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
    }
}
 @media screen and (max-width:1025px) {
.item{
        width: 48%;
        float: left;
        padding: 0 1%;
        padding-bottom: 0.1rem;
    }
.item:nth-child(1){
        width: 48%;
        float: left;
        padding: 0 1%;
        padding-bottom: 0.1rem;
}
}

@media screen and (max-width:1024px) {

    body {
        padding-top: 60px !important;
    }



    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }


    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }


    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2a6868;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }

    .m-logo {
        font-size: 0;
        float: left;
    }

    .m-logo a {
        display: block;
        font-size: 0;
        line-height: 40px;
        height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 90%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0px;
        color: rgba(255, 255, 255, 0.6);
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0px 8px;
        color: rgb(255, 255, 255);
        display: inline-block;
        line-height: 24px;
        border-radius: 5px;
    }

    .m-tlink a:hover {
        text-decoration: underline;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }

    .m-tlink .kstd {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
        margin-right: 0;
        margin-top: 0;

    }

    .m-tlink .kstd>div {
        left: 0;
        transform: scale(0);
    }

    .m-tlink .kstd:hover div {
        transform: scale(1);

    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #2a6868;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid #fff;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .qtcgbg {
        height: auto;
        margin: 0 auto 20px auto;
    }

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .cgjj_box {
        float: none;
        height: auto;
    }

    .qtcgbg .qtcgbgleft {
        float: none;
        width: auto;
        height: auto;
    }

    .qtcgbg .qtcgbgright {
        float: none;
        width: auto;
        height: auto;
    }



    .i_box_bk_list2 li a, .gdxwbox_list li {
        font-size: 14px;
    }

    .gdxwbox_title {
        margin-right: 15px;
    }

    .gdxwbox_list li {
        float: none;
        width: auto;
        padding-left: 5px;
    }

    .gdxwbox_list, .gdxwbox {
        height: auto;
    }

    .i_box_bk_list li {
        height: auto;
        line-height: 38px;
    }

    .i_box_bk_list li {
        height: auto;
    }

    .c_copright {
        height: auto;
        background-size: cover;
    }

    .c_copright .c_yqlj a {
        padding: 0 5px;
    }

    .c_copright .c_yqlj a, .c_copright p {
        font-size: 14px;
        line-height: 30px;
    }

    .c_copright p {
        height: auto;
    }
    .c_copright span {
        width: 100%;
        height: auto;
        display: block;
    }

    .cg_jdt .hd {
        bottom: 10px;
    }

    .lm-left {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .list_subs {
        width: auto;
    }

    .list_subs ul li a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .c-content .c-title {
        font-size: 22px;
    }

    .list_subs ul li a {
        width: auto;
    }

    .pic-list2 li {
        width: 49%;
        margin-right: 0;
    }

    .pic-list2 li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .pic-list2 li:nth-child(2n+1){
        margin-right: 2%;
    }
    .c-content .nr-info table {
    display: block;
    max-width: 100% !important;
    overflow: scroll;
    
    }    
    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 585px;
    }
    .cgjj_mtv  video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 95%;
    height: auto;
    margin: 65px  auto 15px  auto;
    }
    .abox{
    width: 100%;
    }
    .banq{
        padding:0 10px;
    }
    .lis4w_pc{
        display: none;
    }
    .lis4w_wap{
        display: block;
        @charset "utf-8";

/* CSS Document*/
        body {
    margin: 0;
        padding: 0;
        font-size: 14px;
        /* max-width: 1400px;*/
        background: #ffffff;
        font-family: "Microsoft Yahei", 宋体, sans-serif;
        /* position: relative; */
        margin: 0 auto;
}
        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: #cc0000;
        transition: all 0.6s;
}

.fl {
        float: left !important;
}

.fr {
        float: right !important;
}

.i_jg {
        width: 100%;
        margin: 10px auto;
        height: 10px;
        overflow: hidden}

.clearboth {
        clear: both;
        border: 0;
        padding: 0;
        margin: 0;
}

.w1300 {
        max-width: 1300px;
        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);
}

/*ydy*/
.ydy_main {}

.ydy_logo {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: left;
        margin: 30px auto;
}

.ydy_title {
        text-align: center;
        width: 100%;
        margin: 13% auto 100px auto;
}

.ydy_open {
        width: 90%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
}

.ydy_open
        a {
    display: block;
        width: 50%;
        float: left;
        padding-top: 10px;
        transition: all .3s;
}

.ydy_open
        a:hover {
    padding-top: 0;
        transition: all .3s;
}

.ydy_open
        img {
    margin: 0;
        border-radius: 20px;
        overflow: hidden;
        transition: all .3s;
}

.ydy_open
        img:hover {
    background: #ffffff;
        transition: all .3s;
}

/**/
.top_line {
        background: #0952a6;
        height: 34px;
        line-height: 34px;
        color: #ffffff;
        font-size: 12px;
}

.top_line_l {
        float: left;
        width: 50%;
}

.top_line_r {
        float: right;
        width: 50%;
        text-align: right}

.top_line_r
        a {
    color: #ffffff;
        padding: 0 5px;
}

.header {
        width: 100%;
        height: 150px;
        background: #2A6868;
        background-size: 100% 100%;
}


.header .logo {
        padding: 32px 0 0 0;
        width: 100%;
        margin: 0 auto;
        /* text-align: center; */
}

.top_right {
        float: right;
        padding-top: 15px;
}

.top_links {
        font-size: 12px;
        color: #7893c3;
        line-height: 40px;
        height: 40px;
        padding: 24px 15px 0 0;
        text-align: right;
        width: 160px;
        float: right;
}

.top_links
        a {
    color: #7893c3;
        padding: 0 7px}

.top_links
        a:hover {
    color: #c2c2c2}

/*inav*/
.inavbox {
        background: #2A6868;
        width: 100%;
        height: 54px;
        margin: 0 auto;
        border-top: 1px solid #fff;
}

.lminavbox {
        margin: 0 auto !important;
        width: 100% !important;
}

.inav {
        padding: 0;
        height: 54px;
        line-height: 54px;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        float: left;
}

.inav
        a {
    color: #fff;
}

.inav .nLi {
        float: left;
        position: relative;
        display: inline;

}

.inav .nLi
        h3 {
    float: left;
}

.inav .nLi
        h3 a {
    display: block;
        padding: 0 59px;
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
        position: relative;
        font-weight: bold;
}


.inav .sub {
        display: none;
        width: 100%;
        left: 0;
        top: 54px;
        position: absolute;
        background: #2a6868;
        line-height: 36px;
        padding: 0;
        font-size: 15px;
        text-align: center;
}

.inav .sub
        li {
    zoom: 1;
}

.inav .sub
        a {
    display: block;
        padding: 0 10px;
        color: #ffffff;
}

.inav .sub
        a:hover {
    background: #ffffff;
        color: #115888;
}

.inav .on
        h3 a {
    background: #ACD6CC;
        color: #ffffff;
}

.inav
        h3 a:hover {
    background: #acd6cc;
        color: #ffffff;
}

/*search*/
.i-search {
        width: 220px;
        height: 30px;
        overflow: hidden;
        position: relative;
        float: right;
        top: 25px;
        border: #ffffff 1px solid;
        border-radius: 20px;
}

.i-search .search-txt {
        width: 200px;
        padding: 0 0 0 15px;
        height: 32px;
        line-height: 32px;
        _line-height: 32px;
        background: none;
        color: #ffffff;
        background: none;
        margin: 0;
        outline: none;
        border: none;
        width: 90%;
}

.i-search .search-btn {
        width: 40px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 0;
        margin-top: 1px;
        background: url("../images/ico_search.png") no-repeat center center;
        border: 0;
        color: #ffffff;
        cursor: pointer}

.i-search .search-btn:
        hover {
    cursor: pointer;
        opacity: 0.9;
}

/*fa_info*/
.fabox {
        height: auto;
        overflow: hidden;
        margin: 0 auto 20px auto;
        padding: 15px 0}

.fabox .fa_info {
        width: 375px;
        height: 385px;
        background: #ffffff;
        position: relative}

.fabox .fa_info_t {
        width: 100%;
        margin: 0 auto 15px auto;
        height: 34px;
        line-height: 34px;
}

.fabox .fa_info_t
        h1 {
    font-size: 18px;
        color: #ffffff;
        display: block;
        padding: 0 15px;
        height: 34px;
        line-height: 34px;
        background: url(../images/cg_title_bg.png);
        text-align: center;
        float: left;
}

.fa_info_img {
        width: 375px;
        height: 152px;
        margin: 0 auto;
        overflow: hidden}

.fa_info_img
        img {
    width: 375px;
        height: 152px;
}

.fabox .fa_info_p
        p {
    text-indent: 2em;
        font-size: 14px;
        line-height: 26px;
        color: #5a5a5a;
        margin: 0 0 0 0;
        padding: 0;
        text-align: justify}

.cgqt_more {
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 20px;
        font-weight: bold;
        float: left;
        text-align: center;
        background: #e1f3ff;
        color: #c5c5c5;
}

.fabox .fa_info_more {
        font-size: 14px;
        color: #0952a6;
        text-align: center;
        display: block;
        width: 110px;
        margin: 0 auto 5px auto;
        position: absolute;
        right: 0;
        bottom: 15px;
}

.fabox .fa_info_more:
        hover {
    color: #cc0000}

.aboutbox_nr {
        width: 90%;
        padding: 5%;
        height: auto;
        overflow: hidden;
}

.aboutbox_nr
        p {
    text-indent: 2em;
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        margin: 0 0 0 0;
        padding: 0;
        text-align: justify;
}

.aboutbox_nr
        img {
    display: block;
        width: 125px;
        height: 90px;
        float: left;
        margin: 0 10px 10px 0}

.aboutbox_nrmore {
        display: none;
        font-size: 16px;
        color: #d20000;
        margin-left: 15px;
}

.aboutbox_title {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
        border-bottom: #c0c6ca 1px solid;
}

.aboutbox_title
        h1 {
    font-size: 18px;
        color: #333333;
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        float: left;
        font-weight: bold;

}

.cg_more {
        display: block;
        width: 34px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        float: right;
        text-align: center;
        background: url("../images/cg_more.png") center 20px no-repeat #ffffff;
        opacity: 0.7;
        color: #8c9194;
        font-weight: bold;


}

.cg_more
        a {
    color: #c2c2c2;
        font-size: 14px;
}

.cg_more:
        hover {
    color: #000000;
        opacity: 1}

.fabox .fa_info_p {
        padding: 15px 20px;
        height: 145px;
        overflow: hidden;
        background: #f5f5f5;
}

/*aboutbox*/
.i_banner {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        background: url("../images/banner_bg.png") center no-repeat #f5f9fb;
}

.cg_jjbox {
        width: 1480px;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
}

.cg_jdt {
        margin: 0 auto;
}

.cg_jdt
        img {
    width: 1480px;
}

.cg_jdt {
        overflow: hidden;
        position: relative;
        margin: 0 auto;
}

.cg_jdt .hd {
        height: 33px;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 20px;
        z-index: 1;
        text-align: center;
        left: 0;
}

.cg_jdt .hd
        ul {
    overflow: hidden;
        zoom: 1;
        display: inline-block;
}

.cg_jdt .hd
        ul li {
    float: left;
        margin: 0 10px;
        width: 27px;
        height: 33px;
        line-height: 8px;
        text-align: center;
        background: url("../images/ico_hmb.png") center no-repeat;
        cursor: pointer;
        border-radius: 50%}

.cg_jdt .hd
        ul li.on {
    background: url("../images/ico_hmh.png") center no-repeat;
        color: #fff;
}

.cg_jdt .bd {
        position: relative;
        height: 100%;
        z-index: 0;
}

.cg_jdt .bd
        li {
    zoom: 1;
        vertical-align: middle;
}

.cg_jdt .bd
        li a {
    display: block;
        position: relative;
}

.cg_jdt .bd
        li h2 {
    display: block;
        width: 96%;
        padding: 0 2%;
        position: absolute;
        z-index: 8;
        font-size: 16px;
        margin-top: 5px;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        bottom: 0;
        color: #ffffff;
        background: url("../images/tt_bg.png");
}

.cg_jdt .bd
        img {
    width: 100%;
        display: block;
}

.cg_jdt .prev,
.cg_jdt .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/picnews-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
}

.cg_jdt .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
}

.cg_jdt .prev:
        hover,
.cg_jdt .next:hover {
    filter: alpha(opacity=100);
        opacity: 1;
}

.cg_jdt .prevStop {
        display: none;
}

.cg_jdt .nextStop {
        display: none;
}

/**/
.title_01 {
        width: 100%;
}

.title_03 {
        width: 100%;
        height: auto;
        overflow: hidden}

.title_03
        h1 {
    display: block;
        margin: 0;
        padding: 0;
        float: left;
        height: 56px;
        line-height: 56px;
        position: relative;
}

.title_03
        h1 span {
    position: absolute;
        left: 55px;
        top: 0px;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
}

.title_more {
        display: block;
        float: right;
        height: 56px;
        line-height: 56px;
        color: #d6a30e;
        font-size: 15px;
        padding: 0 15px;
}

.title_more:
        hover {
    color: #cc0000}

/**/
.qtcgbg {
        width: 100%;
        height: 294px;
        margin: 0 auto 20px auto;
        background: url("../images/cghjbg.jpg") center bottom no-repeat;
        background-size: 100% auto;
}

.qtcgtitle {
        width: 68px;
        overflow: hidden;
        background: url("../images/ts_titlebg.png") left center no-repeat;
        height: 100%;
        position: relative;
        float: left;
}

.clbox_nr {
        float: left;
        margin: 20px 0 0 15px;
}

.clbox_nr .clbox_nrtxt {
        float: left}

.clbox_nr .clbox_nrtxt
        p {
    margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
        text-indent: 2em}

.clbox_nr .clbox_nrimg {
        display: block;
        width: 132px;
        height: 160px;
        overflow: hidden;
        float: right}

.clbox_nr .clbox_nrimg
        img {
    display: block;
        width: 132px;
        height: 160px;
        margin: 0 auto}

/**/
.i_box_bk_list {
        width: 100%;
        margin: 25px auto 0 auto;
}

.i_box_bk_list
        li {
    width: 94%;
        padding: 0 3%;
        font-size: 14px;
        color: #a0a0a0;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        background: #ffffff;
        margin-bottom: 10px;
}

.i_box_bk_list
        li a {
    color: #333333;
        font-size: 16px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 3%;
        text-align: left;
        transition: all 0.2s;
        background: url("../images/ico_002.png") left center no-repeat;
        position: relative;
        padding-right: 100px;
}

.i_box_bk_list
        li span {
    float: right;
        color: #000;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
}

.i_box_bk_list
        li:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
}

.i_box_bk_list
        li:hover span {
    color: #2A6868;
        font-weight: 600;
}

.i_box_bk_list
        li:hover a {
    color: #2A6868;
        font-weight: 600;
}

/**/
.i_box_bk_list2 {
        width: 100%;
        margin: 25px auto 0 auto;
        height: auto;
        overflow: hidden;
}

.i_box_bk_list2
        ul {
    width: 105%}

.i_box_bk_list2
        li {
    width: 41%;
        margin-right: 2%;
        padding: 0 3%;
        font-size: 14px;
        color: #a0a0a0;
        line-height: 50px;
        height: 110px;
        overflow: hidden;
        background: url("../images/bkico1.png") left top no-repeat #ffffff;
        margin-bottom: 10px;
        float: left;
}

.i_box_bk_list2
        li a {
    color: #333333;
        font-size: 17px;
        float: left;
        display: block;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        width: 97%;
        padding-top: 24px;
        padding-left: 2%;
        text-align: left;
        transition: all 0.2s;
        line-height: 30px;
}

.i_box_bk_list2
        li span {
    float: right;
        color: #7d7d7d;
}

.i_box_bk_list2
        li:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
        background: url("../images/bkico2.png") left top no-repeat #ffffff;
}

.i_box_bk_list2
        li:hover span {
    color: #d6a30e}

.i_box_bk_list2
        li:hover a {
    color: #2A6868;
        font-weight: 600;
}

/**/
.qtcgtitle
        h1 {
    width: 30px;
        vertical-align: middle;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        height: auto;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: -5px;
        transform: translate(50%, -50%);
        line-height: 20px;
}

.qtcgbg .qtcgbgleft {
        width: 51.5%;
        height: 290px;
        overflow: hidden;
        float: left;
}


.qtcgbg .qtcgbgright {
        width: 44.5%;
        height: 290px;
        overflow: hidden;
        float: right;
}

.cl_spbox {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden}

.cl_spbox_i {
        display: block;
        margin: 0 auto;
        height: 140px;
        overflow: hidden}

.cl_spbox_i
        img {
    display: block;
        margin: 0 auto;
        width: 100%;
        height: 140px;
        overflow: hidden}

.cl_spbox_t {
        display: block;
        text-align: center;
        height: 50px;
        line-height: 50px;
        margin-top: 10px}

.cl_spbox_p {
        position: absolute;
        bottom: 35px;
        left: 40%;
        display: block;
        width: 50px;
        height: 50px;
        background: url(../images/sp_play.png) center no-repeat;
        z-index: 92;
}

/**/
.aboutbox {
        height: auto;
        overflow: hidden;
        width: 100%;
        margin: 40px auto;
        padding: 0 0 10px 0;
}

.aboutbox .ab_sp {
        width: 360px;
        height: 260px;
        overflow: hidden;
        float: left;
        position: relative;
        background: #000000}

.aboutbox .ab_sp
        img {
    width: 360px;
        height: 260px;
        opacity: 0.9}

.aboutbox .ab_sp:
        hover img {
    opacity: 1}

.aboutbox .ab_sp .playico {
        position: absolute;
        display: block;
        width: 63px;
        height: 63px;
        background: url("../images/playico.png") center no-repeat;
        z-index: 9;
        left: 43%;
        top: 100px;
        opacity: 0.8}

.aboutbox .ab_sp:
        hover .playico {
    opacity: 1}

.aboutbox .ab_cgjj {
        width: 825px;
        height: 310px;
        float: left;
        position: relative;
        text-align: justify;
}

.aboutbox .ab_zywt {
        width: 350px;
        float: right;
        height: 260px;
        position: relative}

.aboutbox .a_info_more {
        font-size: 14px;
        color: #cc0000;
        text-align: center;
        display: block;
        width: 110px;
        margin: 0 auto 5px auto;
        position: absolute;
        right: 0;
        bottom: 0;
}

.aboutbox .a_info_more:
        hover {
    color: #cc0000}

/*r_btn*/
.r_btn {
        width: 210px;
        height: 390px;
        overflow: hidden;
        float: right}

.r_btn .a_link {
        width: 210px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        background: #ffffff;
        margin-bottom: 7px;
        border-left: #0953a9 4px solid;
}

.r_btn .a_link
        a {
    display: block;
        width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #0953a9;
        float: right;
        font-weight: bold;
}

.r_btn .a_link
        i {
    display: block;
        width: 30px;
        height: 30px;
        float: left;
        padding: 10px 5px 0 10px}

.r_btn .a_link:
        hover {
    background-color: #cae6f8}

.r_btn .a_link:
        hover a {
    color: #cc0000}

/**/
.gdxwbox {
        height: 360px;
        background: #f5f9fb;
        overflow: hidden;
        padding: 5px 0;
        margin: 10px auto 60px auto;
}

.gdxwbox_title {
        width: 65px;
        text-align: center;
        float: left;
        margin-right: 35px;
}

.gdxwbox_title
        a {
    display: block;
        position: relative;
}

.gdxwbox_title
        a span {
    position: absolute;
        font-weight: 600;
        color: #fff;
        font-size: 24px;
        top: 70px;
        left: 20px;
        width: 24px;
        line-height: 25px;
}

.gdxwbox_list {
        height: 200px;
        overflow: hidden;
}

.gdxwbox_list
        ul {
    padding: 15px 0 0 0;
}

.gdxwbox_list
        li {
    width: 46%;
        float: left;
        line-height: 22px;
        height: 22px;
        font-size: 17px;
        margin: 10px 3% 10px 0;
}

.gdxwbox_list
        li a {
    overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        color: #000;
}

.gdxwbox_list
        li span {
    width: 40px;
        text-align: center;
        display: block;
        float: left;
        padding: 0 5px;
        background: #ACD6CC;
        color: #ffffff;
        font-size: 14px;
        margin: 0 10px 0 0;
}

.gdxwbox_list
        li:hover span {
    background: #2A6868;
}

.gdxwbox_list
        li:hover a {
    color: #2A6868;
        font-weight: 600;
}

/**/
.cgjj_mtv {
        width: 670px;
        height: 423px;
        float: left;
        /* background: url("../images/cgsp_bg.png") left top no-repeat; */
        position: relative;
        overflow: hidden;
        margin-right: 50px;
}

.cgjj_mtv>
        h2 {
    position: absolute;
        left: 70px;
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        top: 15px;
}
.cgjj_mtv
        video{
    position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin: 65px 0 0 0px;
}

.cgjj_mtvpic {
        display: block;
        margin: 65px 0 0 25px;
        background: #000000;
        position: relative;
        padding-top: 53%;
}

.cgjj_mtvpic
        img {
    position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
}

.cgjj_mtvpic:
        hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

/*cgjj_box*/
.cgjj_box {
        height: 435px;
        padding: 0;
        background: #f5f9fb;
        overflow: hidden;
}

.cgjj_box:
        hover {
    background: #effaff}

/**/
.ixy_box {
        position: relative;
        height: 270px;
        max-width: 1300px;
        margin: 20px auto;
}

.ixy_box .prev {
        position: absolute;
        top: 45%;
        width: 40px;
        height: 40px;
        z-index: 2;
}

.ixy_box .next {
        position: absolute;
        top: 45%;
        width: 40px;
        height: 40px;
        z-index: 2;
}

.ixy_box .prev {
        background: url(../images/cgzsjt.png) -59px 0 no-repeat;
        color: #ffffff;
        right: -50px;
        opacity: 0.5;
}

.ixy_box .next {
        left: -55px;
        margin-left: 0;
        background: url(../images/cgzsjt.png) 0 0 no-repeat;
        color: #ffffff;
        opacity: 0.5;
}

.ixy_box .next:
        hover, .ixy_box .prev:hover {
    opacity: 1;
}

.ixy_box .bd {
        width: 100%;
        overflow: hidden;
        margin-left: 0;
}

.ixy_box .bd
        li {
    float: left;
        width: 182px;
        height: 260px;
        margin: 0 26px 0 0;
        overflow: hidden;
        position: relative;
        border: #dddddd 1px solid;
        padding: 5px;
}

.ry_txt {
        display: none;
        position: absolute;
        z-index: 9;
        bottom: 5px;
        width: 182px;
        text-align: center;
        color: #ffffff;
        background: url("../images/tt_bg.png")}

.ixy_box .bd
        li:hover a {
    color: #ffffff;
}

.ixy_box .bd
        li:hover img {
    transform: scale(1.2);
}

.ixy_box .bd
        li:hover span {
    color: #ffffff}

.ixy_box .bd
        li:hover i {
    opacity: 1}

.ixy_box .bd
        li .pic {
    width: 182px;
        height: 260px;
        overflow: hidden;
        display: block;
        position: relative;
}

.ixy_box .bd
        li .pic img {
    transition: all 0.6s;
        width: auto;
        height: 260px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}

.ixy_box .bd
        li span {
    width: 100%;
        text-align: center;
        display: block;
        padding: 0 0 0 0;
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        overflow: hidden;
        color: #ffffff;
}


/*linkbox*/
.linkbox {
        height: 350px;
        /* overflow: hidden; */
        padding: 0 0;
        background: #ffffff;
        max-width: 1300px;
        margin: 0 auto 40px auto;
        background-size: 100% 100%;
        display: none;
}

.linkbox
        li {
    width: 25%;
        float: left}

.linkbox
        li:hover img {
    transform: rotateY(180deg);
        transition: all .6s;
}

.linkbox
        li img {
    display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        transition: all .6s;
}

.linkbox .linktitle {
        width: 80%;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        line-height: 27px;
        padding: 15px 0;
        color: #000000}

.linkico1, .linkico2, .linkico3, .linkico4 {
        display: block;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden}

.linkico1 {
        background: #0ec8b3}

.linkico2 {
        background: #d9885e}

.linkico3 {
        background: #ac82c1}

.linkico4 {
        background: #dc594f}

/*lmleft*/
.listmain {
        height: 100%;
        position: relative;
        padding: 0 0 0 0;
        max-width: 1300px;
        margin: 30px auto 0 auto;
        min-height: 600px;
}

.lm-left {
        width: 260px;
        float: left;
        padding: 0 0 0 0;
        /* position: absolute; */
        margin-right: 30px;
}

.lm-left .left-lmname {
        background: #2a6868;
        position: relative;
        height: 60px;
        line-height: 60px;
        padding: 0;
        overflow: hidden;
}

.lm-left .left-lmname
        h1 {
    /* position: relative; */
    color: #ffffff;
        font-size: 24px;
        line-height: 60px;
        padding: 0 0 0 30px;
        z-index: 999;
        /* top: 14px; */
        /* left: 49px; */
        text-align: left;
        width: 100%;
        display: block;
}

.lm-left .left-lmname
        span {
    color: #ffffff;
        font-size: 10px;
        line-height: 30px;
        width: 100%;
        display: block;
        text-align: center;
}

.lm-left .list-sub {
        height: auto;
        overflow: hidden;
        width: 260px;
        padding: 0 0;
        border: #e9e9e9 1px solid;
}

.lm-left .list-sub
        a {
    display: block;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
        cursor: pointer;
        color: #333333;
        text-align: left;
        border-bottom: #ffffff 1px solid;
        border-left: #a3a3a3 5px solid;
        background: #e9e9e9;
        text-indent: 2em;
}

.lm-left .list-sub
        a i {
    background: url("../images/sub_jtbg.png") -44px center no-repeat;
        display: block;
        float: right;
        width: 6px;
        height: 50px;
        margin: 0 15px 0 0}

.lm-left .list-sub
        a:hover i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
        display: block;
        float: right;
        width: 6px;
        height: 50px;
}

.lm-left .list-sub
        a:last-child {
    border-bottom: none}

.lm-left .list-sub
        a:hover {
    background: #0069bc;
        color: #ffffff;
        border-left: #004987 5px solid;
}

.lm-left .list-sub #this-on {
        background: #0069bc;
        color: #ffffff;
        border-left: #004987 5px solid;
}

.lm-left .list-sub #this-on
        i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
        display: block;
        float: right;
        width: 6px;
        height: 50px;
}

/**/
.lm-right {
        margin-right: 0;
        background: #ffffff;
        overflow: hidden;
}

.this-name {
        background: #f5f5f5;
        line-height: 0;
        height: auto;
        padding: 0 10px;
        margin: 0 10px;
        color: #ffffff;
        min-height: 50px;
}

.this-name
        h1 {
    color: #999999;
        font-size: 18px;
        line-height: 50px;
        padding: 0 25px 0 25px;
        float: left;
        background: #f5f5f5;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
}

.this-name
        span {

color: #999999;
        font-size: 14px;
        background: url("../images/ico_home.png") left 16px no-repeat;
        padding: 0 0 0 20px;
        height: auto;
        line-height: 50px;
        display: block;
        width: 100%;
}

.this-name
        span a {
    color: #999999;

}

.lm-right .lm_list {
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 5px 0 20px 0;
}

.lm-right .lm_list
        li {
    line-height: 50px;
        height: 50px;
        font-size: 14px;
        color: #999999;
        text-align: right;
        padding: 0 10px;
        border-bottom: #e0e0e0 1px dashed;
        position: relative;
}

.lm-right .lm_list
        li a {
    color: #000;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        padding-left: 15px;
        font-size: 16px;
        background: url("../images/ico_0021.png") left center no-repeat;
        display: block;
        text-align: left;
        padding-right: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}

.lm-right .lm_list
        li span {
    position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
}

.lm-right .lm_list
        li:hover {
    background: #ececec;
        color: #d6a30e}

.lm-right .lm_list
        li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
        color: #d6a30e;
}


.lm-right .ssjg_list {
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 5px 0 20px 0;
}

.lm-right .ssjg_list
        li {
    line-height: 50px;
        height: 50px;
        font-size: 14px;
        color: #999999;
        text-align: right;
        padding: 0 10px;
        border-bottom: #e0e0e0 1px dashed;
}

.lm-right .ssjg_list
        li span {

    font-size: inherit;
        font-family: inherit;
        color: #cc0000;
}

.lm-right .ssjg_list
        li a {
    color: #4a4a4a;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        float: left;
        padding-left: 15px;
        font-size: 16px;
        background: url("../images/ico_0021.png") left center no-repeat;
}

.lm-right .ssjg_list
        li:hover {
    background: #ececec;
        color: #cc0000}

.lm-right .ssjg_list
        li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
        color: #cc0000}

.lm-right .ssjg_list
        li em {
    font-style: normal;
}

.lm-right .list-fy {
        text-align: center;
        margin: 20px auto;
        /* min-height: 40px; */
}

/*list_subs*/
.list_subs {
        width: 260px;
        margin: 0 auto 0 auto;
        border-left: #2a6868 10px solid;
}

.list_subs
        ul li {
    border-bottom: 0;
}

.list_subs
        ul li a {
    color: #555555;
        font-size: 18px;
        display: block;
        height: 50px;
        line-height: 50px;
        position: relative;
        border-bottom: #dedede 1px solid;
        width: 80%;
        margin: 0 auto;
        padding: 0 15px;
}

.list_subs
        ul li .inactive {
    background: url("../images/suboff.png") no-repeat 205px center;
}

.list_subs
        ul li .inactives {
    background: url("../images/subon.png") no-repeat 205px center;
        color: #acd6cc;
        font-weight: bold;
}


.list_subs
        ul li ul {
    display: none;
}

.list_subs
        ul li ul li {
    border-left: 0;
        border-right: 0;
        background-color: #f7f7f7;
        border-color: #467ca2;
        background-image: url("../images/subico2j.png") !important;
        background-position: 20px;
        background-repeat: no-repeat;
}

.list_subs
        ul li ul li:hover {
    background-image: url("../images/subico2hj.png") !important;
        background-position: 20px;
        background-repeat: no-repeat;
}

.list_subs
        ul li ul li ul {
    display: none;
}

.list_subs
        ul li ul li a {
    padding-left: 30px;
        font-size: 15px;

}

.list_subs
        ul li ul li ul li {
    background-color: #f7f7f7;
        border-color: #6196bb;
        background-image: url(../images/subico3j.png) !important;
        background-position: 32px;
        background-repeat: no-repeat;
}

.list_subs
        ul li ul li ul li:hover {
    background-image: url(../images/subico3hj.png) !important;
        background-position: 32px;
        background-repeat: no-repeat;
}

.last {
        background-color: #d6e6f1;
        border-color: #6196bb;
}

.list_subs
        ul li ul li ul li a {
    color: #666666;
        padding-left: 45px;
        font-size: 14px;
        font-weight: normal;
}


.list_subs
        ul li a:hover {
    color: #acd6cc;
        font-weight: bold;
}

.list_subs .thisnav {
        color: #acd6cc;
        font-weight: bold}

/**/
/*pictxt*/
.tw_list {
        padding: 30px 0}

.hot-new {
        overflow: hidden;
        border-bottom: 1px dashed #dfdfdf;
        padding-bottom: 30px;
        margin-bottom: 30px;
}

.hot-new .pic-box {
        float: left;
        width: 280px;
        height: 195px;
        position: relative;
        margin-right: 42px;
        overflow: hidden;
}

.hot-new .pic {
        width: 280px;
        height: 195px;
        position: relative;
        overflow: hidden;
}

.hot-new .pic
        img {
    position: absolute;
        top: 0;
        left: 0;
        width: 280px;
        height: 195px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
}

.hot-new .pic:
        hover img {
    --webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
}

.hot-new .pic-box
        i {
    position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 43px;
}

.hot-new .txt {
        padding-bottom: 0;
        overflow: hidden;
        margin-top: 0;
        position: relative;
}

.hot-new .txt
        h3 {
    font-weight: bold;
        font-size: 18px;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
        background: url("../images/tt_xhx.png") left bottom no-repeat;
}

.hot-new .txt
        h3 a {
    color: #000000;
}

.hot-new .txt
        h3 a:hover {
    color: #d6a30e;
}

.hot-new .txt
        p {
    font-size: 14px;
        line-height: 24px;
        color: #808080;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 85px;
        margin: 10px auto;
}

.hot-new .txt .btn-look {
        display: block;
        margin-top: 35px;
        width: 98px;
        height: 31px;
        line-height: 29px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        border: 1px solid #d6a30e;
        background-color: #d6a30e;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
}

.hot-new .txt .btn-look:
        hover {
    border: 1px solid #d6a30e;
        color: #d6a30e;
        background-color: #fff;
}

.hot-new .txt .time {
        position: absolute;
        right: 0;
        bottom: 0;
        padding-left: 20px;
        font-size: 14px;
        color: #555;
        background: url(../images/ico_date.png) no-repeat left center;
}

.ul-news
        li .inner {
    overflow: hidden;
        padding: 20px 0;
        border-top: 1px solid #e4e4e4;
}

.ul-news
        li:first-child .inner {
    border-top: none;
}

.ul-news .time {
        float: left;
        width: 75px;
        margin-right: 20px;
}

.ul-news .time
        strong {
    display: block;
        font-size: 30px;
        font-family: "Arial";
        color: #fff;
        background-color: #008f40;
        height: 45px;
        line-height: 45px;
        text-align: center;
}

.ul-news .time
        span {
    border: 1px solid #008f40;
        border-top: none;
        display: block;
        font-size: 14px;
        color: #8a8a8a;
        height: 29px;
        line-height: 29px;
        text-align: center;
}

.ul-news .txt {
        overflow: hidden;
        padding-top: 4px;
}

.ul-news .txt
        h4 {
    font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
}

.ul-news .txt
        h4 a {
    color: #555;
}

.ul-news .txt
        p {
    font-size: 14px;
        line-height: 22px;
        color: #585858;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 24px;
}

.ul-news
        li:hover {
    background-color: #f2f2f2;
}

.ul-news
        li:hover .time strong {
    background-color: #008f40;
}

.ul-news
        li:hover .time span,
.ul-news li:hover .txt h4 a,
.ul-news li:hover .txt p {
    color: #008f40;
}

.pzf_sx {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        color: #808080;
        line-height: 27px}

.pzf_sx .pzf_time {
        font-style: normal;
        background: url("../images/ico_date.png") left center no-repeat;
        padding-left: 20px}

.pzf_sx .pzf_yd {
        font-style: normal;
        padding-left: 20px;
        margin-left: 50px}

.hot-new:
        hover a {
    color: #d6a30e !important;
}


/*szpic*/
.szdw-list{
        overflow: hidden;}

.szdw-list
        ul>li{
    float: left;
        width: 16.5%;
        margin-left: 2%;
        padding: 5px 5px 0;
        margin-top: 35px;
        border: 1px solid #ddd;
}
.szdw-list
        ul>li:nth-child(5n+1){
    margin-left: 0;
}
.szdw-list
        ul>li a{
    display: block;
        overflow: hidden;
}
.szdw-list
        ul>li a .pic1{
    padding-top: 133.33%;
}
.szdw-list
        ul>li .list-info p{
    font-size: 16px;
        line-height: 36px;
        color: #333;
        text-align: center;
        padding-top: 12px;
        transition: all .3s;
}
.szdw-list
        ul>li .list-info span{
    display: inline-block;
        font-size: 14px;
        color: #333;
        margin-left: 15px;
}
.szdw-list
        ul>li:hover .pic img{
    transform: scale(1.1);
}
.szdw-list
        ul>li:hover p,
.szdw-list ul>li:hover span{
    color: #fff;

}
.szdw-list
        ul>li:hover {
    background: #2a6868;
}


.pic1{
        position: relative;
        padding-top: 75%;
        overflow: hidden;
}
.pic1
        img{
    position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        transition: all .3s;
}

/**/
.pic-list2 {
        overflow: hidden;
        height: auto;
        margin: 30px auto;

}

.pic-list2
        h2 {
    background: #efefef;
        display: block;
        width: 930px;
        border-left: #005f5f 5px solid;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        padding: 0 0 0 20px;
        font-weight: bold;
        color: #333333;
        margin: 0 auto 20px auto}

.pic-list2
        h2 a {
    font-size: 14px;
        display: block;
        float: right;
        font-weight: normal;
        padding: 0 15px 0 0}

.pic-list2
        ul {
    width: 110%;
        margin: 0 auto;
        padding: 0 0 0 0;
}

.pic-list2
        li {
    width: 315px;
        margin-right: 30px;
        float: left;
        margin-bottom: 15px;
}

.pic-list2
        li img {
    width: 100%;
        height: 220px;
}

.pic-list2
        li img:hover {}

.pic-list2
        li a {}

.pic-list2
        li a:hover {
    color: #000;
}

.pic-list2
        li span {
    text-align: center;
        width: 100%;
        line-height: 40px;
        color: #666;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}

/**/
.c-content {
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 40px auto 0 auto;
        /* padding: 0 20px; */
}

.c-content .c-title {
        font-size: 30px;
        color: #222222;
        line-height: 50px;
        text-align: center}

.c-content .other-s {
        font-size: 14px;
        height: 35px;
        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;
        padding: 0 10px;
}

.c-content .nr-info
        p {
    font-size: 16px;
        color: #666;
        line-height: 34px;
        margin: 15px 0;
        text-indent: 2em;
        text-align: left}

.c-content .nr-info
        span {
    font-size: 16px;
        color: #666;
        line-height: 34px;
        margin: 15px 0;
        text-indent: 2em !important;
        text-align: left}

.c-content .nr-info
        p img {
    display: block;
        margin: 0 auto !important;
        max-width: 600px !important;
        width: auto !important;
        height: auto !important;
}
.c-content .nr-info
        p video {
    max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
}
.c-content .nr-info
        table {
    display: block;
        margin: 0 auto;
}
.c-content .nr-info
        table  p{
    display: block;
        text-indent: 0em !important;
}
.c-content .nr-info
        table  span{
    display: block;
        text-indent: 0em !important;
}



.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;
        margin: 0;
}

.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: 0 10px;
        overflow: hidden;
        height: auto;
}

.i-sxt
        p {
    display: block;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
}

.i-sxt
        a {
    color: #555555;
        font-size: 16px;
        line-height: 40px;
}

.i-sxt
        a:hover {
    color: #cc0010;
}

/*c_copright*/
.c_copright {
        background: #2A6868;
        height: 105px;
        line-height: 55px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        clear: both;
}

.c_copright .c_yqlj {
        color: #ffffff;
        font-size: 16px;
        line-height: 40px;
        height: auto;
        overflow: hidden;
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* padding: 0 10px; */
}

.c_yqlj
        h3{
    font-size: 17px;
        font-weight: 600;
}
.c_copright .c_yqlj
        a {
    color: #ffffff;
        font-size: 16px;
        line-height: 40px;
        padding: 0 10px}
.abox{
        width: calc(100% - 95px);
        display: flex;
        flex-wrap: wrap;
}

.c_copright
        p {
    height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        margin: 0;
        padding: 0;
}

.c_copright
        a {
    font-size: 16px;
        color: #ffffff}

.c_copright
        a:hover {
    color: #acd6cc;
}



.pic {
        position: relative;
        /*padding-top: 75%;*/
        overflow: hidden;
}
.pic .a{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.3s ease-in;
}
.bg-mask:
        hover .pic .a{
    transform: scale(1.05);
}


.s3-list
        ul>li{
    width: 105px;
        margin-right: 15px;
}
.s3-list
        ul>li a{
    display: block;
        overflow: hidden;
}
.s3-list
        ul>li a .cover_img{
    width: 105px;
        height: 155px;
        background: #fff;
        padding: 3px;
}
.s3-list
        ul>li a .cover_img>div{
    left: 3px;
        top: 3px;
        bottom: 3px;
        right: 3px;
        width: auto;
        height: auto;

}
.s3-list
        ul>li a p{
    font-size: 14px;
        color: #000;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 10px;
}
.s3-list
        ul>li a:hover p{
    text-decoration: underline;
}
.s3-list {
        margin-top: 10px;
        overflow: hidden;
        width: 100%;
}
.s3-list .bd .tempWrap {
        width: 100% !important;}

.cover_img{
        position: relative;
        overflow: hidden;
}
.cover_img>
        div{
    position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
}




.list4w .swiper-container{
        padding: .3rem 0;
        margin-bottom: .38rem;
}
.flex{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap}
.list_box4
        li{
    width: 30.66%;
        transform-style: preserve-3d;
        perspective: 500px;
}
.list4w
        a{
    display: block;
        position: relative;
}
.list4w .pic{
        padding-top: 2rem;
}
.list4w
        a p{
    position: absolute;
        left: 0;
        right: 0;
        bottom: .18rem;
        font-size: .18rem;
        line-height: .22rem;
        color: #fff;
        padding: 0 .3rem;
        z-index: 3;
}
.list_box4
        li:nth-child(1) a{
    transform: scale(1.01) rotateY(10deg) translate3d(24px, 0,20px);
}
.list_box4
        li:nth-child(2) a{
    transform: scale(1) rotateY(0deg) translate3d(0, 0,0px);
}
.list_box4
        li:nth-child(3) a{
    transform: scale(1.01) rotateY(-10deg) translate3d(-24px, 0,20px);
}


.list4w .btnBox{
        display: flex;
        justify-content: center;
        align-items: center;
}
.list4w .btn{
        position: static;
        width: .12rem;
        height: .21rem;
        top: auto;
        margin-top: auto;
        background-size: .12rem .21rem;
}
.list4w .prev{
        background-image: url("../images/s5-img02.png");
}
.list4w .next{
        background-image: url("../images/s5-img03.png");
}
.list4w .page{
        position: static;
        font-size: 0;
        margin:0 .28rem;
}
.list4w .page
        span{
    vertical-align: middle;
        width: .1rem;
        height: .1rem;
        margin: 0 .12rem;
        border: 1px solid #819fd4;
        opacity: 1;
        background: transparent;
}
.list4w .page
        span.swiper-pagination-bullet-active{
    width: .17rem;
        height: .17rem;
        border-color: #e97a1b;
        background: #e97a1b;
}

.list4w .swiper-container{
        padding: .3rem 0;
        margin-bottom: .2rem;
}
.lis4w_wap{
        display: none;
}




* {
        padding: 0;
        margin: 0;
        font-weight: normal;
        outline: none;
}
        img, input {
    border: 0;
        outline: none;
}
        body .clear {
    clear: both;
        height: 0 !important;
        width: 0 !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
}

.wap {
        display: none !important;
}
        @media screen and (max-width:1300px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inav .nLi h3 a {
        padding: 0 20px;
    }

    .cgjj_mtv {
        width: 600px;
    }

    .ixy_box .bd li {
        height: auto;
        margin: 0;
        border: none;
        box-sizing: border-box;
        padding: 10px 15px;
    }

    .ixy_box .bd li::
        before {
        content: "";
        position: absolute;
        left: 5px;
        top: 0;
        bottom: 0;
        right: 5px;
        border: #dddddd 1px solid;
    }

    .ixy_box .bd li .pic {
        /* position: absolute; */
        padding-top: 144%;
        width: auto;
        height: auto;
    }

    .ixy_box .bd li .pic img {
        width: 100%;
        height: 100%;
    }

    .ixy_box, .linkbox {
        height: auto;
    }

    .ixy_box .next {
        left: 0;
    }

    .ixy_box .prev {
        right: 0;
    }

    .listmain {
        /* padding-left: 10px; */
        /* padding-right: 10px; */
    }

    .pic-list2 ul {
        width: auto;
    }

    .pic-list2 li {
        width: 32%;
        margin-right: 0;
    }

    .pic-list2 li:nth-child(3n+2) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .pic-list2 li a {
        padding-top: 70%;
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

    .pic-list2 li a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .pic-list2 li a span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
    }
}

        @media screen and (max-width:1024px) {

    body {
        padding-top: 60px !important;
    }



    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }


    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }


    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #2a6868;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }

    .m-logo {
        font-size: 0;
        float: left;
    }

    .m-logo a {
        display: block;
        font-size: 0;
        line-height: 40px;
        height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 90%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0px;
        color: rgba(255, 255, 255, 0.6);
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0px 8px;
        color: rgb(255, 255, 255);
        display: inline-block;
        line-height: 24px;
        border-radius: 5px;
    }

    .m-tlink a:
        hover {
        text-decoration: underline;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }

    .m-tlink .kstd {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
        margin-right: 0;
        margin-top: 0;

    }

    .m-tlink .kstd>div {
        left: 0;
        transform: scale(0);
    }

    .m-tlink .kstd:
        hover div {
        transform: scale(1);

    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type=
        "text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type=
        "text"]::placeholder {
        color: #fff;
    }

    .m-search input[type=
        "image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #2a6868;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid #fff;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .qtcgbg {
        height: auto;
        margin: 0 auto 20px auto;
    }

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .cgjj_box {
        float: none;
        height: auto;
    }

    .qtcgbg .qtcgbgleft {
        float: none;
        width: auto;
        height: auto;
    }

    .qtcgbg .qtcgbgright {
        float: none;
        width: auto;
        height: auto;
    }



    .i_box_bk_list2 li a, .gdxwbox_list li {
        font-size: 14px;
    }

    .gdxwbox_title {
        margin-right: 15px;
    }

    .gdxwbox_list li {
        float: none;
        width: auto;
        padding-left: 5px;
    }

    .gdxwbox_list, .gdxwbox {
        height: auto;
    }

    .i_box_bk_list li {
        height: auto;
        line-height: 38px;
    }

    .i_box_bk_list li {
        height: auto;
    }

    .c_copright {
        height: auto;
        background-size: cover;
    }

    .c_copright .c_yqlj a {
        padding: 0 5px;
    }

    .c_copright .c_yqlj a, .c_copright p {
        font-size: 14px;
        line-height: 30px;
    }

    .c_copright p {
        height: auto;
    }
    .c_copright span {
        width: 100%;
        height: auto;
        display: block;
    }

    .cg_jdt .hd {
        bottom: 10px;
    }

    .lm-left {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .list_subs {
        width: auto;
    }

    .list_subs ul li a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .c-content .c-title {
        font-size: 22px;
    }

    .list_subs ul li a {
        width: auto;
    }

    .pic-list2 li {
        width: 49%;
        margin-right: 0;
    }

    .pic-list2 li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0}
    .pic-list2 li:nth-child(2n+1){
        margin-right: 2%;
    }
    .c-content .nr-info table {
        display: block;
        max-width: 100% !important;
        overflow: scroll;
    
    }    
    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 585px;
    }
    .cgjj_mtv  video{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 95%;
        height: auto;
        margin: 65px  auto 15px  auto;
    }
    .abox{
        width: 100%;
    }
    .banq{
        padding:0 10px;
    }
    .lis4w_pc{
        display: none;
    }
    .lis4w_wap{
        display: block;
    }
    .list4w .pic{
        padding-top: 65.22%;
    }
    .list4w .swiper-container{
        padding: 0;
        margin-bottom: .3rem;
    }
    .list4w .page span.swiper-pagination-bullet-active{
        width: .11rem;
        height: .11rem;
    }
    .list4w .page span{
        width: .08rem;
        height: .08rem;
        margin: 0 .05rem;
    }
    .list4w .page{
        margin: 0 .2rem;
    }
}
        @media screen and (max-width:950px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 525px;
    }
.list3w a .pic{
        height: 3.2rem;
}

.list3w .swiper-slide {
        width: 2.4rem;
        height: 3.2rem;
}
    
}
        @media screen and (max-width:850px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 475px;
    }
}
        @media screen and (max-width:768px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 445px;
    }
    .ixy_box .bd li {
        width: 48%;
    }
    .c-content .nr-info p img {
        display: block;
        margin: 0 auto !important;
        max-width: 80% !important;
        width: auto !important;
        height: auto !important;
    }
    .aboutbox {
        height: auto;
        overflow: hidden;
        width: 100%;
        margin: 20px auto;
        padding: 0;
    }
    .gdxwbox {
        height: auto;
        background: #f5f9fb;
        overflow: hidden;
        padding: 5px 0;
        margin: 10px auto 20px auto;
    }
    .c-content .nr-info table tr td{
        min-width: 85px;
    }
    
}
        @media screen and (max-width:640px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 375px;
    }
    .szdw-list ul>li{
        float: left;
        width: 45%;
        margin-left: 0;
        padding: 5px 5px 0;
        margin-top: 15px;
        border: 1px solid #ddd;
    }
    .s3-list ul>li a .cover_img{
        width: 110px;
        height: 150px;
        background: #fff;
        padding: 3px;
    }
    .s3-list ul>li{
        width: 110px !important;
        margin-right: 15px;
    }
}
        @media screen and (max-width:540px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 345px;
    }
    .list3w .swiper-slide {
        width: 1.8rem;
        height: auto;
    }
    .list3w a .pic{
        height: 2.6rem;
    }
}
        @media screen and (max-width:460px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 295px;
    }
    .szdw-list ul>li{
        float: left;
        width: 44%;
        margin-left: 0;
        padding: 5px 5px 0;
        margin-top: 15px;
        border: 1px solid #ddd;
    }
}
        @media screen and (max-width:400px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 285px;
        margin-bottom: 20px;
    }
}
        @media screen and (max-width:360px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 225px;
    }
   
};
        padding: 15px 15px 0px 15px;
    }
    .list4w .pic{
        padding-top: 65.22%;
    }
    .list4w .swiper-container{
        padding: 0;
        margin-bottom: .3rem;
    }
    .list4w .page span.swiper-pagination-bullet-active{
        width: .11rem;
        height: .11rem;
    }
    .list4w .page span{
        width: .08rem;
        height: .08rem;
        margin: 0 .05rem;
    }
    .list4w .page{
        margin: 0 .2rem;
    }
}

@media screen and (max-width:950px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 525px;
    }
.list3w a .pic{
    height: 3.2rem;
}

.list3w .swiper-slide {
    width: 2.4rem;
    height: 3.2rem;
}
    
}

@media screen and (max-width:850px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 475px;
    }
}
@media screen and (max-width:768px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 445px;
    }
    .ixy_box .bd li {
        width: 48%;
    }
    .c-content .nr-info p img {
    display: block;
    margin: 0 auto !important;
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
    }
    .aboutbox {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    }
    .gdxwbox {
    height: auto;
    background: #f5f9fb;
    overflow: hidden;
    padding: 5px 0;
    margin: 10px auto 20px auto;
    }
    .c-content .nr-info table tr td{
        
min-width: 85px;
    }
    
}
@media screen and (max-width:640px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 375px;
    }
    .szdw-list ul>li{
    float: left;
    width: 45%;
    margin-left: 0;
    padding: 5px 5px 0;
    margin-top: 15px;
    border: 1px solid #ddd;
    }
    .s3-list ul>li a .cover_img{
    width: 110px;
    height: 150px;
    background: #fff;
    padding: 3px;
    }
    .s3-list ul>li{
    width: 110px !important;
    margin-right: 15px;
    }
}
@media screen and (max-width:540px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 345px;
    }
    .list3w .swiper-slide {
    width: 1.8rem;
    height: auto;
    }
    .list3w a .pic{
    height: 2.6rem;
    }
}
@media screen and (max-width:460px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 295px;
    }
    .szdw-list ul>li{
    float: left;
    width: 44%;
    margin-left: 0;
    padding: 5px 5px 0;
    margin-top: 15px;
    border: 1px solid #ddd;
    }
}
@media screen and (max-width:400px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 285px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:360px){

    .cgjj_mtv {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        min-height: 225px;
    }
   
}


/*2024-05-23*/
.zszy ul{
	margin-top: 20px;
}
.zszy ul li{
	float: left;
	width: 14%;
	height: 145px;
	position: relative;
	padding: 1% 1%;
	margin: 0;
}
.zszy ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.zszy ul li.zszy1 a{
	background: url(../images/ny.png) no-repeat;
	background-size: cover;
}
.zszy ul li.zszy2 a{
	background: url(../images/05122.png) no-repeat;
	background-size: cover;
}
.zszy ul li.zszy3 a{
	background: url(../images/05127.png) no-repeat;
	background-size: cover;
}
.zszy ul li.zszy4 a{
	background: url(../images/05124.png) no-repeat;
	background-size: cover;
}
.zszy ul li.zszy5 a{
	background: url(../images/05125.png) no-repeat;
	background-size: cover;
}
.zszy ul li.zszy6 a{
	background: 5ecbcf;
	background-size: cover;
}

.zszy ul li.zszy1 span{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 145px;
	background: #df5a2c;
	opacity: 0.6;
	color: #ffffff;
	z-index: 999;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.zszy ul li.zszy2 span{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 68px;
	background: #709536;
	opacity: 0.6;
}
.zszy ul li.zszy3 span{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 68px;
	background: #3966b0;
	opacity: 0.6;
}
.zszy ul li.zszy4 span{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 68px;
	background: #39afb0;
	opacity: 0.8;
	color: #fff;
}
.zszy ul li.zszy5 span{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 68px;
	background: #4968ef;
	opacity: 0.6;
}
.zszy ul li.zszy6 span{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 68px;
	background: #000;
	opacity: 0.6;
}

.zszy ul li:hover span{
	font-size: 20px;
	font-weight: 700;
}

.zszy ul li img{
   width: 20px;
   height: 20px;
   display: block;
   position: absolute;
   top: 31%;
   left: 44%;
   z-index: 999;
}


/*2024-05-22*/
.list_box0{
    display: flex;
    align-items: center;
    justify-content: end;
}
.linkd{
    position: relative;
    top: 60px; 
}
.linkd a{
   color: #fff;
   font-size: 16px;
   background: url(../images/homes.png) no-repeat left center;
   padding-left: 22px;
}
@media screen and (max-width:1024px){
.linkd{
    position: relative;
    top: 0;
    line-height: 33px;
    padding: 0 10px;
}
.linkd a{
   color: #fff;
   font-size: 14px;
}
    
}



/*2024-05-31*/
.n_teacher{
    margin-top: 20px;
}
.n_teacher li{
    position: relative;
    width: 47.93%;
    background: #F9F9F9;
    margin-bottom: 40px;
    z-index: 3;
}
.n_teacher li a{
    position: relative;
    z-index: 3;
    padding: 23px 34px 27px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_teacher li .pic{
    width: 160px;
    height: 210px;
}
.n_teacher li .txt{
    width: calc(100% - 190px);
    padding-top: 9px;
}
.n_teacher li .txt h3{
    font-size: 22px;
    line-height: 30px;
    color: #950121;
    margin-bottom: 10px;
}
.n_teacher li .txt i{
    display: block;
    height: 1px;
    position: relative;
    background: linear-gradient(-270deg, #DCDCDC 0%, rgba(228, 228, 228, 0) 100%);
    margin-bottom: 11px;
}
.n_teacher li .txt i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -0.01rem;
    width: .22rem;
    height: .03rem;
    background: #950121;
}

.n_teacher li .txt h5{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.n_teacher li .txt h6{
    font-size: 16px;
    line-height: 30px;
    color: #950121;
    text-align: right;
    font-family: 'Abhaya Libre_R', sans-serif;
    margin-top: 17px;
}

.n_teacher li .txt *{
    transition: .5s;
}
.n_teacher li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #2A6868;
    transition: .5s;
    z-index: -1;
}


.n_teacher li:hover:after{
    right: 0;
}
.n_teacher li:hover .txt h3{
    color: #fff;
}


.n_teacher li:hover .txt i:before{
    background: #fff;
}

.n_teacher li:hover .txt h5,
.n_teacher li:hover .txt h6{
    color: #fff;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}

.szcontr p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}
.szcontr span {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em !important;
    text-align: left
}
.szcontr img {
    display: block;
    margin: 0 auto !important;
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
}

/*szcont*/
.szcont{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.szcontl{
width: 24%;
}
.szcontr{
width: 74%;
}
.szcontl img{
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
.dtl-tit .dtl-ar {
    font-size: 0;
    text-align: center;
}
.dtl-ar span{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    margin: 0 8px;
}
.szcontl img{
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display:block;
}
.dtl-tit h4{
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px){
    .n_teacher li a{
        padding: 20px;
    }
    .n_teacher li{
        width: 48%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px){
    .n_teacher li .pic {
        width: 130px;
        height: 170px;
    }
    .n_teacher li .txt {
        width: calc(100% - 150px);
        padding-top: 0;
    }
    .n_teacher li .txt h6{
        margin-top: 0;
    }
    .szcontl{
        width: 100%;
    }
    .szcontr{
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .n_teacher li{
        width: 100%;
    }

.n_teacher li .txt h3{
    font-size: 16px;
}
.n_teacher li .txt h5{
    font-size: 12px;
}
.n_teacher li .txt h6{
    font-size: 12px;

}
}