@charset "utf-8";

/*---------------------------首页样式----------------------------*/
/* sitemap-wrap */

body {
    /* font-size: auto !important; */
}



.wrap {
    position: relative;
    width: auto;
    /* max-width: 1400px; */
    /* padding-left: 1%; */
    /* padding-right: 5%; */
    margin: 0 auto;
    z-index: 1;
    transition: .5s;
}

#current-slide {
    display: inline-block;
    color: #e5b83f;
    font-size: 24px;
    /* font-weight: bold; */
}

#total-slides {
    display: inline-block;

}

.sitemap-wrap {
    overflow: hidden;
}

.sitemap-list {
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%
}

.sitemap-list .tit {
    display: table-cell;
    width: 19%;
    font-size: 17px;
    color: #333;
    vertical-align: middle;
    border-bottom: 2px solid #14a922;
    text-align: center;
}

.sitemap-list .tit a {
    display: block;
    font-size: 24px;
    color: #14a922;
    font-weight: bold;
}

.sitemap-list .tit a span.txt {
    display: none;
}

.sitemap-list .tit:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 19%;
}

.sitemap-list .depth2-list {
    display: table-cell;
    width: 78%;
    padding: 35px 0 35px 60px;
    border-bottom: 1px solid #d0d0d0;
}

.sitemap-list .depth2-list a {
    word-break: keep-all;
    word-wrap: break-word
}

.sitemap-list .depth2-list .lm_l2 {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.sitemap-list .depth2-list .lm_a2 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    padding: 4px 15px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-weight: bold;
    transition: all .3s ease;
}

.sitemap-list .depth2-list .lm_a2:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #4f4f4f;
    transition: all .2s ease;
}

.sitemap-list .depth2-list .lm_a2:hover,
.sitemap-list .depth2-list .lm_a2:focus {
    color: #14a922;
    text-decoration: underline;
}

.sitemap-list .depth2-list .lm_a2:hover:before {
    background-color: #14a922
}

.sitemap-list .depth2-list .depth3 {
    margin: 4px 0 4px 15px;
    font-size: 14px;
}

.sitemap-list .depth2-list .lm_a3 {
    position: relative;
    display: block;
    color: #666;
    padding-left: 12px;
}

.sitemap-list .depth2-list .lm_a3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 2px;
    background: #888;
}

.sitemap-list .depth2-list .lm_a3:hover,
.sitemap-list .depth2-list .lm_a3:focus {
    color: #14a922;
    text-decoration: underline;
}

.sitemap-list .depth2-list .lm_a3:hover:before,
.sitemap-list .depth2-list .lm_a3:focus:before {
    color: #14a922;
}

.sitemap-list .depth2-list .depth4 {
    display: none;
}

.sitemap-list:first-child .tit {
    border-top: 2px solid #14a922
}

.sitemap-list:first-child .depth2-list {
    border-top: 1px solid #d0d0d0
}

/* Main Visual */
.main_visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main_visual .mv_scroll {
    position: absolute;
    left: 50%;
    bottom: 105px;
    z-index: 9;
    text-align: center;
    width: 30px;
    display: none;
}

.main_visual .mv_scroll span img {
    animation: scrollAni 2s infinite;
    cursor: pointer;
}

.main_visual .mv_scroll span::before {
    position: absolute;
    top: 15px;
    left: 50%;
    content: '';
    width: 3px;
    height: 12px;
    margin-left: -1px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-animation: scrollAni 2s infinite;
    animation: scrollAni 2s infinite;
    box-sizing: border-box;
}

.main_visual .visual_Srch {
    position: absolute;
    width: 45%;
    height: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    background: #FFF;
    z-index: 801;
    overflow: hidden;
    box-sizing: border-box;
    clip-path: polygon(0 0, 98% 0, 100% 100%, 0 100%);
    /* 使用 clip-path 创建斜边 */
    transition: .5s;
}

.main_visual .visual_Srch.is_show {
    transform: translate(-50%, 0);
}

.main_visual .visual_Srch .srchBox {
    position: relative;
    display: block;
}

.main_visual .visual_Srch .srchBox input[type="text"] {
    font-weight: 200;
}

.main_visual .visual_Srch .srchBox .search_keyword {
    position: relative;
    width: 100%;
    display: block;
    padding: 40px;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    color: #333;
    transition: .5s
}

.main_visual .visual_Srch .srchBox .search_keyword:focus {
    background: #FFF
}

.main_visual .visual_Srch .srchBox .btnSrch {
    display: flex;
    position: absolute;
    padding: 10px 15px;
    border-radius: 6px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
    background: #14489c;
    align-items: flex-start;
}

.main_visual .visual_Srch .srchBox .btnSrch input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main_visual .visual_Srch .srchBox .btnSrch i {
    font-size: 25px;
    margin-right: 5px;
}

.main_visual .img_links {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}

.main_visual .img_links:hover {
    animation: scrollAni 2s infinite;
}

.main_visual .img_links a {
    display: block;
}

.main_visual .img_links a img {}

.main_visual .slogan_wrap {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 95%;
    max-width: 1400px;
    height: auto;
    text-align: center;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    z-index: 1;
    color: #fff;
}

.main_visual .slogan {
    height: auto;
    word-break: keep-all;
    font-family: fantasy;
}

.main_visual .slogan h3 {
    font-size: 0.8rem;
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
    text-shadow: 0 1px 3px #111;
    line-height: 1.2;
}

