body {
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


/* 公共类 */
.w-85,
.w-72,
.w-68 {
    margin: 0 auto;
}

.w-85 {
    width: 85%;
    max-width: 1600px;
}

.w-72 {
    width: 72%;
    max-width: 1400px;
}

.w-68 {
    width: 68%;
    max-width: 1400px;
}
.tf-size{
    font-size: 20px;
    letter-spacing: 2px;
}

.font-18{
    font-size: 18px;
}

/* 超出两行后显示... */
.more-two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.more-one-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}


.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fa-end {
    align-items: flex-end;
}

.f-between {
    justify-content: space-between;
}

.container {
    font-size: 16px;
    background-size: 100%;
    background-position: 50% -150px;
}

/* 头部 */
.header {
    width: 100%;
    position: relative;
    text-align: center;
}

.header .header-bg {
    width: 100%;
    height: 260px;
    margin-top: 40px;
}

.header .header-top,
.header .header-bottom {
    position: absolute;
    top: 0;
    z-index: 1;
}

.header .header-top {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.header .header-top .content {
    padding: 7px;
}

.header .header-top .content .left {
    margin-left: 48px;
}

.header .header-top .content .right .search-box {
    margin-left: 48px;
    background-color: #f5f4f2;
    padding: 2px 6px 3px;
    height: 24px;
    border-radius: 3px;
}
.header .header-top .content .right .search-box .clears{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header .header-top .content .right .search-box .search-icon {
    width: 15px;
    height: 15px;
    transform: translate(-5px, -20%);
}

.header .header-top .content .right .search-box .search-icon img {
    width: 100%;
    height: 100%;
}


.header .header-top .content .right .search-box input {
    border: none;
    background-color: transparent;
    outline: none;
}

/* logo部分 */
.header .header-bottom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -37%);
}

.header .header-bottom .logo {
    width: 29%;
}

.header .header-bottom .logo img {
    width: 100%;
}

.header .header-bottom>img {
    width: 33%;
}

/* 菜单列 */

/* .sp_header {
	display: none;
} */

.sjj_nav {
    display: none;
}

.nav-menu {
    height: 60px;
    background: linear-gradient(to right, #bb2320, #ca401b);
}

.nav-menu .nav-list {}

.nav-menu .nav-list .nav-item {
    flex: 1;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.nav-menu .nav-list .nav-item a {
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: block;
}

.nav-menu .nav-list .nav-item.active a {
    background-color: #c60001;
    height: 64px;
    line-height: 64px;
    margin-top: -2px;
}

.nav-menu .nav-list .nav-item .sub-menu {
    position: absolute;
    top: 59px;
    z-index: 5;
    width: 100%;
    background-color: rgb(240, 76, 75, .8);
    display: none;
}

.nav-menu .nav-list .nav-item .sub-menu a {
    height: 50px;
    line-height: 50px;
}

.nav-menu .nav-list .nav-item .sub-menu a:hover {
    color: #ea0000;
    background: #fff;
    font-weight: bold
}

/* 轮播部分 */
.banner {
    margin-top: 30px;
    height: 600px;
    background-color: #bb2320;
    position: relative;
}

.banner .yx-rotaion {
    width: 65% !important;
    height: 100% !important;
    margin: 0 auto;
}

.banner .yx-rotaion .current,
.banner .yx-rotaion .current a,
.banner .yx-rotaion .current a img {
    width: 100%;
    height: 100%;
}

.banner .banner-title {
    width: 80% !important;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 60px;
    padding-left: 10%;
    box-sizing: border-box;
}


.yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
    position: absolute
}

.yx-rotation-t {
    color: #fff;
    font-size: 16px;
    font-family: microsoft yahei;
    z-index: 2;
    bottom: 0;
    left: 10px;
    line-height: 40px
}

.yx-rotation-focus span,
.yx-rotaion-btn span {
    background: url('/statics/images/hdswdx/ico.png') no-repeat;
    display: block;
}

.yx-rotation-focus {
    height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 20px;
    z-index: 2
}

.yx-rotation-focus span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    line-height: 12px;
    float: left;
    margin-left: 5px;
    position: relative;
    top: 14px;
    cursor: pointer;
    text-indent: -9999px
}

