@charset "utf-8";
/* CSS Document */

/* 轮播图start */
.swiper-wrap {
    position: relative;
}
.home-swiper{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.home-swiper .swiper-slide .swiper-slide-link {
    position: relative;
}
.home-swiper .swiper-slide img{
    width: 100%;
    height: 400px;
    display: block;
}
.home-swiper .home-paga-item {
    padding-right: 20px;
}
.home-swiper .home-paga {
    bottom: 20px !important;
    width: 100%;
}
.home-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0;
    margin: 0 3px;
    background: rgba(0, 0, 0);
}
.home-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
.home-swiper .home-paga-next {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 30px;
    background: url(https://ztw.baiyunu.edu.cn/Byinling/templates/web/images/public/banner_right.png) no-repeat center center !important;
}
.home-swiper .home-paga-prev {
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    left: auto;
    right: 80px;
    background: url(https://ztw.baiyunu.edu.cn/Byinling/templates/web/images/public/banner_left.png) no-repeat center center !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: auto !important;
    bottom: 12px !important;
}
.home-swiper .swiper-pagination-span {
    height: 100%;
    line-height: 30px;
}
.swiper-bottom-box {
    background-color: #ff6600;
    height: 60px;
    display: flex;
}
.swiper-bottom-addtime {
    border-right: 1px solid #fff;
    height: 60px;
    width: 70px;
    color: #fff;
}
.swiper-bottom-addtime .addtime-day {
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 20px;
    padding: 12px 10px 0 10px;
}
.swiper-bottom-addtime .addtime-month {
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.swiper-bottom-title {
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}
/* 轮播图end */
.title-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-bottom: 6px;
    border-bottom: 1px solid #063f6c;
}
.title-top div {
    position: relative;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ff6600;
    font-weight: 700;
    padding-left: 16px;
}
.title-top div::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    background-color: #3c87ae;
}
.title-top a {
    display: inline-block;
    font-size: 13px;
    color: #777;
    padding-right: 10px;
}
.home-section01 {
    margin-top: 20px;
}
.home-section01 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-wrap,.notice-wrap {
    width: 49%;
}

.news-wrap .news-ul ,
.notice-wrap .notice-ul,
.meeting-wrap .meeting-ul {
    margin: 10px 0;
}
.news-wrap .news-ul li a,
.meeting-wrap .meeting-ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px dashed #e5e5e5;
    padding: 6px 0;
}
.news-wrap .news-ul li a .news-right {
    width: calc(100% - 170px);
    padding-left: 10px;
}
.news-wrap .news-ul .news-right .news-title,
.news-wrap .news-ul .news-right .people-title {
    letter-spacing: 1px;
    font-size: 18px;
    color: #222;
}
.news-wrap .news-ul .news-right .news-addtime,
.people-wrap .people-ul .people-addtime {
    font-size: 13px;
    color: #bbb;
    padding: 0 0 5px 0;
}
.news-wrap .news-ul .news-right .news-desc,
.people-wrap .people-ul .people-desc {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    text-align: justify;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.news-wrap .news-ul li a .news-img {
    width: 160px;
    height: 95px;
    overflow: hidden;
}
.news-wrap .news-ul li a .news-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice-wrap .notice-ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 45px;
    border-bottom: 1px dashed #e5e5e5;
}
.notice-title,
.meeting-title {
    width: 80%;
    color: #555;
    font-size: 16px;
    width: calc(100% - 100px);
}
.notice-addtime,
.meeting-addtime {
    font-size: 14px;
    padding: 0;
    color: #bbb;
    width: 80px;
}


.home-section02 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.people-wrap, .meeting-wrap {
    width: 49%;
}
.home-section02 .title-box {
    display: block;
    width: 200px;
    margin-bottom: 10px;
    background: #ff6600;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0;
}
.people-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}
.people-ul li {
    width: 48%;
}