.main_visual .slogan h3 strong {
    display: block;
    font-weight: 900;
    font-size: 0.5rem;
    text-shadow: 2px 2px 0 #111;
    margin-top: 30px;
}

.main_visual .slogan p {
    font-size: 0.3rem;
    padding: 10px 0;
    text-shadow: 0 1px 3px #111;
}

.main_visual .slogan *[class*="show"] {
    transform: translateY(40px);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.main_visual .active.slogan *[class*="show"] {
    transform: translateY(0px);
    opacity: 1;
}

.main_visual .active.slogan *[class*="show"][class$="01"] {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.main_visual .active.slogan *[class*="show"][class$="02"] {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.main_visual .active.slogan *[class*="show"][class$="03"] {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.main_visual .visual_wrap {
    position: relative;
    height: 100%;
    background: #000;
}

.main_visual .slick-slide .vis {
    height: 100%;
    text-align: left;
    transition: .8s;
}

.main_visual .slick-slide .vis img {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
    transition: all 2s;
    -webkit-transition: all 2s;
    object-fit: cover;
}

.main_visual .slick-slide.active .vis img {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.main_visual .visual_name {
    position: absolute;
    right: 20px;
    width: calc(100% - 40px);
    bottom: 20px;
    text-align: right;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px #000;
    transition: .6s;
}

.main_visual .visual_control {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 45px;
    z-index: 2;
    transform: translateX(-50%);
    /* display: inline-block; */
    text-align: center;
}

.main_visual .visual_control .wrap>button {
    padding: 8px;
    border-radius: 50%;
    transition: .5s;
    /* display: none; */
}

.main_visual .visual_control .wrap>button:hover {
    background: rgb(255, 255, 255)
}

.main_visual .visual_control .wrap>button i {
    color: #FFF;
    font-size: 22px;
    transition: .5s
}

.main_visual .visual_control .wrap>button:hover i {
    color: #e5b83f;
}

.main_visual .visual_control .visual_dots {
    margin: 0;
    color: #fff;
    width: auto;
    display: inline-block;
    /* float: left; */
    transform: translateY(2px);
}

.main_visual .visual_control .visual_dots ul {
    text-align: left;
    position: relative;
}

.main_visual .visual_control .visual_dots ul li {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 0px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0px 5px;
    cursor: pointer;
}

.main_visual .visual_control .visual_dots ul li.slick-active {
    width: 12px;
    height: 12px;
    border: 1px solid #c7a362;
    background-color: #c7a362;
}






.main_visual .visual_control .wrap {
    display: inline-block;
}

.main_visual .visual_control #slide-info {
    /* position: absolute; */
    font-size: 19px;
    bottom: 10px;
    color: #fff;
    left: 15%;
    margin-left: 5px;
    display: inline-block;
}

.main_visual>button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transition: all .6s;
}

.main_visual>button:hover {
    background-color: #0b61c6;
}

.main_visual .visual_prev,
.main_visual .visual_next {
    position: absolute;
    bottom: 45%;
    color: #fff;
    z-index: 100000;
}

.main_visual .visual_prev {
    left: 3%;
}

.main_visual .visual_next {
    right: 3%;
}

.main_visual .visual_prev i,
.main_visual .visual_next i {
    font-size: 35px;
}

/* tit_bar */
.tit_bar {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.3rem;
    position: relative;
}

.tit_bar .tit {
    font-family: 'sh';
    font-size: 30%;
    display: flex;
    align-items: center;
}

.tit_bar .tit::before {
    content: '';
    display: block;
    width: 40px;
    height: 30px;
    padding-right: 0.15rem;
}

.tit_bar .tit em {
    font-family: Impact;
    font-style: normal;
    font-weight: 500;
    color: #14489c;
    font-size: 44%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.tit_bar .tit em::before {
    content: '';
    width: 20px;
    height: 1px;
    margin-right: 5px;
    display: inline-block;
    background: #14489c;
    vertical-align: middle;
}

.tit_bar .more {
    font-size: 16%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 0.15rem;
    color: #da2c43;
}

.tit_bar .more button {
    padding: 10px;
    background-color: #da2c43;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
}

.tit_bar .more button i {
    color: #fff;
    position: absolute;
    top: 15%;
    font-size: 15px;
    left: 0;
    transition: all .6s;
}

.tit_bar .more button:hover i {
    transform: translateX(5px);
}

.bg_1 {
    padding-top: 65px;
    padding-bottom: 45px;
}

/* rh-wrap */
.rh-wrap {
    padding-top: 0;
    padding-bottom: 25px;
}

.rh-wrap #cjrh {
    position: relative;
}

.rh-wrap .bg_2 {
    padding-top: 55px;
}

.rh-wrap .mediaStudies_wrap .slick-list {
    margin: 0 -15px;
}

.rh-wrap .communicate .more {
    color: #fff;
}

.rh-wrap .communicate .more button {
    background-color: #f7a168;
}

.rh-wrap .tit_bar .tit::before {}

.rh-wrap .communicate .tit_bar {
    margin-bottom: 20px;
}

.rh-wrap .communicate .tit_bar .tit::before {
    width: 40px;
    height: 40px;
}

.cj::after {
    content: '';
    display: flex;
}

.rh-wrap .mediaStudies_wrap .item {
    margin: 0 15px;
    margin-bottom: 45px;
}

.rh-wrap .mediaStudies_wrap .item p.title span {
    margin-bottom: 0;
}

.rh-wrap .mediaStudies_wrap .item p.title {
    font-size: 17px;
    color: #191919;
    line-height: 28px;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 20px;
    height: 1.2rem;
    background-color: #fff;
}

.rh-wrap .mediaStudies_wrap .item p.title:hover {
    color: #da2c43;
}

.rh-wrap .newsFaculty_wrap {
    width: 36%;
}

.rh-wrap .newsFaculty_wrap .cont div {
    position: relative;
}

.rh-wrap .newsFaculty_wrap .cont .cont1 {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    width: 60%;
    right: 20px;
    padding-top: 20px;
    float: right;
}

.rh-wrap .newsFaculty_wrap .cont .cont1:hover {
    text-decoration: underline;
}

.rh-wrap .newsFaculty_wrap .cont a {
    display: block;
    overflow: hidden;
}

.rh-wrap .newsFaculty_wrap .cont a img {
    transition: all .6s;
}

.rh-wrap .newsFaculty_wrap .cont a img:hover {
    transform: scale(1.1);
}

.rh-wrap .newsFaculty_wrap .cont .slick-dots {
    text-align: center;
    padding-top: 10px;
}

.rh-wrap .newsFaculty_wrap .cont .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.rh-wrap .newsFaculty_wrap .cont .slick-dots .slick-active button {
    width: 20px;
    height: 20px;
    border: 5px solid #e36172;
    border-radius: 50%;
    background-color: #fff;
}

.rh-wrap .visual_control {
    display: flex;
    justify-content: flex-end;
}

.rh-wrap .visual_control .slide-info {
    color: #e0deda;
}

.rh-wrap #current-slide1 {
    color: #e53c53;
}

.rh-wrap #total-slides1 {
    color: #312d25;
}

.rh-wrap #current-slide1,
.rh-wrap #total-slides1 {
    font-size: 20px;
}