.yx-rotaion-btn {
    width: 100%;
    height: 41px;
    top: 50%;
    margin-top: -20px;
}

.yx-rotaion-btn span {
    width: 70px;
    height: 70px;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: relative
}

.yx-rotaion-btn .left_btn {
    background: url('/statics/images/hdswdx/banner-arrow-left.png') no-repeat;
    background-size: 100%;
    float: left;
    left: 10px
}


.yx-rotaion-btn .right_btn {
    background: url('/statics/images/hdswdx/banner-arrow-right.png') no-repeat;
    background-size: 100%;
    float: right;
    right: 10px
}

.yx-rotaion-btn span.hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.yx-rotation-focus span.hover {
    /* background-position: -10px -126px */
    background-color: #fff;
}

.rotaion_list {
    width: 0;
    height: 0;
    overflow: hidden;
}

/* 添加 */
.banner:hover .yx-rotaion-btn{
    display: block;
}
.banner .yx-rotaion-btn{
    display: none;
    width: 75% !important;
    height: auto;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .yx-rotaion-btn .left_btn{
    left: 0;
}
.banner .yx-rotaion-btn .right_btn{
    right: 0;
    transform: translateX();
}
/* 添加end */


/* 校院新闻 部门动态 机关党建 通知公告 */
.news-box {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
    background: url('/statics/images/hdswdx/home_bg01.jpg') no-repeat;
    background-size: 1920px 100%;
    background-position: 0 140px;
}

.news {
    display: grid;
    grid-template-columns: 2.6fr 1.1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas:
        "left-top right"
        "left-bottom right";
    gap: 20px;
    margin-top: 30px;
}

/* 左侧 校院新闻 部门动态 机关党建 */
.news .news-left-top {
    grid-area: left-top;
    padding: 10px;
}

.news .news-left-top .title-list {
    font-size: 22px;
    /* font-weight: 600; */
    color: #878787;
    border-bottom: 1px solid #f1ece8;
}

.news .news-left-top .title-list .title-item {
    padding: 10px 0;
    cursor: pointer;
}

.news .news-left-top .title-list .line {
    margin: 0 16px;
}

.news .news-left-top .title-list .active {
    color: #bb2121;
    position: relative;
}

.news .news-left-top .title-list .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #bb2121;
    transform: translateY(2px);
}
.news .news-left-top .title-list>a {
    font-size: 13px;
    color: #909090;
}
/* 新闻列表 */
.news-list {}

.news-list .news-item {
    color: #a5a5a5;
    padding: 20px 0;
}

.news-list>li:not(:last-child) .news-item {
    border-bottom: 1px dashed #f1ece8;
}

.news-list .news-item span:first-child {
    font-size: 18px;
    color: #000;
    flex: 1;
}
.news-list .news-item span:nth-child(2) {
    width: 100px;
}

/* 机关党建 */
.news .news-left-bottom {
    grid-area: left-bottom;
    position: relative;
}

.news .news-left-bottom .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    /* max-width: 900px; */
    z-index: 1;
}

.news .news-left-bottom .content {
    position: relative;
    z-index: 2;
    padding: 15px 40px 0 10px;
    box-sizing: border-box;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
}

.news .news-left-bottom .content a {
    color: #fff;
}

.news .news-left-bottom .content .lb-title {
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #fae5c6;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.news .news-left-bottom .content .lb-title .active {
    position: relative;
    padding-bottom: 10px;
}

.news .news-left-bottom .content .lb-title .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e9d0a8;
    position: absolute;
    bottom: 0;
}


