@charset "UTF-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: url('../img/zt_bg.png') !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

p {
    margin: 0;
    padding: 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

body {
    background: #f4f6f8;
}

ul {
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

@font-face {
    font-family: 'MicrosoftYaHei-Bold';
}
.study{
    width: 100%;
}
.study .banner {
    width: 100%;
}
.study .content .item .speech .articleList a:hover {
    color: #c20603;
}


.study .banner>img {
    width: 100%;
    margin: 0;
    display: block;
}

.study .nav {
    width: 100%;
    height: .6rem;
    background-color: #c20603;
    /*    position: sticky;
        top: 0;
        z-index: 1000;*/
}

.study .nav>ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.study .nav>ul li {
    list-style: none;
    font-size: .22rem;
    color: #fdf636;
    padding: 0 .23rem;
    cursor: pointer;
}

.study .content {
    width: 12rem;
   /* background-color: #ffffff;*/
    margin: 0 auto;
    padding-top: .99rem;
    padding-bottom: .98rem;
    margin-bottom: .19rem;
}

.study .content .item {
    margin-bottom: .67rem;
}

.study .content .item>h2 {
    height: .35rem;

    font-size: .36rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: .35rem;
    letter-spacing: .02rem;
    color: #c20603;
    text-align: center;
    margin-bottom: .38rem;
}

.study .content .item>h2>span {
    position: relative;
}

.study .content .item>h2>span::before,
.study .content .item>h2>span::after {
    position: absolute;
    content: "";
    width: 1.03rem;
    height: .01rem;
    background-color: #c20603;
    top: 50%;
    transform: translate(0, -50%);
}

.study .content .item>h2>span::before {
    left: -1.42rem;
}

.study .content .item>h2>span::after {
    right: -1.42rem;
}

.study .content .item h3 {
    color: #333333;
    font-size: .34rem;
    line-height: .34rem;
    text-align: center;
    margin-top: .68rem;
    margin-bottom: .62rem;
}

.study .content .item .lu {
    display: block;
    width: 4.87rem;
    height: 3.66rem;
    margin: 0 auto;
    display: none;
}

.study .content .item .speech {
    display: flex;
    width: 10.5rem;
    margin: 0 auto;
}

.study .content .item .speech .speechBox {
    width: 5.58rem;
}

.study .content .item .speech .speechBox .more {
    width: 5.3rem;
}

.study .content .item .speech .articleList {
    width: 5.58rem;
    margin: 0;
}

.study .content .item .speech .articleList>a:nth-of-type(1) {
    margin-top: 0 !important;
}

.study .content .item .speech>img {
    display: block;
    width: 4.87rem;
    height: 3.66rem;
    float: right !important;
}

.study .content .item .dynamic {
    display: flex;
    width: 11rem;
    justify-content: space-between;
    padding-bottom: .07rem;
    margin: 0 auto;
}

.study .content .item .dynamic>.img {
    width: 3.5rem;
    position: relative;
    display: block;
    overflow: hidden;
}

.study .content .item .dynamic>.img>img {
    width: 100%;
    height: 100%;
    display: block;

}


.study .content .item .dynamic>.img>img{
    transition:all 0.6s;
}
.study .content .item .dynamic>.img>img:hover{
    transform: scale(1.1);
}


.study .content .item .dynamic>.img>p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .30rem;
    background-color: #c2060350;;
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    text-indent: .11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study .content .item .deploy {
    width: 11.43rem;
    border-radius: .6rem;
    border: solid .02rem #c20603;
    margin: 0 auto;
    margin-top: .6rem;
    padding: .48rem 0;
    display: flex;
    justify-content: space-between;
}

.study .content .item .deploy .articleList {
    width: 5.58rem;
    margin: 0;
    margin-left: .73rem;
}

.study .content .item .deploy .more {
    width: 10.5rem !important;
}

.study .content .item .articleList {
    width: 10.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.study .content .item .articleList>a {
    width: 4.42rem;
    color: #333333;
    font-size: .17rem;
    margin-top: .35rem;
    display: block;
    text-decoration: none;
    position: relative;
    height: 17px;
}
.study .content .item .articleList>a:hover{
    color: #c20603;
}

.study .content .item .articleList>a>span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study .content .item .articleList>a:nth-child(2n) {
    width: 4.08rem;
}

.study .content .item .articleList>a::before {
    position: absolute;
    content: "";
    width: .09rem;
    height: .11rem;
    background: url("../img/artTips1.png") no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: -.24rem;
}

.study .content .item .more {
    width: 11rem;
    text-align: right;
    margin: 0 auto;
    margin-top: .15rem;
    line-height: .14rem;
}

.study .content .item .more>a {
    color: #c20603;
    font-size: .14rem;
    line-height: .14rem;
    text-decoration: none;
    display: block;
}

@media (max-width: 1200px) {

    .study{
        width: 100%;
    }
    .study .content {
        width: 100%;
    }
    .study .content .item .dynamic {
        width: 98%;
    }
    .study .content .item .dynamic>.img {
        width: 33%;
    }
    .study .content .item .dynamic>.img>img {
        width: 100%;
    }
    .study .content .item .articleList {
        width: 95%;
    }
    .study .content .item .articleList>a {
        width: 45%;
        margin-top: .20rem;
    }
    .study .content .item .articleList>a::before {
        left: -0.13rem;
    }
    .study .content .item .articleList>a:nth-child(2n) {
        width: 45%;
    }
    .study .content .item .more {
        width: 98%;
    }
    .study .content .item .speech .speechBox .more {
        width: 100% !important;
    }
    .study .content {
        padding-top: 0.29rem;
        padding-bottom: 0.28rem;
    }
    .study .content .item .speech {
        width: 100%;
        flex-wrap: wrap;
        margin-top: .5rem;
    }
    .study .content .item .articleList {
        width: 97% !important;
        margin: 0 auto !important;
    }
    .study .content .item .articleList>a {
        width: 100% !important;
    }
    .study .content .item .speech>img {
        display: none;
    }
    .study .content .item .lu {
        display: block;
    }
    .study .content .item .speech .speechBox {
        width: 100%;
    }
    .study .content .item .deploy {
        width: 98%;
    }
    .study .content .item .deploy .more {
        width: 98% !important;
    }
    .study .content .item .deploy .articleList {
        width: 95%;
    }
    .study .content .item .deploy .articleList {
        width: 95% !important;
    }
    .study .nav>ul li {
        font-size: .18rem;
        padding: 0 .1rem;
    }
}