.rh-wrap .visual_control button i {
    font-size: 25px;
    color: #333;
}

.rh-wrap .visual_control button i:hover {
    color: #e53c53;
}

.rh-wrap .visual_control .visual_dots {
    border-bottom: 3px solid #e1e0dc;
    width: 88%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 12px;
}

.rh-wrap .visual_control .visual_dots .slick-dots {
    position: absolute;
    bottom: -3px;
    width: 100%;
}

.rh-wrap .visual_control .visual_dots .slick-dots li {
    margin: 0;
    width: .25rem;
    height: 3px;

}

.rh-wrap .visual_control .visual_dots .slick-dots li.slick-active {
    background-color: #da2c43;
}

/* chengzhi */
.chengzhi {
    padding: 75px 0;
}

.chengzhi .czjt {
    width: 42%;
    float: left;
}

.chengzhi .czjt .tit_bar .tit::before {}

.chengzhi .czjt .czjt-title {
    position: relative;
}

.chengzhi .czjt .czjt-title .time {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
}

.chengzhi .czjt .czjt-title .time h1 {
    font-size: 30px;
    color: #da2c43;
    padding: 10px 0;
}

.chengzhi .czjt .czjt-title img {
    position: relative;
    z-index: 2;
    left: 1px;
}

.chengzhi .czjt .czjt-title .time p {
    color: #171a1d;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0 20px;
    line-height: 24px;
}

.chengzhi .czjt .czjt-title .czjt-list {
    position: absolute;
    width: 100%;
    left: 1px;
    bottom: -40px;
    z-index: 0;
}

.chengzhi .czjt .czjt-title .czjt-list ul li {
    color: #fff;
    cursor: pointer;
    padding-top: 15px;
}

.chengzhi .czjt .czjt-title .czjt-list ul li span {
    padding-left: 10px;
}

.chengzhi .czjt .czjt-title .czjt-list ul {
    width: 55%;
    float: right;
    padding: 15px 0 45px;
}

.chengzhi .czjt .czjt-list2 {
    margin-top: 40px;
}

.chengzhi .czjt .czjt-list2 ul {
    padding-top: 10px;
}

.chengzhi .czjt .czjt-list2 ul li {
    color: #141216;
    font-size: 17px;
    padding-top: 25px;
}

.chengzhi .czjt .czjt-list2 ul li a .time {
    float: right;
    color: #999;
    font-size: 16px;
    font-family: Arial;
}

.chengzhi .czjt .czjt-list2 ul li h5 {
    margin-left: -5px;
    width: 75%;
    font-weight: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 这里是超出几行省略 */
    overflow: hidden
}

.chengzhi .czjt .czjt-list2 ul li em {
    font-style: normal;

}

.chengzhi .czby {
    float: right;
    width: 54%;
}

.chengzhi .czby .tit_bar .tit::before {}

.chengzhi .czby .img ul {
    display: flex;
    justify-content: space-between;
}

.chengzhi .czby .img ul li {
    margin-right: 10px;
}

.chengzhi .czby .img ul li a {
    display: block;
    position: relative;
}

.chengzhi .czby .img ul li .wenzi-l {
    border-left: 1px solid #fff;
    writing-mode: vertical-rl;
    padding-left: 10px;
    position: absolute;
    left: 20px;
    top: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
}

.chengzhi .czby .img ul li .wenzi-r {
    writing-mode: vertical-rl;
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: bold;
}