.news .news-left-bottom .content .lb-title>a {
    font-size: 13px;
}

.news .news-left-bottom .content .dj-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px 10%;
    padding-top: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.news .news-left-bottom .content .dj-list li {
    padding: 0 0 0 30px;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.news .news-left-bottom .content .dj-list li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 15px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}

.news .news-left-bottom .content .dj-list .dj-item {
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .news-left-bottom .content .dj-list .dj-item>div:last-child {
    font-size: 13px;
}

/* 通知公告 */
.news .news-right {
    grid-area: right;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.news .news-right .r-title {
    color: #fff;
    background-color: #bb2320;
    padding: 16px;
    font-size: 22px;
}

.news .news-right .r-title a {
    font-size: 13px;
    color: #fff;
}

.news .news-right .r-list {
    padding: 0 10px;
    height: 600px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, .5);
}

.news .news-right .r-list li {
    padding: 20px 0;
}

.news .news-right .r-list li:not(:last-child) {
    border-bottom: 1px solid #f1e4d3;
}

.news .news-right .r-list .r-item {
    display: flex;
}

.news .news-right .r-list .r-item>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    color: #b61b21;
    font-size: 11px;
}

.news .news-right .r-list .r-item>div:first-child span:first-child {
    font-weight: bold;
    font-size: 32px;
}

.news .news-right .r-list .r-item>div:first-child span:nth-child(2) {
    transform: translateY(-6px);
}

.news .news-right .r-list .r-item>div:nth-child(2) {
    flex: 1;
    color: #000;
    font-size: 17px;
    line-height: 27px;
}

/* 为党育才 为党献策 */
.wdyc-img-title {
    margin: 30px auto;
}

.wdyc-img-title img,
.img-title img {
    width: 100%;
}

/* 教学资源 */
.teaching-box {}

.list-title {
    letter-spacing: 1px;
    border-bottom: 1px solid #e0be7f;
}

.list-title>div{
    font-size: 22px;
}

.list-title .active {
    color: #bd241e;
    /* font-weight: bold; */
    padding: 10px 0;
    position: relative;
}

.list-title .active::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #bd241e;
    position: absolute;
    bottom: -2px;
}

.list-title>a {
    font-size: 13px;
    color: #909090;
}

/* tab切换 */
.teaching-box .teaching-tab-title img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
}

.teaching-box .teaching-tab-title {
    position: relative;
    margin: 20px 0;
    letter-spacing: 1px;
}

.teaching-box .teaching-tab-title .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 50px;
    display: flex;
    align-items: center;
}

.teaching-box .teaching-tab-title .content a {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 25px;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
}

.teaching-box .teaching-tab-title .content .active {
    color: #fff;
    position: relative;
    background: url('/statics/images/hdswdx/jxzy_title02.png') no-repeat;
    background-size: 100% 100%;
}

/* 课程轮播 */
.teaching-banner-list {
    position: relative;
    display: none;
}
.active-banner{
    display: block;
}