.people-ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.people-ul .people-img {
    width: 90px;
    height: 95px;
}
.people-ul .people-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.people-right {
    width: calc(100% - 100px);
    padding-left: 10px;
}

.meeting-wrap .meeting-ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 37px;
    border-bottom: 1px dashed #e5e5e5;
}
/* 浏览路径 */
.path-wrap {
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.path-wrap i.icon-home {
    margin-right: 4px;
}
.path-wrap a {
    color: #555;
    font-size: 15px;
}
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
/* 浏览路径 */

/* 列表 */
.content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.content .content-left {
    width: 270px;
}

.content .content-right {
    width: calc(100% - 270px);
}

/* 列表 */

/* 左侧栏 */
.class-left {
    margin: 0 0 30px 0;
}
.class-left-title {
    position: relative;
    line-height: 26px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #ff6600;
}
.class-left-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #ff6600;
}
.room-active {
    background-color: #ff6600;
}
.room-active a {
    color: #fff !important;
}
.class-left ul {
    margin-top: 10px;
    border-top: 1px solid #efefef;
    padding-top: 10px;
}
.class-left ul li {
    height: 50px;
    line-height: 50px;
}
.class-left ul li a {
    display: block;
    font-size: 18px;
    color: #000;
    padding-left: 20px;
    border-bottom: 1px solid #efefef;
}
.class-left ul li:hover {
    background-color: #ff6600;
}
.class-left ul li a:hover {
    color: #fff;
}
.class-news {
    margin-bottom: 50px;
}



/* 左侧栏 */

/* 列表 */
.content-box {
    margin-left: 30px;
}
.content-box ul li a {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.content-box .img-left {
    width: 200px;
    height: 140px;
    overflow: hidden;
}
.content-box .img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-box .img-left .no-img {
    border: 1px solid #efefef;
    height: 138px;
    width: 198px;
    display: block;
    background-color: #3965bf;
}
.content-box .img-right {
    width: calc(100% - 210px);
    margin-left: 10px;
}
.content-box .img-right .img-title {
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 18px;
    color: #5d7430;
    margin-top: 15px;
}
.content-box .img-right .img-addtime {
    font-size: 14px;
    color: #bbb;
    padding: 8px 0;
}
.content-box .img-right .img-desc {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
    text-align: justify;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

/* 列表 */
.read-box {
    margin-left: 20px;
}
.read-box .read-title-box h2 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.read-box .read-title-box h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}
.read-box .read-title-box span {
    display: block;
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.read-content {
    margin: 20px 0 30px 0;
}

.read-content p {
    color: #555;
    line-height: 32px;
    text-align: justify;
    font-size: 15px;
    text-indent: 2.2em;
}

/* 阅读 */


.no-data {
    font-size: 16px;
    line-height: 30px;
}





/* 阅读 */















/*------------*/
.tabbtn {
    height: 30px;

}

.tabbtn li {
    float: left;
    position: relative;
    margin: 0 0 0 1px;

}

.tabbtn li a {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 108px;
    text-align: center;
    font-size: 19px;
    cursor: pointer;

}

.tabbtn li.current {

}

.tabbtn li.current a {

    height: 30px;
    line-height: 30px;
    border-bottom: #CCC solid 1px;

}

/* tabcon */
.tabcon {

    border-color: #ddd;

    position: relative; /*必要元素*/

}

.tabcon .subbox {
    position: absolute; /*必要元素*/
    left: 0;
    top: 0;
}

.tabcon .sublist {
    padding: 20px;
    height: 409px;
}

/* leftcon */
#leftcon .subbox {
    width: 9999em;
}

#leftcon .subbox .sublist {
    float: left;
    width: 664px;
}

/* sublist */
.sublist {
    padding: 10px;
}

.sublist li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    width: 560px;
    float: left;

}

.sublist li a {
    color: #000;
}

.sublist li a:hover {
    color: #F00;
    border-bottom: #CCC dashed 1px;
}