.chengzhi .czby .img ul li .wenzi-r p {
    padding-right: 15px;
}

/* meda */
.meda {
    padding-top: 50px;
}

.meda .tzgg {
    width: 48%;
    float: left;
}

.meda .tzgg .tit_bar .tit::before {}

.meda .tzgg .tzgg-list ul li {
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
}

.meda .tzgg .tzgg-list ul li:first-child {
    padding-top: 0;
}

.meda .tzgg .tzgg-list ul li time {
    text-align: center;
    float: left;
    color: #414140;
}

.meda .tzgg .tzgg-list ul li time p {
    /* display: inline; */
    font-size: 14px;
    padding-top: 5px;
}

.meda .tzgg .tzgg-list ul li time em {
    font-style: normal;
    font-size: 26px;

}

.meda .tzgg .tzgg-list .tz-list {
    float: right;
    width: 88%;
}

.meda .tzgg .tzgg-list .tz-list h5 {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 10px;
}

.meda .tzgg .tzgg-list .tz-list p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 这里是超出几行省略 */
    overflow: hidden;
    color: #777;
    font-size: 15px;
}

.meda .tzgg .tzgg-list .tz-list:hover p {
    color: #da2c43;
}

.meda .focus {
    width: 48%;
    float: right;
}

.meda .focus .tit_bar .tit::before {
    height: 35px;
    width: 40px;
}

.meda .focus .focus-con .focus-2 {
    float: left;
    overflow: hidden;
}

.meda .focus .focus-con .focus-2 img {
    transition: all .6s;
}

.meda .focus .focus-con .focus-2 img:hover {
    transform: scale(1.1);
}

.meda .focus .focus-con .focus-gc {
    font-size: 18px;
    float: right;
    width: 68%;
}

.meda .focus .focus-con>a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.meda .focus .focus-con .focus-gc time {
    color: #e06614;
    font-size: 15px;
}

.meda .focus .focus-con .focus-gc h3 {
    color: #1f1a17;
    font-weight: normal;
    margin: 15px 0px 0 -6px;
}

.meda .focus .focus-con .focus-gc h3 em {
    color: #e06614;
    font-style: normal;
}

.meda .focus .focus-con .focus-gc p {
    color: #838280;
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.meda .focus .focus-con .focus-gc p:hover {
    color: #da2c43;
}

.meda .focus .focus-con .focus-list ul li {
    padding-top: 30px;
}

.meda .focus .focus-con .focus-list ul li .time {
    float: right;
    font-size: 14px;
    color: #a9a9a9;
}

.meda .focus .focus-con .focus-list ul li h5 {
    font-size: 17px;
    color: #141216;
    font-weight: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.meda .focus .focus-con .focus-list ul li h5:hover {
    color: #da2c43;
}

.meda .focus .focus-con .focus-list ul li h5 em {
    color: #e06614;
    font-style: normal;
}

/* scroll */
.scroll {
    /* height: 1000px; */
    background-position-y: 40%;
}

.scroll-con button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.3);
    font-size: 28px;
    transition: .5s;
    z-index: 9;
    bottom: 35%;
    color: #333;
}

.scroll-con button.slick-prev {
    left: 0;
}

.scroll-con button.slick-next {
    right: 0;
}

.scroll-con button:hover {
    background-color: #da2c43;
}

.scroll-con button:hover i {
    color: #fff;
}

/* mediaStudies_wrap */
.mediaStudies_wrap {
    width: 60%;
    float: left;
}

.white .tit_bar .tit {
    background: none;
}

.white .tit_bar .tit em {
    color: #FFF;
}

.white .tit_bar .tit em::before {
    background: #FFF
}

.white .tit_bar .more {
    background: none;
}

.white .tit_bar .more::before {
    opacity: .6;
}

.white .tit_bar .more:hover::before {
    opacity: 1;
    background-position: 0;
}

.white .tit_bar::after {
    width: 72%;
    left: 19%;
    background: #afc3db;
    z-index: 9;
    display: none
}

.white.mediaStudies_wrap .tit_bar::after {
    width: 34%;
    left: 1.6rem;
    background: #89afdb;
    z-index: 9
}

.mediaStudies_wrap ul {
    display: flex;
    justify-content: space-between;
}

.mediaStudies_wrap ul li {
    margin-bottom: 0.3rem;
    flex: 1;
}

.mediaStudies_wrap ul li:first-child {
    margin-right: 40px;
}

.mediaStudies_wrap ul li span {
    display: block;
}

.mediaStudies_wrap ul li span._thum {}

.mediaStudies_wrap ul li span._thum::after {
    padding-bottom: 66%;
}

.mediaStudies_wrap ul li span._thum .box {
    position: absolute;
    color: #fff;
    background-color: #da2c43;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    display: flex;
    padding: 15px;
    padding-right: 20px;
    bottom: -1px;
}

.mediaStudies_wrap ul li span._thum .box::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    padding-right: 5px;
}

.mediaStudies_wrap ul li p.title {
    padding: .2rem 0;
    background: #FFF;
    font-size: 15px;
    color: #777;
    line-height: 28px;
}

.bg_2 .mediaStudies_wrap ul li p.title span {
    color: #1a1b20;
    font-size: 17px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 这里是超出几行省略 */
    overflow: hidden;
    margin-bottom: 10px;
}

.mediaStudies_wrap ul li p.title:hover {
    color: #da2c43;
}