.teaching-banner-list .tb-list-box {
    position: relative;
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.teaching-banner-list .tb-list-box .tb-item {
    /* position: absolute; */
    display: none;
    height: 100%;
    width: calc(33.33% - 30px);
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
}
.teaching-banner-list .tb-list-box .tb-item img{
    width: 100%;
    height: 100%;
}

.teaching-banner-list .tb-list-box .active{
    display: flex;
    overflow: hidden;
}


.teaching-banner-list .tb-list-box .tb-item a {
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.teaching-banner-list .tb-list-box .tb-item a:nth-child(2) {
    margin: 0 10px;
}

.teaching-banner-list .tb-list-box .tb-item a img {
    width: 100%;
}

.teaching-banner-list .tb-list-box .tb-item a .title {
    position: absolute;
    z-index: 2;
    left: 55%;
    top: 47%;
    transform: translate(-50%, -50%);
    color: #bd241e;
    font-weight: bolder;
    font-size: 42px;
    letter-spacing: 2px;
    text-align: center;
    width: 200px;
}

.jsfc-box .tb-list-box,
.kctx-box .tb-list-box,
.jxjd-box .tb-list-box {
    flex-wrap: nowrap;
}

.jsfc-box .tb-list-box .tb-item a,
.kctx-box .tb-list-box .tb-item a,
.jxjd-box .tb-list-box .tb-item a {
    flex: none;
}

.jsfc-box .tempWrap,
.kctx-box .tempWrap,
.jxjd-box .tempWrap {
    width: 98% !important;
    margin: 0 auto;
}
.jsfc-box .picMarquee-left .bd ul li .pic img,
.jsfc-box .tb-list-box .tb-item {
    width: 185px !important;
    height: 260px !important;
    display: block;
    border-radius: 5px;
}

.kctx-box .picMarquee-left .bd ul li .pic img,
.kctx-box .tb-list-box .tb-item {
    width: 400px !important;
    height: 260px !important;
    display: block;
    border-radius: 5px;
}

.jxjd-box .picMarquee-left .bd ul li .pic img,
.jxjd-box .tb-list-box .tb-item {
    width: 300px !important;
    height: 260px !important;
    display: block;
    border-radius: 5px;
}

.teaching-banner-list .tb-list-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.teaching-banner-list .tb-list-arrow img {
    cursor: pointer;
}

.teaching-banner-list .tb-list-arrow .left {
    transform: translateX(-50px);
}

.teaching-banner-list .tb-list-arrow .right {
    transform: translateX(50px);
}

.teaching-banner-list .tb-current-list {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.teaching-banner-list .tb-current-list .current-item {
    width: 25px;
    height: 10px;
    border-radius: 25px;
    background-color: #f0f0f0;
    margin: 0 5px;
    cursor: pointer;
}

.teaching-banner-list .tb-current-list .active {
    background-color: #d33534;
}

.jsfc-box li{
    width: calc(20% - 10px)!important;
}

/* 校园刊物 */
.article-out-box {
    width: 100%;
    max-width: 2060px;
    margin: 0 auto;
    background-color: #fff;
    background: url('/statics/images/hdswdx/home_bg02.jpg') no-repeat;
    background-position: -30px 0;
    background-size: 1920px;
    padding: 40px 0;
}

.article-box .article-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0 50px;
}

.article-box .article-list li {
    padding: 15px 15px 15px 0;
}

.article-box .article-list li:first-child,
.article-box .article-list li:nth-child(2),
.article-box .article-list li:nth-child(3) {
    border-bottom: 1px dashed #dedbca;
}


.article-box .article-list .article-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
}

.article-box .article-list .article-item .article-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.article-box .article-list .article-item .article-title>div:first-child {
    width: 40px;
    display: flex;
    align-items: center;
}

.article-box .article-list .article-item .article-title>div:nth-child(2) {
    flex: 1;
}

.article-box .article-list .article-item>div:last-child {
    color: #606261;
    margin-left: 40px;
}

/* 培训动态 课程方案 教学模式 */
.dynamics-box {
    width: 100%;
    max-width: 2060px;
    margin: 0 auto;
    background-color: #fff;
    background: url('/statics/images/hdswdx/home_bg03.jpg') no-repeat;
    background-size: 1920px 100%;
}

.dynamics {
    display: grid;
    grid-template-columns: 2.6fr 1.1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "left-top right"
        "left-bottom right";
    gap: 20px;
    margin-top: 30px;
}

.dynamics .title {
    border-bottom: 1px solid #e1aead;
}

.dynamics .title .active {
    font-size: 22px;
    color: #bd241e;
    padding: 10px 0;
    position: relative;
}

.dynamics .title .active::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #bd241e;
    position: absolute;
    bottom: -2px;
}

