.swiper-box{
    width: 576px;
    height: 417px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 54px;
}
.swiper-container{
    width: 100%;
    height: 417px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* margin-top: 34px; */
}
.swiper-container .leftBtn,.rightBtn {
    position: absolute;
    margin-top: -52px;
    z-index: 9;
}
.swiper-container .leftBtn {
    margin-left: 78%;
}
.swiper-container .rightBtn {
    margin-left: 88%;
}
.swiper-box .swiper-slide{
    width: 576px;
    height: 417px;
    background: #F0F0F0;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 576px;
    height: 417px;
    display: inline-block;
    object-fit: cover;
    vertical-align: top;
}
.swiper-box .swiper-slide  > a > p{
    width: 100%;
    height: 100px;
    font-size: 16px;
    color: #ffffff;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: fixed;
    padding: 57px 0 27px 21px;
    margin-top: -100px;
    opacity: 0.75;
    background: linear-gradient(0deg, rgba(3,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

.swiper-box .swiper-pagination{ 
    top: 384px;
    text-align: right;
    padding-right: 4%;
 }
 .swiper-box .swiper-pagination-bullet-active{
    background: #946C14 !important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.swiper-box .swiper-pagination-bullet:last-child::after{
    display: none;
}

.ggtz-box{
    width: 589px;
    display: inline-block;
    vertical-align: top;
    margin-top: 54px;
    margin-left: 30px;
}
.ggtz-box > .title {
    margin-bottom: 30px;
}
.ggtz-item {
    padding: 45px 10px 31px 10px;
    border-bottom: 1px dashed #D2D2D2;
}
.ggtz-item > h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 23px;
}
.ggtz-item > p {
    color: #545555;
    font-size: 14px;
    line-height: 1.8;
}
.ggtz-item > p > a {
    color: #1352BA;
}
.a-item {
    display: inline-block;
    vertical-align: top;
    width: 550px;
}
.a-item> a{
    display: block;
    /* margin-bottom: 26px; */
    clear: both;
    /* margin-top: 20px; */
    line-height: 3.5;
    border-top: 1px solid #C2C2C2;
}
.a-item> a > .point {
    width: 5.7px;
    height: 10px;
    margin-right: 6px;
    background-image: url('../images/point.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.a-item> a:first-child {
    border-top: 0;
}
.a-item> a:last-child {
    border-bottom: 1px solid #C2C2C2;
}
.a-item> a:last-child:hover {
    border-bottom: 0;
}
.a-item> a:hover {
    width: 600px;
    height: 60px;
    border-top: 0;
    margin-left: -4%;
    padding: 0px 4% 0 4%;
    box-shadow: 0px 0px 10px 0px rgba(0.1,0.1,0.1,0.1);
}
.a-item> a:hover + a {
    border-top: 0;
}
.a-item> a:hover p{
    color: #996700;
}
.a-item> a:hover span{
    color: #996700;
}
.a-item> a > img {
    vertical-align: middle;
    margin-right: 6px;
}
.a-item > a > p{
    width: 426px;
    font-size: 16px;
    color: #1F2123;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
/* .a-item > a > p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
} */
.a-item > a > span{
    font-weight: 400;
    font-size: 15px;
    color: #C2C2C2;
    text-align: right;
    margin-left: 18px;
}
.notice .noticeItem {
    width: 600px;
    float: left;
    margin-bottom: 27px;
}
.notice .noticeItem .time {
    float: left;
    padding: 20px 16px;
    color: #ffffff;
    background: linear-gradient(90deg, #2F5BAB, #2C99DF);
}
.notice .noticeItem .info {
    float: left;
    padding: 20px 16px;
    background: #F0F9FF;
}
.list-box{
    width: 370px;
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    margin-right: 40px;
    margin: 0px 38px 0px 38px;
}
.list-box > a{
    display: block;
    margin-bottom: 39px;
}
.list-box >.a-item>a{
    display: inline-block;
    width: 373px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 500;
}
.list-box .title {
    margin-top: 34px;
    margin-bottom: 32px;
}
.list-box .title img {
    vertical-align: middle;
}
.list-box .title .more {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.list-box .title  .more p {
    width: 62px;
    height: 20px;
    background: #EBF3FF;
    border-radius: 10px;
    color: #175ECD;
    text-align: center;
}
.ggtz-box .title .more {
    width: 126px;
    height: 39px;
    font-size: 14px;
    color: #996700;
    padding: 10px 0px 10px 16px;
    display: inline-block;
    background-image: url('../images/height-glide.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 4px;
}
.ggtz-box .title .new {
    font-family: Source Han Serif CN;
    font-weight: 800;
    font-size: 28px;
    color: #996700;
    display: inline-block;
}
.ggtz-box:nth-of-type(1) {
    margin-left: 0;
    width: 812px;
}
.link-item {
    width: 812px;
}
.link-item > a {
    display: inline-block;
    margin-right: 29px;
    margin-bottom: 30px;
}
.link1-item > a {
    display: block;
    margin-bottom: 30px;
}
.link-item > a > div > div{
    padding: 26px;
    color: #ffffff;
}
.link1-item > a > div > div{
    padding: 26px;
    color: #ffffff;
}
.link-item > a > div > div>p{
    display: inline-block;
}
.link-item > a > div > div>span{
    float: right;
}
.link1-item > a > div > div>p{
    width: 310px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.link1-item > a > div > div>span{
    float: right;
}
.art {
    width: 374px;
    height: 72px;
    background-image: url('../images/art.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.musice {
    width: 374px;
    height: 72px;
    background-image: url('../images/music.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.shufa {
    width: 374px;
    height: 72px;
    background-image: url('../images/calligraphy.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.design {
    width: 374px;
    height: 72px;
    background-image: url('../images/design.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.color {
    width: 374px;
    height: 72px;
    background-image: url('../images/color.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sketch {
    width: 374px;
    height: 72px;
    background-image: url('../images/sketch.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.zhuangbiao{
    width: 374px;
    height: 72px;
    background-image: url('../images/zhuangbiao.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.shufacalss{
    width: 374px;
    height: 72px;
    background-image: url('../images/calligraphy-class.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.photography{
    width: 374px;
    height: 72px;
    background-image: url('../images/sheying.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* .friendly-link > ul >li {
    display: inline-block;
    margin: 0 16px;
    position: relative;
} */