/* newsFaculty_wrap */
.newsFaculty_wrap {
    float: right;
    width: 38%;
}

.newsFaculty_wrap ul {}

.newsFaculty_wrap ul li {}

.newsFaculty_wrap ul li a {
    padding: 0.17rem 0;
    display: block;
}

.newsFaculty_wrap ul li:first-child a {
    padding-top: 0;
}

.newsFaculty_wrap ul li a h5 {
    font-size: 0.18rem;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    color: #1a1b20;
}

.newsFaculty_wrap ul li a h5:hover {
    color: #da2c43;
}

.newsFaculty_wrap ul li a h5:hover:before {
    background-color: #da2c43;
}

.newsFaculty_wrap ul li a h5::before {
    width: 5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    height: 5px;
    background-color: #d0d0d0;
    border-radius: 50%;
    display: block;
}

.newsFaculty_wrap ul li a .time {
    float: right;
    font-family: Arial;
    color: #999;
    font-size: 15px;
    padding-top: 2px;
}




/* favorite */
.links_wrap {
    padding-top: 0.4rem;
    position: relative;
}

.links_wrap::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    position: absolute;
    bottom: 20px;
}

.links_wrap .tit_bar .tit::before {
    width: 35px;
    height: 35px;
}

.links_wrap .favorite .favorite_anchor {
    padding-bottom: 80px;
}

.links_wrap .favorite .favorite_anchor p {
    font-size: 20px;
    color: #000;
    padding-top: 25px;
}

.links_wrap .favorite .favorite_anchor .shu2 {
    padding-top: 28px;
}

.links_wrap .favorite .favorite_anchor .shu4 {
    padding-top: 15px;
}

.links_wrap .favorite .favorite_anchor p em {
    font-style: normal;
    font-size: 35px;
    color: #da2c43;
    padding-right: 5px;
    font-weight: bold;
}

.links_wrap .favorite .favorite_anchor span {
    font-size: 18px;
    color: #3d3d3d;
}

.links_wrap .favorite .favorite_anchor span:hover {
    color: #da2c43;
}

.links_wrap .favorite .favorite_anchor .xian {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #da2c43;
    position: absolute;
    bottom: -10px;
    right: 50%;
    border: 5px solid #fff;
    z-index: 1;
}

.links_wrap .favorite .favorite_anchor::after {
    content: '';
    display: block;
    height: 40px;
    width: 1px;
    background-color: #d9d9d9;
    right: 53%;
    position: absolute;
    bottom: 25px;
}

.links_wrap .favorite .favorite_anchor::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #da2c43;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    right: 50%;
    bottom: 10px;
    z-index: 1;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.scroll2 {
    padding: 50px 0 70px;
}

.scroll2 .tit_bar .tit::before {
    width: 35px;
    height: 40px;
}

.scroll2 div {
    overflow: hidden;
}

.scroll2 div img {
    transition: all .6s;
}

.scroll2 div img:hover {
    transform: scale(1.05);
}

.favorite {
    position: relative;
}

.favorite .favorite_list {
    display: none;
    text-align: center;
}

.favorite .favorite_list.slick-initialized {
    display: block;
}

.favorite .favorite_item {
    display: block;
    text-align: center;
}

.favorite .slick-slide {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
}

.favorite .slick-slide.slick-active {
    opacity: 1;
    visibility: inherit;
}

.favorite .favorite_anchor {
    display: block;
    position: relative;
}

.favorite .favorite_anchor img {
    margin: auto;
}

.favorite .favorite_anchor span {
    padding: .2rem 0 0;
    display: block;
}

.favorite .favorite_control {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.favorite button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.09);
    font-size: 28px;
    transition: .5s;
}

.favorite button {
    color: #333;
}

.favorite button:hover {
    color: #FFF;
    background: #da2c43;
}

.favorite .favorite_next {
    right: 0;
}

.favorite .slick-dots {
    display: none;
}

.favorite_current {
    color: #da2c43;
}

.scroll-con .slick-dots li {
    display: none;
}

.scroll-con .slick-dots li.slick-active {
    display: block;
}

/*photo*/
.photo {
    position: relative;
    width: 100%;
}

.photo h2 {
    font-family: 'SCDream', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
    letter-spacing: -0.04em;
}

.photo h2 img {
    vertical-align: top;
}

.photo .photo_sly_list {
    overflow: hidden;
    margin-top: 30px;
    margin-left: -35px;
}

.photo .photo_sly_list .photo_item {
    float: left;
    margin-left: 35px;
}

.photo .photo_sly_list .photo_item a .photo_img {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 69%;
}

.photo .photo_sly_list .photo_item a .photo_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .2s ease-in-out;
}

.photo .photo_sly_list .photo_item a:hover .photo_img img {
    transform: scale(1.15);
}