.sublist li span {
    float: right;

}
/*中部*/
.ct {
    width: 980px;
    margin: 15px auto;
    padding: 0;
    height: 500px;
    z-index: 1;
}

/*热点新闻*/

.ct .rdxw {
    width: 608px;
    border: #d3d3d3 solid 1px;
    float: left;
    padding: 20px 20px 0;
    position: relative;
}

.ct .title {
    color: #F00;
    height: 30px;
}

.ct .rdxw .title a {
    color: #9e0b0e;
}

.ct .title h2 {
    float: left;
    text-align: center;
    width: 560px;
}

.ct .title img {
    float: right;
}

.ct .rdxw dl {
    width: 560px;
    height: 80px;
    margin: 0 0 20px 0;
}

.ct .rdxw dl:hover {
    background: #80ECFF;
}

.ct .rdxw dd {
    width: 420px;
    float: left;
    margin-left: 15px;
    height: 20px;
    line-height: 20px;
}

.ct .rdxw .dbt {
    float: left;
    width: 125px;
    height: 80px;
}

.dbt p, .dbt h2 {
    text-align: center;
}

.ct .rdxw .bt {
    font-weight: bold;
}

.ct .rdxw .bt, .ct .rdxw .sj {
    color: #063f6c;
}

.ct .rdxw .jj {
    color: #565656;
}
.morexw{
    float: right;
    font-size:15px;
    position: absolute;
    right: 0;
    bottom: 15px;
   
}
.morexw a {
    color:blue;
}

.morexw a:hover {
    text-decoration: underline;
}

.cent .textt{ padding:5px 5px;}
/*校园活动*/
.ct .xyhd {
    /*border: #d3d3d3 solid 1px;*/
    width: 300px;
    height: 500px;
    float: right;
    padding: 0 0 0 10px;
}

.cent {
    width: 298px;
    height: 498px;
    border: #d3d3d3 solid 1px;

}

.cent h3 {
    text-align: center;
    padding: 7px 0;
    color: #4b4b4b;
    border-bottom: #d3d3d3 solid 1px;
    width: 90%;
    margin: 0 auto;

}

.centimg {
    margin: 0 auto;
    padding: 5px 0 0 18px;
}

.centtext {
    width: 265px;
    height: 355px;
    margin: 5px auto;
}

.to {
    font-size: 16px;
    margin: 0 auto;
	text-align:center;
    color: #4b4b4b;
}

.centtext a {
    color: #4b4b4b;
}
.more{
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.more a {
    color: #4b4b4b;
}

.more a:hover {
    text-decoration: underline;
}
.app{
	text-align:center;
}
/*-----------------------------*/
#banner {
    position: relative;
    width: 263px;
    height: 181px;
    overflow: hidden;
    font-size: 16px
}

#banner_list img {
    border: 0;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 22px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 263px;
}

#banner_info {
    position: absolute;
    bottom: 4px;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
	font-size: 13px;
    line-height: 27px;
}



#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 1px;
    right: 5px;
    height: 20px
}

#banner ul li {
    padding: 0 5px;
    line-height: 16px;
    float: left;
    display: block;
    color: #FFF;
    border: #e5eaff 1px solid;
    background-color: #6f4f67;
    cursor: pointer;
    margin: 0;
    font-size: 10px;

}

#banner_list a {
    position: absolute;
}

/*----------------*/
.breakNewsblock {
    margin: 10px auto;
    position: relative;
    width: 263px;
    overflow: hidden;
}

#breakNews {
    float: left;
    height: 320px;
    padding: 0 0 0px 20px;
    width: 258px;
}

#breakNews .list6 {
    color: #333333;
    float: left;
    height: 310px;
    overflow: hidden;
    width: 200px;
    padding-left: 5px;
}

#breakNews .list6 li {
    padding: 3px 0 3px 10px;
    background: left center url("../images/gin.jpg") no-repeat;

}

