/* 通知公告+轮播图 */
.main_01 {
    width: 100%;
}

.main_01 .w {
    padding-top: 19px;
    padding-bottom: 40px;
}


/* 轮播图 */
.main_01 .lb {
    float: left;
    width: 48%;
    margin-top: 11px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.main_01 .lb  .swiper-container {
    width: 100%;
    height: auto !important;
}

.main_01 .lb  .swiper-container .swiper-wrapper {
    width: 100%;
    height: auto !important;
}

.main_01 .lb  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto !important;
}

.main_01 .lb  .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 451px;
    position: relative;
}

.main_01 .lb  .swiper-container .swiper-wrapper .swiper-slide a .hei {
    position: absolute;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 2.5%;
    background-color: rgba(0, 0, 0, 0.68);
    bottom: 0;
}

.main_01 .lb  .swiper-container .swiper-wrapper .swiper-slide a .hei p {
    font-size: 16px;
    color: #fff;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_01 .lb  .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.main_01 .lb  .pagination {
    position: absolute;
    right: 3%;
    text-align: center;
    bottom: 10px;
    z-index: 999;
}

.main_01 .lb  .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888;
    margin: 0 5px;
    cursor: pointer;
}

.main_01 .lb  .pagination .swiper-active-switch {
    background: #BF9063 !important;
}


/* 通知公告 */
.main_01 .notice {
    float: right;
    width: 48%;
}

.main_01 .notice .title {
    border-bottom: 1px solid #ccc;
}

.main_01 .notice .title p {
    float: left;
    font-size: 24px;
    color: #192e77;
    padding-bottom: 6px;
    border-bottom: 3px solid #192e77;
}

.main_01 .notice .title a {
    float: right;
    display: block;
    margin-top: 8px;
}

.main_01 .notice .title a span {
    font-size: 16px;
    color: #999;
}

.main_01 .notice .title a:hover span {
    color: #192e77;
}

.main_01 .notice ul {
    width: 100%;
    padding-top: 4px;
}

.main_01 .notice ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.main_01 .notice ul .li6 {
    border-bottom: none;
}

.main_01 .notice ul li a {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 16px;
}

.main_01 .notice ul .li6 a {
    padding-bottom: 0;
}

.main_01 .notice ul li a .dian {
    float: left;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 1.2%;
}

.main_01 .notice ul li a .title_02 {
    float: left;
    font-size: 16px;
    color: #333;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_01 .notice ul li a .time {
    float: right;
    font-size: 14px;
    color: #999;
}

.main_01 .notice ul li a img {
    float: right;
    margin-top: 5px;
    margin-right: 1.2%;
}

.main_01 .notice ul li a:hover .dian {
    background: #0e3e98;
}

.main_01 .notice ul li a:hover .title_02 {
    color: #0e3e98;
}

.main_01 .notice ul li a:hover .time {
    color: #0e3e98;
}
/* 新闻动态日期 */
.main_01 ul li .date {
    float: left;
    width: 70px;
   
    background: #192e77;
    text-align: center;
    color: #ffffff;
    margin-right: 24px;
    transition: all 0.3s;
}

.main_01 ul li .date p {
    font-size: 24px;
    font-weight: bold;
    padding-top: 4px;
    
}

.main_01 ul li .date span {
    display: block;
    font-size: 14px;
}

.s2-linfo  p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

/* 规章制度+文件下载+办事指南 */
.main_02 {
    width: 100%;
    background-size: 100% 100%;
}

.main_02 .w {
    padding-bottom: 50px;
}


/* 文件下载+规章制度 */
.main_02 .tab {
    float: left;
    width: 74.16%;
}