.photo .photo_sly_list .photo_item a span {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.photo .photo_control {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 0;
}

.photo .photo_control button {
    width: 16px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    transition: background-image .2s ease-in-out;
}

.photo .photo_control button:hover {}

.photo .photo_control button.photo_prev {
    margin-right: 35px;
    background-position: top left;
}

.photo .photo_control button.photo_next {
    background-position: top right;
}

.photo .photo_more {
    display: none;
    position: absolute;
    top: -3px;
    right: 0;
    padding: 0 8px;
    border: 1px solid #b4b4b4;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    letter-spacing: -0.04em;
}

.photo .photo_more:after {
    display: inline-block;
    width: 6px;
    height: 8px;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
    content: '';
}

.photo .progress {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.photo .progressbar {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #b4b4b4;
}

.photo .progressbar span {
    display: inline-block;
    height: inherit;
    background-color: #000;
    transition-property: width;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

/*---------media---------*/
@media only screen and (max-width:1700px) {
    .rh-wrap {
        background-size: 100% 100%;
    }
}

@media only screen and (max-width:1600px) {
    .white .tit_bar::after {
        width: 67.5%;
        left: 22%;
    }

    .scroll2 .slick-initialized .slick-slide {
        padding: 0 5px !important;
    }

    .scroll2 .slick-list {
        margin: 0 -5px;
    }
}

@media only screen and (max-width:1400px) {

    .main_visual .visual_control #slide-info {
        left: 17%;
    }

    .rh-wrap .visual_control .visual_dots {
        width: 84%;
    }

    .chengzhi .czby .img ul li .wenzi-r {
        top: 25px;
        font-size: 12px;
        line-height: 16px;
    }

    .chengzhi .czjt {
        width: 50%;
    }

    .chengzhi .czby {
        width: 47%;
    }

    .chengzhi .czby .img ul li .wenzi-l {
        top: 25px;
    }

    .chengzhi .czby .img ul li .wenzi-r p {
        line-height: 16px;
        padding-right: 5px;
    }

    .chengzhi .czjt .czjt-list2 ul li {
        padding-top: 15px;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul li {
        padding: 10px 5px 0 0;
    }

    .meda .focus .focus-con .focus-gc {
        width: 60%;
    }

    .meda .focus .focus-con>a {
        display: flex;
        justify-content: space-between;
    }

    .meda .focus .focus-con .focus-gc p {
        padding-top: 10px;
    }

    .meda .focus .focus-con .focus-gc h3 {
        margin: 10px 0px 0 -6px;
        line-height: 24px;
    }

    #footer-wrap dl {
        padding-left: 20px !important;
    }
}

@media only screen and (max-width:1200px) {
    .img_linksWrap ul li {
        width: 2.4rem;
    }

    .main_visual .visual_control #slide-info {
        left: 20%;
    }

    .bg_1 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .chengzhi .czjt .czjt-title .time {
        width: 48%;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul {
        width: 48%;
    }

    .meda .focus .focus-con .focus-gc {
        width: 60%;
        margin-left: 20px;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul li span {
        font-size: 14px;
        padding-left: 0;
        line-height: 16px;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul li {
        padding: 5px 5px 0 0;
    }

    .meda .tzgg .tzgg-list .tz-list {
        width: 85%;
    }

    .links_wrap .favorite .favorite_anchor p em {
        font-size: 30px;
    }

    .favorite .favorite_anchor span {
        padding: .1rem 0 0;
    }

    .links_wrap .favorite .favorite_anchor p {
        padding-top: 15px;
    }

    .links_wrap .favorite .favorite_anchor .shu4 {
        padding-top: 10px;
    }

    .links_wrap .favorite .favorite_anchor .shu2 {
        padding-top: 20px;
    }

    .links_wrap .favorite .favorite_anchor p {
        font-size: 18px;
    }

    #footer-wrap dl {
        padding-left: 0px !important;
    }

    #footer-wrap .copy {
        width: 30%;
    }

    #footer-wrap .fm {
        left: 34% !important;
    }

    #footer-wrap .foot1 p,
    #footer-wrap .fm dd {
        font-size: 15px !important;
    }
}