.dynamics .title>a {
    font-size: 13px;
    color: #909090;
}

/* 培训动态 */
.dynamics .dynamics-left-top {
    grid-area: left-top;
}

.dynamics .dynamics-left-top .lt-content {
    /* display: flex; */
    padding-top: 20px;
}

.dynamics .dynamics-left-top .lt-content .bd {
    flex: 1;
}

.dynamics .dynamics-left-top .lt-content-banner .lt-banner-item {
    position: relative;
    display: block;
    height: 390px;
}

.dynamics .dynamics-left-top .lt-content-banner .lt-banner-item img {
    width: 100%;
    height: 100%;
}

.dynamics .dynamics-left-top .lt-content-banner .lt-banner-item>div {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .3));
    padding: 5px 0;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 25px;
}

/* 培训动态列表 */
.dynamics .dynamics-left-top .lt-content .lt-content-list {
    flex: 1;
}

.dynamics .dynamics-left-top .lt-content .lt-content-list li {
    height: 79px;
}

.dynamics .dynamics-left-top .lt-content .lt-content-list li a {
    color: #000;
}

.dynamics .dynamics-left-top .lt-content .lt-content-list .lt-content-item>div:first-child {
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}

.dynamics .dynamics-left-top .lt-content .lt-content-list .lt-content-item>div:first-child::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ba1f1b;
    border-radius: 50%;
    margin: 0 11px;
    position:absolute;
    left:0;
    top:7px;
}


.dynamics .dynamics-left-top .lt-content .lt-content-list .lt-content-item>div:last-child {
    color: #ba1f1b;
    padding-left: 30px;
}


.dynamics .dynamics-left-bottom {
    grid-area: left-bottom;
    position: relative;
}

.dynamics .dynamics-left-bottom .bg-img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.dynamics .dynamics-left-bottom .dynamics-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.dynamics .dynamics-left-bottom .dynamics-content>div {
    color: #fff;
    font-size: 19px;
    margin: 20px 0;
    letter-spacing: 1px;
}

.dynamics .dynamics-left-bottom .dynamics-content .dynamics-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10%;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15%;
    box-sizing: border-box;
}

.dynamics .dynamics-left-bottom .dynamics-content li {
    height: 100%;
}

.dynamics .dynamics-left-bottom .dynamics-content li:nth-child(2) {
    /* margin: 0 10%; */
}

.dynamics .dynamics-left-bottom .dynamics-content .dynamics-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.dynamics .dynamics-left-bottom .dynamics-content .dynamics-item>img:first-child {
    width: 40%;
}

.dynamics .dynamics-left-bottom .dynamics-content .dynamics-item .arrow {
    width: 15%;
}

.dynamics .dynamics-left-bottom .dynamics-content .dynamics-item span {
    font-size: 20px;
    color: #000;
}

/* 教学模式 */
.dynamics .dynamics-right {
    grid-area: right;
}

.dynamics .dynamics-right .dr-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    padding-top: 20px;
}

.dynamics .dynamics-right .dr-list .dr-item img {
    width: 100%;
}

/* 校园环境/培训掠影/教学基地 */
.other {
    margin-top: 30px;
}

.teaching-box>.zy-title {
    margin: 20px 0;
}
.other .title,
.teaching-box>.zy-title {
    color: #fff;
    text-align: center;
    background-color: #bb2320;
    border-radius: 5px;
    padding: 8px 0;
}
.other .title a,
.teaching-box>.zy-title a {
    color: #fff;
}

.other .title .line {
    margin: 0 10px;
}

.other .other-banner {
    padding: 30px 0;
    position: relative;
}

.other .other-banner .banner-list {
    display: flex;
    width: 95%;
    margin: 0 auto;
    zoom: 1;
}

.other .other-banner .banner-list li {
    margin: 0 10px;
    height: 200px;
}

.other .other-banner .banner-list li .pic {
    height: 100%;
}