.main_02 .tab .title {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.main_02 .tab .title .file {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    cursor: pointer;
    padding-right: 2%;
    color: #999;
}

.main_02 .tab .title .rules {
    float: left;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #999;
    font-size: 24px;
    padding-right: 2%;
}

.main_02 .tab .title .active {
    color: #3973CF;
    border-bottom: 3px solid #3973CF;
}

.main_02 .tab .title .more_f {
    float: right;
    height: 60px;
    line-height: 60px;
}

.main_02 .tab .title .more_f span {
    font-size: 16px;
    color: #999;
}

.main_02 .tab .title .more_r {
    display: none;
    float: right;
    height: 60px;
    line-height: 60px;
}

.main_02 .tab .title .more_r span {
    font-size: 16px;
    color: #999;
}

.main_02 .tab .title .more_f:hover span {
    color: #3973CF;
}

.main_02 .tab .title .more_r:hover span {
    color: #3973CF;
}

.main_02 .tab .content {
    width: 100%;
    padding-top: 20px;
}

.main_02 .tab .content ul {
    width: 100%;
}

.main_02 .tab .content ul li {
    width: 48%;
    height: 80px;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0px 3px 12px 0px rgba(51, 51, 51, 0.12);
}

.main_02 .tab .content ul .li1 {
    float: left;
}

.main_02 .tab .content ul .li3 {
    float: left;
}

.main_02 .tab .content ul .li5 {
    float: left;
    margin-bottom: 0;
}

.main_02 .tab .content ul .li2 {
    float: right;
}

.main_02 .tab .content ul .li4 {
    float: right;
}

.main_02 .tab .content ul .li6 {
    float: right;
    margin-bottom: 0;
}

.main_02 .tab .content ul li a {
    display: block;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 6%;
    border-left: 3px solid #BF9063;
}

.main_02 .tab .content ul li a .title_02 {
    float: left;
    font-size: 16px;
    color: #333;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_02 .tab .content ul li a img {
    float: left;
    margin-top: 5px;
    margin-right: 2%;
}

.main_02 .tab .content ul li a .time {
    font-size: 14px;
    color: #999;
}

.main_02 .tab .content ul li a:hover {
    border-left: 3px solid #3973CF;
}

.main_02 .tab .content ul li a:hover .title_02 {
    color: #3973CF;
}

.main_02 .tab .content ul li a:hover .time {
    color: #3973CF;
}

.main_02 .tab .content .ul_y {
    display: none;
}


/* 办事指南 */
.main_02 .guide {
    float: right;
    width: 23.33%;
    margin-top: 9px;
}

.main_02 .guide .title {
    width: 100%;
    text-align: center;
}

.main_02 .guide .title  p {
    text-align: center;
    font-size: 24px;
    color: #3973CF;
}

.main_02 .guide ul {
    width: 100%;
    margin-top: 11px;
}

.main_02 .guide ul li {
    width: 46%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 12px;
    background: #f2ebf7;
}

.main_02 .guide ul .li1 {
    float: left;
}

.main_02 .guide ul .li3 {
    float: left;
}

.main_02 .guide ul .li5 {
    float: left;
    margin-bottom: 0;
}

.main_02 .guide ul .li2 {
    float: right;
}

.main_02 .guide ul .li4 {
    float: right;
}

.main_02 .guide ul .li6 {
    float: right;
    margin-bottom: 0;
}

.main_02 .guide ul li a {
    display: block;
    width: 100%;
}

.main_02 .guide ul li a p {
    font-size: 16px;
    color: #333;
}

.main_02 .guide .furniture {
    width: 100%;
    margin-top: 26px;
    background: url(./jjbj.png) no-repeat no-repeat;
    background-size: 100% 100%;
}

.main_02 .guide .furniture a {
    display: block;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 26px;
    padding-left: 12%;
}

.main_02 .guide .furniture a img {
    float: left;
    margin-right: 5%;
    margin-top: 10px;
}

.main_02 .guide .furniture a p {
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.main_05 {
    width: 100%;
    background: url(../images/main_02.png) no-repeat no-repeat;
    background-size: 100% 100%;
}
/* 教育教学+学术交流 */
.main_04 {
    width: 100%;
    /*background: url(../images/main_02.png) no-repeat no-repeat;*/
    background-size: 100% 100%;
}

.main_04 .w {
    padding-top: 38px;
    padding-bottom: 50px;
}


/* 教育教学 */
.main_04 .open {
    float: left;
    width: 48%;
}

.main_04 .open .title {
    margin-bottom: 11px;
}

.main_04 .open .title p {
    float: left;
    font-size: 24px;
    color: #192e77;
}

.main_04 .open .title a {
    float: right;
    display: block;
    margin-top: 8px;
}

.main_04 .open .title a span {
    font-size: 16px;
    color: #999;
}

.main_04 .open .title a:hover span {
    color: #192e77;
}

.main_04 .open ul {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 30px;
    padding-left: 5.2%;
    padding-right: 5.2%;
    background-color: #fff;
    border-top: 3px solid #192e77;
}

.main_04 .open ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.main_04 .open ul li a {
    display: block;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 8px;
}

.main_04 .open ul li a .dian {
    float: left;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 1.2%;
}

.main_04 .open ul li a .title_02 {
    float: left;
    font-size: 16px;
    color: #333;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_04 .open ul li a .time {
    float: right;
    font-size: 14px;
    color: #999;
}

.main_04 .open ul li a .calendar {
    float: right;
    margin-top: 5px;
    margin-right: 1.2%;
}

.main_04 .open ul li a:hover .dian {
    background: #3973CF;
}

.main_04 .open ul li a:hover .title_02 {
    color: #3973CF;
}

.main_04 .open ul li a:hover .time {
    color: #3973CF;
}


/* 学术交流 */
.main_04 .party {
    float: right;
    width: 48%;
}

.main_04 .party .title {
    margin-bottom: 11px;
}

.main_04 .party .title p {
    float: left;
    font-size: 24px;
    color: #192e77;
}

.main_04 .party .title a {
    float: right;
    display: block;
    margin-top: 8px;
}

.main_04 .party .title a span {
    font-size: 16px;
    color: #999;
}

.main_04 .party .title a:hover span {
    color: #192e77;
}

.main_04 .party ul {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 30px;
    padding-left: 5.2%;
    padding-right: 5.2%;
    background-color: #fff;
    border-top: 3px solid #192e77;
}

.main_04 .party ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.main_04 .party ul li a {
    display: block;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 8px;
}

.main_04 .party ul li a .dian {
    float: left;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 1.2%;
}

.main_04 .party ul li a .title_02 {
    float: left;
    font-size: 16px;
    color: #333;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_04 .party ul li a .time {
    float: right;
    font-size: 14px;
    color: #999;
}

.main_04 .party ul li a .calendar {
    float: right;
    margin-top: 5px;
    margin-right: 1.2%;
}

.main_04 .party ul .li1 {
    border-bottom: none;
}

.main_04 .party ul .li1 a {
    width: 100%;
    display: block;
    padding-bottom: 8px;
}

.main_04 .party ul .li1 a .tu {
    float: left;
    width: 37.7%;
    height: 110px;
}

.main_04 .party ul .li1 a .tu img {
    width: 100%;
    height: 100%;
}

.main_04 .party ul .li1 a .title_02 {
    float: left;
    width: 60%;
    font-size: 16px;
    color: #333;
    margin-left: 2.3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main_04 .party ul .li1 a .calendar {
    float: left;
    margin-left: 2.3%;
    margin-right: 1.2%;
    margin-top: 13px;
}

.main_04 .party ul .li1 a .time {
    float: left;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

.main_04 .party ul li a:hover .dian {
    background: #3973CF;
}

.main_04 .party ul li a:hover .title_02 {
    color: #3973CF;
}

.main_04 .party ul li a:hover .time {
    color: #3973CF;
}



/* 主体下半部分 */
.main_03 {
    width: 100%;
}

.main_03 .w {
    padding-top: 15px;
    padding-bottom: 40px;
}



/* 校园掠影 */
.main_03 .glance {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.main_03 .glance .title {
    border-bottom: 1px solid #ccc;
}

.main_03 .glance .title_02 {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #192e77;
    border-bottom: 3px solid #192e77;
}

.main_03 .glance .more {
    display: block;
    float: right;
    height: 60px;
    line-height: 60px;
}

.main_03 .glance .more p {
    font-size: 16px;
    color: #999;
}

.main_03 .glance .more:hover p {
    color: #192e77;
}

.main_03 .glance ul {
    width: 100%;
    margin-top: 25px;
}

.main_03 .glance ul li {
    float: left;
    width: 18.5%;
    height: 159px;
    margin-left: 2%;
}

.main_03 .glance ul .li1 {
    margin-left: 0;
}

.main_03 .glance ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.main_03 .glance ul li a img {
    width: 100%;
    height: 100%;
}


/* 快速通道 */
.main_03 .passageway {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.main_03 .passageway .title {
    border-bottom: 1px solid #ccc;
}

.main_03 .passageway .title_02 {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #3973CF;
    border-bottom: 3px solid #3973CF;
}

.main_03 .passageway ul {
    width: 100%;
    margin-top: 25px;
}

.main_03 .passageway ul li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    background: #e1f1ff;
}

.main_03 .passageway ul .li1 {
    margin-left: 0;
}

.main_03 .passageway ul li a {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12%;
}

.main_03 .passageway ul li a img {
    float: left;
    margin-top: 3px;
    margin-right: 3%;
}

.main_03 .passageway ul li a p {
    float: left;
    font-size: 18px;
    color: #333;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-banner {
  position: relative;
  width: 100%;
}

.slider-banner .slick-slide {
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide .pic {
  background-position: center;
  background-size: cover;
  height: 500px;
}

.slider-banner .slick-arrow {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 99px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
}

.slider-banner .slick-prev {
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  left: 3%;
}

.slider-banner .slick-next {
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  right: 3%;
}

/* banner焦点图结束 */


/* 栏目内容 */
.main {
    width: 100%;
    background-color: #f8f8f8;
}

.main .w {
    min-height: 875px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    background-color: #fff;
}

.main .lanmu {
    width: 24.5%;
}

.main .lanmu .channelpname {
    text-align: center;
    height: 90px;
    line-height: 90px;
    background: url(../images/lanmu.png) no-repeat no-repeat;
    background-size: 100% 100%;
    border-radius: 4px 4px 0px 0px;
}

.main .lanmu .heng {
    height: 6px;
    background-color: #0f4c8d;
}

.main .lanmu .channelpname span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .lanmu .current li {
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: #f8f8f8;
}

.main .lanmu .current li a {
    display: block;
    width: 100%;
    height: 75px;
    line-height: 75px;
    border-left: 4px solid #0f4c8d;
}

.main .lanmu .current li a span {
    float: left;
    margin-left: 9%;
    text-align: center;
    font-size: 18px;
    color: #333;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .lanmu .current li a .san {
    display: none;
    float: right;
    margin-top: 33px;
    margin-right: 9%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #B58A32;
}

.main .lanmu .current li a:hover {
    background-color: #dde6ff;
}

.main .lanmu .current li a:hover span {
    font-weight: bold;
    color: #bf9063;
}

.main .lanmu .current li a:hover .san {
    display: inline-block;
}




.main .right {
    width: 73%;
}

.main .right .position {
    width: 100%;
    line-height: 46px;
    border-left: 6px solid #bf9063;
    font-size: 14px;
    color: #666;
    text-align: right;
    padding-right: 20px;
    background-color: #f7f7f7;
}

.main .right .position a {
    font-size: 14px;
    color: #666;
}

.main .right .position a:hover {
    color: #630560;
}

.main .right .tit {
    width: 100%;
    padding-top: 19px;
    padding-left: 10px;
    padding-right: 10px;
}

.main .right .tit li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main .right .tit .tit_li {
    padding-bottom: 23px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #ccc;
}

.main .right .tit .tit_li15 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: none;
}

.main .right .tit li a {
    display: block;
}

.main .right .tit li a .dian {
    float: left;
    width: 9px;
    height: 7px;
    background: url(../images/title_01.png) no-repeat no-repeat;
    margin-right: 1.1627%;
    margin-top: 10px;
}

.main .right .tit li a .title {
    float: left;
    font-size: 16px;
    color: #333;
    width: 81.397%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .right .tit li a .time {
    float: right;
    color: #999;
    font-size: 16px;
}

.main .right .tit li a:hover .dian {
    background: url(../images/title_02.png) no-repeat no-repeat;
}

.main .right .tit li a:hover p {
    color: #3973CF;
}



/* 设参 */

/* 停留样式： */
.main .lanmu .current li .active_02 {
    background-color: #dde6ff;
}


.main .lanmu .current li .active_02 span {
    font-weight: bold !important;
    color: #bf9063 !important;
}

.main .lanmu .current li .active_02 .san {
    display: inline-block !important;
    float: right !important;
    margin-top: 33px !important;
    margin-right: 9% !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 10px solid #B58A32 !important;
}



      
/* 翻页样式： */
#pages span {
    width: 35px;
    height:34px;
    border: 1px solid #630560;
    background-color:#630560;
    border-radius: 5px;
}
      
#pages a.previous {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
      
#pages a.next {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
      
#pages a:hover {
    border: 1px solid #630560;
    background-color: #630560;
    color: #333;
}
      
#pages-num {
    width: 50px;
    height: 36px;
    background: rgba(236, 57, 79, 0);
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}