@media only screen and (max-width:999px) {

    /*main_visual*/
    .main_visual .visual_prev,
    .main_visual .visual_next {
        display: none !important;
    }

    .main_visual .visual_control .wrap>button {
        padding: 0;
        background: none;
        /* display: none !important; */
    }

    .main_visual .visual_control .wrap>button.visual_auto {
        /* display: block !important; */
    }

    .main_visual .visual_control .wrap>button:hover {
        background: none
    }

    .main_visual .visual_control .wrap>button:hover i {
        color: #FFF
    }

    .main_visual .mv_scroll,
    .main_visual .img_links,
    .main_visual .visual_Srch,
    .main_visual .visual_Srch.is_show {
        display: none
    }

    .main_visual .slogan h3 {
        letter-spacing: 0;
    }

    .main_visual .slogan h3 strong {
        margin-top: 20px;
    }

    .main_visual .slogan p {}

    .main_visual .visual_name {
        font-size: 12px;
        bottom: 20px;
        right: 10px;
    }

    .main_visual .visual_control #slide-info {
        bottom: 10%;
        left: 23%;
    }

    .main_visual .visual_control {
        bottom: 30px;
    }

    .newsFaculty_wrap ul li a {
        padding: 0.15rem 0;
    }

    .newsFaculty_wrap ul li a h5::before {
        top: 50%;
    }

    .mediaStudies_wrap {
        width: 100%;
        float: none;
    }

    .newsFaculty_wrap {
        width: 100%;
        margin: 0 0 .3rem 0;
    }

    .newsFaculty_wrap.white .tit_bar .more:hover::before {
        /* background-position: 0 -20px; */
    }

    .newsFaculty_wrap ul {
        padding-bottom: 0;
    }

    .img_linksWrap ul li {
        width: 1.8rem;
    }

    .white.mediaStudies_wrap .tit_bar::after,
    .white .tit_bar::after {
        width: 72%;
    }

    .white .tit_bar::after {
        background: #dbe2e9;
    }

    /*sitemap-list*/
    .sitemap-list .tit {
        width: 20%;
    }

    .sitemap-list .tit a {
        font-size: 20px;
    }

    .sitemap-list .tit:after {
        left: 20%;
    }

    .sitemap-list .depth2-list .lm_l2 {
        width: 31%;
    }



    .rh-wrap .bg_2 {
        padding-top: 0;
    }

    .rh-wrap {
        background-size: cover;
    }

    .rh-wrap .newsFaculty_wrap {
        width: 100%;
        padding-top: 30px;
    }

    .rh-wrap .communicate .more {
        color: #da2c43;
    }

    .rh-wrap .communicate .more button {
        background-color: #da2c43;
    }

    .rh-wrap .newsFaculty_wrap .cont a {
        display: flex;
        flex-direction: column;
    }

    .rh-wrap .newsFaculty_wrap .cont .cont1 {
        color: #191919;
        width: 100%;
        padding-top: 30px;
    }

    .chengzhi {
        padding: 45px 0;
        background-size: cover;
    }

    .chengzhi .czby {
        width: 100%;
        padding-top: 30px;
    }

    .chengzhi .czjt {
        width: 100%;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul li {
        padding: 10px 0px 0 0;
        font-size: 18px;
    }

    .chengzhi .czjt .czjt-title .time,
    .chengzhi .czjt .czjt-title .czjt-list ul {
        width: 65%;
    }

    .chengzhi .czby .img ul {
        display: flex;
        justify-content: center;
    }

    .chengzhi .czby .img ul li .wenzi-r {
        font-size: 16px;
    }

    .meda .tzgg {
        width: 100%;
    }

    .meda .focus {
        width: 100%;
        padding-top: 30px;
    }

    .meda .focus .focus-con .focus-gc {
        width: 75%;
    }

    .bg_1 {
        padding-top: 0;
    }

    .links_wrap {
        padding-top: 40px;
    }

    /* #footer-wrap .fm{
        left: 5% !important;
        top: 55% !important;
    } */
    .scroll2 {
        padding: 30px 0;
    }

    .scroll-con {
        padding: 0 15px;
    }

    html #footer-wrap {
        background-size: cover;
    }

    #footer-wrap .fm {
        left: 70% !important;
    }

    #footer-wrap .share ul {
        display: flex;
        justify-content: space-evenly !important;
    }

    #footer-wrap .foot1 {
        margin-top: 25px !important;
    }
}

@media only screen and (max-width:768px) {

    /*main_visual*/
    /* .main_visual{height: 40vh;} */
    .main_visual .visual_name {
        display: none
    }

    .main_visual .visual_control #slide-info {
        left: 28%;
    }

    .bg_1 {
        padding-bottom: 0;
    }

    .newsFaculty_wrap {
        margin-bottom: 0;
    }

    .newsFaculty_wrap ul {
        padding-bottom: 0;
    }

    .tit_bar::after {
        top: 0.37rem;
    }

    .tit_bar .tit {
        font-size: 25%;
    }

    .tit_bar .tit em {
        font-size: 55%;
    }

    .tit_bar .more {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .newsFaculty_wrap ul {
        padding: 0.1rem 0.2rem 0rem 0.2rem;
    }

    .newsFaculty_wrap ul li a {
        padding: 0.14rem 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .newsFaculty_wrap ul li a h5 {
        font-size: .18rem;
        overflow: visible;
        line-height: 1.6;
        text-overflow: initial;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;
    }

    .newsFaculty_wrap ul li a .time {
        float: none;
        font-size: 0.15rem;
        margin-top: 5px;
    }

    .bg_2 {
        padding: 0.3rem 0.2rem;
        margin-left: -6%;
        margin-right: -6%;
        border-width: 8px;
    }

    .img_linksWrap {
        padding: 1rem 0 0.2rem;
    }

    .white.mediaStudies_wrap .tit_bar::after {}

    .img_linksWrap ul {
        justify-content: space-between;
    }

    .img_linksWrap ul li {
        width: 32%;
        margin: 0 0 0.6rem;
        transform: none !important;
    }

    .img_linksWrap ul li.n7 {
        width: 100%;
    }

    .img_linksWrap ul li a {
        width: 1.1rem !important;
        height: 1.1rem !important;
    }

    .img_linksWrap ul li a span {
        border-width: 8px;
    }

    .img_linksWrap ul li.n3 {
        transform: none
    }

    .img_linksWrap ul li a span img {
        width: 45%;
    }


    .mediaStudies_wrap ul li span.title {
        font-size: .18rem;
    }

    /*sitemap-list*/
    .sitemap-list .tit {
        width: 25%;
    }

    .sitemap-list .tit:after {
        left: 25%;
    }

    .sitemap-list .depth2-list .lm_l2 {
        width: 49%;
    }

    .chengzhi .czjt .czjt-title .time,
    .chengzhi .czjt .czjt-title .czjt-list ul {
        width: 55%;
    }
}

@media all and (max-width:640px) {
    .main_visual .visual_control #slide-info {
        left: 30%;
        bottom: 24%;
    }

    .main_visual .visual_control {
        bottom: 15px;
    }

    #current-slide {
        font-size: 20px;
    }

    .main_visual .visual_prev,
    .main_visual .visual_next {
        display: none !important;
    }

    .favorite {
        margin: 30px -20px 20px;
        padding: 0;
    }

    .favorite .favorite_anchor {}

    .favorite .n0 .favorite_anchor {
        letter-spacing: -0.03em;
    }

    .favorite .favorite_control {
        position: relative;
        top: auto;
        width: 1.6rem;
        height: 35px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .favorite button {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.09);
        background: #FFF;
    }

    .favorite button:before {
        top: 11px;
        width: 7px;
        height: 12px;
        background-size: 7px auto;
    }

    .favorite .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        display: block;
    }

    .favorite .slick-dots li {
        display: none;
        font-weight: 500;
    }

    .favorite .slick-dots li.slick-active {
        display: block;
        text-align: center;
        font-size: 0.2rem;
    }

    .favorite .favorite_count {
        display: block;
        font-size: 13px;
        text-align: center;
        color: #3f3f3f;
        letter-spacing: 0;
        line-height: 32px;
    }

    .favorite .favorite_current {
        color: #da2c43;
        margin: 0 1px;
    }

    .newsFaculty_wrap ul li a {
        padding: .12rem 0;
    }

    .links_wrap::after {
        bottom: 20%;
    }

    .scroll-con .slick-dots {
        text-align: center;
        margin: 30px 0;
        font-size: 20px;
        z-index: 9;
    }

    .scroll-con button {
        bottom: 20px;
        z-index: 10;
    }

    .scroll-con button.slick-next {
        right: 35%;
    }

    .scroll-con button.slick-prev {
        left: 35%;
    }
}