.other .other-banner .banner-list li a {
    display: block;
    width: 100%;
    height: 100%;
}


.other .other-banner .arrows {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.other .other-banner .arrows img {
    width: 40px;
    cursor: pointer;
}

.other .other-banner .arrows .left {
    transform: translateX(-90%);
}

.other .other-banner .arrows .right {
    transform: translateX(90%);
}

/* 友情链接 */
.other-link {
    margin-top: 60px;
    background-color: #ededed;
}

.other-link .content {
    width: 75%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 15px 0;
}

.other-link .title {
    font-size:20px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    transform: translateY(-100%);
    color: #bd221e;
    font-weight: bold;
    border-bottom: 3px solid #bd221e;
}

.other-link .links a {
    margin-right: 10px;
    font-size: 15px;
    color: #454545;
}

.footer {
    position: relative;
}

.footer .bg-img {
    position: relative;
    width: 100%;
    max-height: 400px;
}

.footer .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.footer .content .footer-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d67e7d;
    padding: 35px 30px 20px 0;
    box-sizing: border-box;
}

.footer,
.footer a {
    color: #fff;
}

.footer .content .footer-top>li:first-child {
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
}

.footer .nav-item:not(:first-child){
    width: 110px;
    position: relative;
    text-align: center;
}
.footer .sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
    background-color: #bd221e;
    display: none;
}

.footer .nav-item a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.footer .sub-menu li a:hover {
    color: #bd221e;
    background-color: #fff;
}

.footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.footer .footer-bottom li {
    height: 50px;
}

.footer .footer-bottom li {
    display: flex;
    align-items: center;
    position: relative;
}

.footer .footer-bottom li .icp-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
}


@media (min-width: 750px) and (max-width: 1600px) {

    .header,
    .w-85,
    .footer,
    .other-link,
    .footer-top,
    .nav-menu {
        width: 1600px;
    }

    .footer .content .footer-top {
        padding: 30px 20px 10px;
        box-sizing: border-box;
    }

    .w-72,
    .w-68,
    .banner,
    .nav-menu .nav-list {
        width: 1400px;
    }
}

@media (max-width: 1400px) {

    .nav-menu,
    .nav-menu .nav-list,
    .header,
    .w-85,
    .footer,
    .other-link,
    .footer-top,
    .nav-menu {
        width: 1400px;
    }
}

