/* 通知公告+轮播图 */
.main_01 {
    width: 100%;}

.main_01 .w {
    padding-top: 19px;
    padding-bottom: 40px;}


/* 轮播图 */
.main_01 .lb {
    float: left;
    width: 50%;
    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: 389px;
    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: 47.5%;}

.main_01 .notice .title {
    border-bottom: 1px solid #ccc;}

.main_01 .notice .title p {
    float: left;
    font-size: 24px;
    color: #630560;
    padding-bottom: 6px;
    border-bottom: 3px solid #630560;}

.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: #630560;}

.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: #630560;}

.main_01 .notice ul li a:hover .title_02 {
    color: #630560;}

.main_01 .notice ul li a:hover .time {
    color: #630560;}



/* 规章制度+文件下载+办事指南 */
.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: #630560;
    border-bottom: 3px solid #630560;}

.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: #630560;}

.main_02 .tab .title .more_r:hover span {
    color: #630560;}

.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 #630560;}

.main_02 .tab .content ul li a:hover .title_02 {
    color: #630560;}

.main_02 .tab .content ul li a:hover .time {
    color: #630560;}

.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: #630560;}

.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.jpg) 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_04 {
    width: 100%;
    background: url(main_02.jpg) 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: #630560;}

.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: #630560;}

.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 #BF9063;}

.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: 15px;
    padding-bottom: 16px;}

.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: #630560;}

.main_04 .open ul li a:hover .title_02 {
    color: #630560;}

.main_04 .open ul li a:hover .time {
    color: #630560;}


/* 党建模块 */
.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: #630560;}

.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: #630560;}

.main_04 .party ul {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 5.2%;
    padding-right: 5.2%;
    background-color: #fff;
    border-top: 3px solid #BF9063;}

.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: 15px;
    padding-bottom: 16px;}

.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: #630560;}

.main_04 .party ul li a:hover .title_02 {
    color: #630560;}

.main_04 .party ul li a:hover .time {
    color: #630560;}



/* 主体下半部分 */
.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: #630560;
    border-bottom: 3px solid #630560;}

.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: #630560;}

.main_03 .glance ul {
    width: 100%;
    margin-top: 25px;}

.main_03 .glance ul li {
    float: left;
    width: 23.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: #630560;
    border-bottom: 3px solid #630560;}

.main_03 .passageway ul {
    width: 100%;
    margin-top: 25px;}

.main_03 .passageway ul li {
    float: left;
    width: 18.4%;
    margin-left: 2%;
    background: #f2ebf7;}

.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;}