@media only screen and (max-width:599px) {

    /*sitemap-list*/
    .sitemap-list,
    .sitemap-list .tit {
        display: block;
        width: 100%;
        padding: 13px 0;
    }

    .sitemap-list .tit {
        border-top: 2px solid #14a922
    }

    .sitemap-list .tit:after {
        display: none;
    }

    .sitemap-list .depth2-list {
        display: block;
        width: 95%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sitemap-list:first-child .depth2-list {
        border-top: 0;
    }

    .main_visual .visual_control #slide-info {
        left: 40%;
    }

    .bg-11 .mediaStudies_wrap ul {
        flex-direction: column;
    }

    .mediaStudies_wrap ul li:first-child {
        margin-right: 0;
    }

    .mediaStudies_wrap ul li {
        margin-bottom: 0.1rem;
    }

    .rh-wrap .mediaStudies_wrap .item {
        margin-bottom: 25px;
    }

    .rh-wrap .visual_control .visual_dots {
        width: 75%;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul li {
        padding-top: 10px;
    }

    .chengzhi .czjt .czjt-title .time h1 {
        font-size: 25px;
        padding: 5px 0;
    }

    .chengzhi .czjt .czjt-title {
        text-align: center;
    }

    .chengzhi .czjt .czjt-title .time p {
        padding: 5px 0;
        line-height: 28px;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul {
        width: 100%;
        text-align: left;
    }

    .chengzhi .czjt .czjt-title .czjt-list {
        bottom: 0;
        position: relative;
        padding-left: 20px;
    }

    .chengzhi .czjt .czjt-title .time {
        position: relative;
        width: 100%;
    }

    .chengzhi .czby .img ul {
        display: flex;
        flex-direction: column;
    }

    .chengzhi .czby .img ul li {
        flex: 1;
        margin: 0;
        padding-bottom: 20px;
    }

    .chengzhi .czby .img ul li img {
        width: 100%;
    }

    .chengzhi .czby .img ul li .wenzi-r,
    .chengzhi .czby .img ul li .wenzi-l {
        top: 60px;
    }

    .chengzhi .czjt .czjt-list2 {
        margin-top: 0px;
    }

    .chengzhi .czjt .czjt-title .czjt-list ul {
        padding: 20px 0;
    }

    .meda {
        padding-top: 30px;
    }

    .meda .focus .focus-con .focus-2 {
        text-align: center;
    }

    .meda .tzgg .tzgg-list .tz-list {
        width: 80%;
    }

    .meda .focus .focus-con>a {
        flex-direction: column;
    }

    .meda .focus .focus-con .focus-gc {
        margin-left: 0;
        padding-top: 10px;
        width: 100%;
    }

    .scroll-con button.slick-next {
        right: 30%;
    }

    .scroll-con button.slick-prev {
        left: 30%;
    }

}

@media only screen and (max-width:399px) {
    .main_visual .visual_control #slide-info {
        left: 50%;
    }

    .rh-wrap .visual_control .visual_dots {
        width: 70%;
    }

    /*sitemap-list*/
    .sitemap-list .depth2-list .lm_l2 {
        width: 100%;
        display: block;
    }

    .chengzhi .czby .img ul li .wenzi-r,
    .chengzhi .czby .img ul li .wenzi-l {
        top: 20px;
    }

    .chengzhi .czby .img ul li .wenzi-l,
    .chengzhi .czby .img ul li .wenzi-r {
        font-size: 14px;
    }

    .meda .tzgg .tzgg-list .tz-list {
        width: 75%;
    }

    .scroll-con button.slick-next {
        right: 25%;
    }

    .scroll-con button.slick-prev {
        left: 25%;
    }


}

@media screen and (max-width: 350px) {
    .main_visual .visual_control #slide-info {
        left: 55%;
    } 
}