/*手机版*/
@media screen and (max-width: 750px) {
    .container {
        /*overflow-x: hidden;*/
        font-size: 14px;
    }

    /* 头部 */
    .news,
    .header,
    .img-title,
    .teaching-box,
    .article-box,
    .dynamics,
    .other,
    .footer,
    .footer .content,
    .header .header-bottom,
    .wdyc-img-title {
        width: 100%;
    }

    .header .header-top,
    .header-bottom>img,
    .banner .banner-title,
    .tb-list-arrow,
    .nav-menu,
    .teaching-banner-list .tb-list-arrow,
    .teaching-banner-list .tb-current-list,
    .other .other-banner .arrows,
    .footer .content .footer-top,
    .other-link{
        display: none;
    }

    .news,
    .teaching-box,
    .article-box,
    .dynamics>div {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header .header-bg {
        margin-top: 0;
        height: 200px;
    }

    .header .header-top .content {
        padding: 6.4px 10px;
    }

    .header .header-top .content .left {
        margin-left: 0;
    }

    
    .header .header-bottom {
        /* transform: translate(-50%, -20%); */
    }

    .header .header-bottom .logo {
        width: 50%;
        margin-left: 20px;
    }

    /* 轮播图 */
    .banner {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }

    .banner::before {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, .4);
    }

    .banner .yx-rotaion {
        width: 100% !important;
    }

    .banner .yx-rotation-focus {
        bottom: 0;
    }

    /* 太阳成集团(中国)新闻动态公告 */
    .news {
        margin-top: 0;
    }

    .news,
    .dynamics {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "left-top"
            "left-bottom"
            "right";
    }

    .news .news-right .r-list .r-item>div:first-child {
        width: 60px;
    }

    .news .news-list li .news-item>span:first-child {
        flex: 1;
        line-height: 24px;
    }

    .news .news-list li .news-item>span:last-child {
        width: 100px;
        text-align: right;
    }

    .news .news-left-bottom .bg-img {
        /* height: 200px; */
        height: 100%;
        position: absolute;
    }

    .news .news-left-bottom .content {
        position: relative;
        left: 0;
        top: 0;
        padding-right: 10px;
    }

    .news .news-left-bottom .content .lb-title {
        margin-top: 10px;
    }

    .news .news-left-bottom .content .dj-list {
        display: flex;
        flex-direction: column;
        gap: 0;
        height: 100%;
        padding-bottom: 30px;
        padding-right: 8px;
    }

    .news .news-left-bottom .content .dj-list li {
        position: relative;
    }

    .news .news-left-bottom .content .dj-list li::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .news .news-left-bottom .content .dj-list .dj-item {
        flex-direction: row;
        align-items: flex-start;
        height: auto;
        margin: 8px 0;
        font-size: 18px;
        line-height: 24px;
    }

    .news .news-left-bottom .content .dj-list .dj-item>div:first-child {
        flex: 1;
    }

    .news .news-left-bottom .content .dj-list .dj-item>div:last-child {
        width: 88px;
        text-align: right;
        font-size:14px;
    }

    .teaching-banner-list .tb-list-box {
        height: 150px;
    }
    .teaching-banner-list .tb-list-box .tb-item a .title{
        font-size: 28px;
    }

    .teaching-box .teaching-tab-title .content,
    .teaching-box .teaching-tab-title img {
        height: 40px;
    }

    /* 为党育才 */
    .wdyc-img-title {
        position: relative;
        overflow: hidden;
    }

    .wdyc-img-title img {
        width: 200%;
        transform: translateX(-22%);
    }

    .article-out-box {
        padding: 0 0 30px;
    }

    .article-box .article-list .article-item .article-title>div:first-child {
        width: 30px;
    }

    .article-box .article-list {
        display: flex;
        flex-direction: column;
    }

    .article-box .article-list li {
        padding: 15px;
    }

    .article-box .article-list .article-item {
        flex-direction: row;
    }

    .article-box .article-list .article-item .article-title {
        flex: 1;
        font-size: 18px;
    }

    .article-box .article-list .article-item>div:last-child {
        width: 100px;
        margin-left: 0;
        text-align: right;
    }

    .article-box .article-list>li:not(:last-child) {
        border-bottom: 1px dashed #dedbca;
    }

    .article-out-box {
        padding-bottom: 10px;
    }

    /* 培训动态 */
    .dynamics {
        margin-top: 10px;
    }

    .dynamics .dynamics-right .dr-list {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .dynamics .dynamics-left-bottom .bg-img {
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .dynamics .dynamics-left-bottom .dynamics-content {
        position: relative;
    }

    .dynamics .dynamics-left-bottom .dynamics-content .dynamics-list {
        position: relative;
        padding: 0 10%;
        font-size: 13px;
    }

    .dynamics .dynamics-left-bottom .dynamics-content .dynamics-item {
        padding: 10px 0;
    }

    .dynamics .dynamics-left-bottom .dynamics-content .dynamics-item span {
        margin: 10px 0;
    }

    .tf-size {
        font-size: 18px;
    }

    .footer .bg-img {
        position: absolute;
        width: 100%;
    }

    .footer .content {
        position: relative;
    }

    .footer .footer-bottom {
        flex-direction: column;
        top: 10px;
    }

    .footer .footer-bottom li {
        height: auto;
        margin: 5px 0;
        justify-content: center;
    }

    .picMarquee-left .bd ul li .pic img {
        width: 200px !important;
    }

    .footer .bg-img {
        height: 100%;
    }

    .footer .footer-bottom {
        position: relative;
        padding-bottom: 30px;
    }

    .footer .footer-bottom li .icp-logo {
        width: 30px;
    }

    /*手机导航*/
    .sp_header {
        /* height: 50px; */
        overflow: hidden;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 5px;
        padding: 5px;
        box-sizing: border-box;
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 5px
    }

    .sp_nav span {
        display: block;
        background: #bb2320;
        width: 25px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 8px
    }

    .sp_nav span:nth-of-type(3) {
        top: 16px
    }

    .sp_nav_se span {
        background: #f7f5f5;
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #bf000a;
        width: 100%;
        height: calc(100% - 104px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
    }

    .nav_show {
        top: 0px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999;
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 0px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #d24d54 solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    /* .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    } */

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #fff;
        width: 80%
    }

    .sjj_nav ul li ul li a {
        color: #fff;
        display: block;
        text-align: left;
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #f5f2f2;
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #f5f2f2
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .sp_header {
        display: block;
    }

    .sjj_nav {
        display: block;
        padding-top: 30px;
    }

    .link_bt {
        display: none;
    }

    .min_link_box {
        display: none;
    }

    .inner_fr {
        display: none;
    }
    
     .banner .yx-rotaion-btn {
        display: none !important;
    }
 
    .teaching-banner-list .tb-list-box{
        gap: 20px;
    }
    .teaching-box .teaching-tab-title .content,
    .teaching-box .teaching-tab-title img {
        height: 40px;
    }

    .jsfc-box .picMarquee-left .bd ul li .pic img,
    .jsfc-box .tb-list-box .tb-item {
        width: 107px !important;
        height: 150px !important;
    }

    .jxjd-box .picMarquee-left .bd ul li .pic img,
    .jxjd-box .tb-list-box .tb-item {
        width: 173px !important;
        height: 150px !important;
    }
}

@media screen and (max-width: 650px) {
    .header .header-bottom .logo {
        width: 60%;
    }

    .teaching-banner-list .tb-list-box {
        height: 150px;
    }
    .teaching-banner-list .tb-list-box .tb-item a .title{
        font-size: 18px;
    }
    .dynamics .dynamics-left-top .lt-content-banner .lt-banner-item {
        height: 300px;
    }

}

@media screen and (max-width: 450px) {
    .header .header-bg {
        height: 140px;
    }

    .banner {
        height: 230px;
    }

    .teaching-banner-list .tb-list-box {
        height: 100px;
    }

    .dynamics .dynamics-left-top .lt-content-banner .lt-banner-item {
        height: 200px;
    }
    .teaching-banner-list .tb-list-box {
        height: 100px;
    }
    .teaching-banner-list .tb-list-box{
        gap: 10px;
    }
    .jsfc-box .picMarquee-left .bd ul li .pic img,
    .jsfc-box .tb-list-box .tb-item {
        width: 71px !important;
        height: 100px !important;
    }

    .jxjd-box .picMarquee-left .bd ul li .pic img,
    .jxjd-box .tb-list-box .tb-item {
        width: 115px !important;
        height: 100px !important;
    }
    
    .news .news-left-top .title-list,
    .news .news-left-bottom .content .lb-title,
    .news .news-right .r-title,
    .list-title>div,
    .dynamics .title .active
    {
        font-size: 18px;
    }
    
    .dynamics .dynamics-left-bottom .dynamics-content .dynamics-item span{
         font-size: 16px;
         width: 65px;
    }
    .font-18{
         font-size: 15px;
    }
    .news-list .news-item span:first-child,
    .news .news-left-bottom .content .dj-list .dj-item,
    .news .news-right .r-list .r-item>div:nth-child(2),
    .article-box .article-list .article-item .article-title{
        font-size: 15px;
    }
}