

html{
   height:100%
}


body {
    margin: 0;
    padding: 0;
    background: #f9f6f3;
    font-family: '微软雅黑';
	min-height:100%;
	position: relative;
}

ul,
a {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* 模块一 */

.main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main-left {
    width: 258px;
    height: 282px;
}

/* 公告栏 */

.gonggao {
    width: 253px;
    min-height: 282px;
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.589);
}

.gonggao-tit {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.gonggao-tit>h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 3px auto;
    font-size: 16px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gonggao-tit>a {
    width: 230px;
    font-size: 14px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    margin: 0;
    text-indent: 25px;
}

.gonggao-tit>a:hover {
    color: #ce2f2b;
}

/* 标题背景 */

.module-bg {
    height: 30px;
    background: linear-gradient(0deg, rgba(156, 135, 113, 0.5), rgba(239, 234, 226, 0.5));
    border-radius: 5px 5px 0px 0px;
}

.zd-more>a {
    width: 49px;
    height: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #858585;
    line-height: 35px;
    padding-right: 15px;
    float: right;
    margin-top: -32px;
}

.zd-more>a:hover {
    color: #ce2f2b;
}

.module-bg>p {
    font-size: 16px;
    color: #C70003;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    margin-left: 9px;
}

.module-bg>p>span {
    padding-right: 5px;
}

/* 校园新闻 */

.xinwen {
    width: 937px;
    height: 282px;
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.589);
    margin-bottom: 8px;
}

.xinwen-left {
    width: 326px;
    height: 230px;
    margin: 10px 5px 10px 10px;
    float: left;
}

.in-flashbox {
    width: 326px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.in-flashbox .focusNew_out {
    width: 326px;
    height: 198px;
    position: relative;
    z-index: 2
}

.f_out {
    height: 200px;
}

.f_out>a>img {
    height: 198px;
    width: 326px;
	object-fit: cover;
	object-position: center;
}

.in-flashbox .focusNew_out .f_out_txt {
    height: 40px;
    width: 290px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00000096;
    opacity: 0.8;
    color: #d6d6d6;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 40px;
    padding: 0 150px 0 20px;
    overflow: hidden
}

.in-flashbox .focusNew_out .f_out_txt a {
    color: #fff;
}

.f_tabs {
    height: 35px;
    bottom: -1px;
    right: 0px;
    z-index: 100;
    position: absolute;
}

.f_tabs span {
    width: 23px;
    height: 19px;
    background-color: #474747;
    float: left;
    margin-right: 3px;
    text-align: center;
    color: #f0f0f0;
    margin-top: 15px;
    cursor: pointer;
}

.f_tabs span.hover {
    height: 19px;
    background-color: #B51017;
    margin-top: 0;
    padding-top: 15px;
    cursor: pointer
}

.xinwen-right {
    width: 580px;
    height: 230px;
    margin: 5px;
    float: right;
}

.in-text a {
    display: block;
    width: 570px;
    height: 29px;
    line-height: 29px;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #CCC;
    transition-duration: 0.2s;
}

.in-text a:hover {
    border-bottom: 1px dashed #ce2f2b;
}

.in-text a:last-child {
    border: none;
}

.in-text a span {
    display: block;
    width: 465px;
    height: 29px;
    line-height: 29px;
    display: block;
    float: left;
    overflow: hidden;
    font: 14px/34px 'microsoft yahei';
    color: #333;
    transition-duration: 0.2s;
}

.in-text a p {
    float: left;
    font-size: 14px;
    color: #C70003;
    margin-right: 5px;
}

.in-text a:hover span {
    color: #ce2f2b;
}

.in-text a em {
    display: block;
    width: 60px;
    height: 34px;
    float: right;
    font: 14px/34px 'microsoft yahei';
    color: #666;
    text-align: right;
    transition-duration: 0.2s;
}

.in-text a:hover em {
    font: 18px/34px 'microsoft yahei';
}

/* 视频新闻 */

.shipin {
    width: 258px;
    height: 282px;
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.589);
}

.shipin-tit {
    margin-top: 2px;
}

.shipin-tit a {
    display: block;
    width: 235px;
    height: 28px;
    float: left;
    overflow: hidden;
    font: 15px/34px 'microsoft yahei';
    color: #333;
    padding: 0 10px;
    border-bottom: 1px dashed #CCC;
}

.shipin-tit a:hover {
    color: #ce2f2b;
}

/* 模块二 */

.main1 {
    width: 1200px;
    margin: 8px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.main1-left {
    margin-right: 6px;
}

/* 搜索 */

.sousuo {
    width: 260px;
    height: 98px;
    background: rgba(255, 255, 255, 0.589);
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
    margin-bottom: 6px;
}

.sousuo-tit {
    width: 80%;
    margin: 5px auto;
}

.sousuo-tit>p {
    margin: 0 auto;
    padding-bottom: 5px;
}

.s_btn {
    width: 50px;
    height: 20px;
    color: #666;
    letter-spacing: 1px;
    background: #fff;
    border-bottom: 1px solid #858585;
    outline: medium;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 5px;
}

/* 资讯 */

.zixun {
    width: 260px;
    height: 218px;
    background: rgba(255, 255, 255, 0.589);
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
    margin-bottom: 6px;
}

.zixun-icon {
    margin-top: 10px;
}

.icon-channel {
    width: 85px;
    height: 43px;
    float: left;
    padding: 5px 0;
    margin-bottom: 35px;
}

.icon-channel>img {
    width: 50px;
}

.icon-channel>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-channel>a>p {
    margin: 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60px;
    padding-top: 5px;
}

.icon-channel>a>p:hover {
    color: #ce2f2b;
}

/* 教师主页 */

.jiaoshi {
    width: 260px;
    height: 359px;
    background: rgba(255, 255, 255, 0.589);
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
}

.main1-right {
    float: right;
    justify-content: space-between;
}

.jiaoshi-tit {
    margin: 10px;
}

.jiaoshi-tit>ul>li {
    float: left;
    padding-right: 10px;
    padding-bottom: 6px;
}

.jiaoshi-tit>ul>li>span {
    margin-right: 5px;
}

.jiaoshi-tit>ul>li>a {
    font-size: 14px;
    color: #666;
}

.jiaoshi-tit>ul>li>a:hover {
    color: #ce2f2b;
}

/* 喜报 */

.xibao {
    width: 464px;
    height: 241px;
    background: rgba(255, 255, 255, 0.589);
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    margin-right: 7px;
}

.xibao:nth-child(2n) {
    margin-right: 0;
}

.xibao-tit {
    padding: 10px;
}

.xibao-tit>img {
    width: 150px;
    height: 66px;
    float: left;
}

.xibao-tit>p {
    margin: 0;
    font-size: 16px;
    color: #333;
    float: right;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: '微软雅黑';
}

.xibao-tit>a {
    width: 280px;
    height: 40px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: right;
    line-height: 20px;
}

.xibao-tit>a:hover {
    color: #ce2f2b;
}

.content-tit2 {
    width: 380px;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-tit2 span {
    display: block;
    float: left;
    width: 15px;
    height: 16px;
    margin: 3px 5px 0 0;
}

.content-tit2 p {
    float: left;
    font-size: 14px;
    color: #C70003;
    margin-right: 5px;
}

.content-tit2>a {
    color: #4a4a4a;
    font-size: 14px;
}

.content-tit2>a:hover {
    color: #ce2f2b;
}

.content-tit>a:hover {
    color: #ce2f2b;
}

.xibao-tit2 ul {
    padding: 5px 10px;
}

.xibao-tit2>ul>li {
    border-bottom: 1px dashed #ccc;
    height: 28px;
    line-height: 28px;
}

.xibao-tit2>ul>li>span {
    font-size: 14px;
    float: right;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #666;
    font: 14px/34px 'microsoft yahei';
}

.xibao-tit2>ul>li:last-child {
    border: none;
}

/* 教师主页轮播 */

.jiaoshi-lb {
    width: 937px;
    height: 200px;
    background: rgba(255, 255, 255, 0.589);
    border: 1px solid rgba(127, 103, 78, 0.459);
    border-radius: 5px;
    display: table-caption;
}

.lb-bt>p {
    font-size: 18px;
    font-family: 'microsoft yahei';
    padding-left: 20px;
    padding-top: 5px;
    margin: 0;
}

.lb-bt>a {
    width: 49px;
    height: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #858585;
    line-height: 35px;
    padding-right: 15px;
    float: right;
    margin-top: -32px;
}

.lb-bt>a:hover {
    color: #ce2f2b;
}

#colee_left {
    overflow: hidden;
    width: 924px;
    margin: 10px auto 0 auto;
}

.list_title {
    height: 30px;
    line-height: 30px;
    background: url(/_theme/2XDUcXU000/img/list_nav.png) repeat-x;
    border-radius: 5px 5px 0 0;
}

.list_title p {
    background: url(/_theme/2XDUcXU000/img/icon.png) no-repeat left center;
    margin: 0 0 0 6px;
    padding: 0 0 0 22px;
    font-weight: 600;
}

.list_title a {
    color: #C70003;
}

.sousuok {
    padding: 12px 5px 18px 5px;
    height: 25px;
}

input[type="text"] {
    color: #999;
    padding: 0 10px;
    border: 1px solid #e7ddd1;
    box-sizing: border-box;
    width: 190px;
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: left;
    -web-kit-appearance: none;
    -moz-appearance: none;
    display: block;
    outline: 0;
    border-radius: 5px 0 0 5px;
}

input[type="text"]:focus {
    border: 1px solid #fff;
    background: #fff;
}

.sousou_anniu {
    background: url(/_theme/2XDUcXU000/img/sousuo_bg.png) repeat-x;
    width: 49px;
    height: 25px;
    float: left;
    border-radius: 0 5px 5px 0;
}

.sousou_anniu button {
    background: url(/_theme/2XDUcXU000/img/sousuo.png) no-repeat left center;
    margin: 4px 15px;
    width: 18px;
    height: 18px;
    display: block;
    -web-kit-appearance: none;
    -moz-appearance: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.index-left_list {
    width: 253px;
    border: 1px solid #c3b8ac;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background: #fcfbf9;
}

.index-left {
    padding: 14px;
}

.index-left ul li {
    height: 22px;
    line-height: 22px;
    background: url(/_theme/2XDUcXU000/img/icon.png) no-repeat left center;
    padding: 0 0 0 22px;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-left ul li p {
    width: auto;
    float: left;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #C70003;
}

.index-left ul li a {
    color: #333;
    font-size: 14px;
}

.index-left1 ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

.index-left ul li a:hover {
    color: red;
}

.index-left1 ul li:last-child {
    border: none;
}

.youqing {
    padding: 8px 8px 2px;
}

.youqing_gg a {
    display: block;
    width: 237px;
    height: 61px;
    margin-bottom: 6px;
}

.youqing img {
    width: 237px;
    height: 61px;
}

.youqing_gg {
    margin-top: 10px;
}

.selemediv {
    width: 235px;
    height: 25px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}

.selemenu {
    background: #fff;
    color: #999;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #e7ddd1;
    border-radius: 5px;
    background: url(/_theme/2XDUcXU000/img/youqing_lj.png) no-repeat right center;
}

.selemenu {
    font-size: 12px;
    line-height: 25px;
}

.citylist {
    display: none;
    line-height: 35px;
    background: #fff;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 28px;
    width: 235px;
    box-shadow: 0px 5px 5px #ccc;
    z-index: 999;
}

.citylist span {
    display: block;
    clear: both;
    cursor: pointer;
    color: #4a4a4a
}

.citylist span:hover {
    background: #eee;
}

.citylist2 {
    box-shadow: 0px 5px 5px #ccc;
    ;
    font-size: 14px;
    color: #666;
    padding: 20px 40px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    display: none;
}

.citylist2 ul {
    float: left;
    width: 930px;
    line-height: 54px;
    ;
}

.citylist2 ul li {
    float: left;
    cursor: pointer
}

.citylist2 ul li:hover {
    color: #ff4400
}

.citylist2 .shangquan li {
    width: 11%;
}

.citylist2 .chengshi li {
    width: 20%;
}

.citylist2 .leibie {
    width: 100px;
    float: left;
    line-height: 54px;
}

.index-left2 {
    padding: 0 9px;
}

#colee_left p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 194px;
}

.pindao_list {
    width: 253px;
    border: 1px solid #c3b8ac;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background: #fcfbf9;
}

.pindao-left {
    margin: 10px 0;
}

.ListTitlePanel {
    padding-left: 20px;
}

.ListTitlePanellist {
    background: #e5ded7;
    height: 25px;
    line-height: 25px;
}

.ListTitle {
    height: 25px;
    line-height: 25px;
    background: url(/_theme/2XDUcXU000/img/sbjg1.png) no-repeat left center;
    padding: 0 0 0 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ListTitle a {
    font-size: 14px;
    color: #000;
}

.menuList {
    display: none;
    margin-bottom: 0px;
}

.menuList div {
    padding: 2px 5px 2px 25px;
}

.menuList a {
    font-size: 12px;
    color: #333;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menuList_active {
    display: block;
}

.ListTitle_active {
    background: url(/_theme/2XDUcXU000/img/sbjg2.png) no-repeat left center;
}

.menuList div.lista_active {
    background: #e5ded7;
}

.unsteady_list {
    padding-top: 20px;
    position: relative;
    width: 250px;
    padding-bottom: 5px;
    z-index: 0;
    margin-top: 5px
}

.unsteady_img1 {
    position: absolute;
    top: 0;
    left: 8px;
}

.unsteady_list .unsteady_kuang {
    position: relative;
    margin-top: -13px;
}

.unsteady_img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.unsteady_img3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.unsteady_img4 {
    position: absolute;
    top: 6px;
    right: 0;
}

.unsteady_img5 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.unsteady_ul {
    padding: 20px 0 20px 0;
}

.unsteady_list ul {
    background: url("/_theme/2XDUcXU000/img/unsteady3_02.png") repeat-y;
    padding: 0 11px;
    min-height: 75px;
}

.unsteady_list ul li {
    list-style: none;
    text-decoration: none;
    background: url("/_theme/2XDUcXU000/img/unsteady1.png") no-repeat 0 5px;
    height: 22px;
    line-height: 22px;
    padding-left: 18px;
    font-size: 14px;
    color: #000;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.unsteady_list ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.unsteady_list ul li a:hover {
    color: red;
}

@media (max-width: 1220px) {
  .swiper-wrapper {
	  height:230px!important;
  }
  
  .index-left_list {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    z-index: 999;
  } 
  
  .index-left_list .list_title {
    display: none;
  }
  
  .sousuok {
    padding: 12px 5px;
    display: flex;
    justify-content: center;
  }
  
  .sousuok .s_t {
    width: 90%;
  }
  
  .main {
    width: 100%;
    flex-wrap: wrap;
  }
  
  .main1-left {
    position: relative;
    margin: 0 6px;
    padding-top: 42px;
  }
  
  .gonggao, .gonggao .index-left ul, .unsteady_list {
	width: 100%;
  }
  
   .main1-left {
	width: calc(100% - 12px);
  }
  
  .pindao_list {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 998;
  }
  
  .list_title p a {
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAeUlEQVQ4T2NkoDJgpLJ5DAQN/P//vwPQ0v1Qix0ZGRkP4HPEqIGYoTN4whDqkv9YYtAAKDYBKl4ApC9gi2Vg7B8EicNjGWggNsOITqZAA8Fm0dRAUALGBkBe7odKFOLxMjjBjybswZywcSU4qmc9olM2VCHBZEOqgQAUj1EVPb0dqQAAAABJRU5ErkJggg==) no-repeat 97% center;
  }
  
  .list_title.unfold p a {
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAPUlEQVQ4T2NkoDJgpLJ5DKMGUh6iIzUM////fwAYevYUhuBBRkZGB3AYUt1ACl2Gon2kxvJoGFIUAlRPNgCxdgoVOK3tfgAAAABJRU5ErkJggg==) no-repeat 97% center;
  }
  
  .pindao-left {
    display: none;
  }
  
  .index-left1 ul li {
    width: calc(100% - 35px);
  }
  .unsteady_img1 {
    left: 1%;
    width: 24%;
    height: 23px;
  }
  .unsteady_img2, .unsteady_img3 {
    width: 98%;
    height: 34px;
  }
  .unsteady_img4 {
    right: 3%;
  }
  .unsteady_img5 {
    right: 4%;
  }
  .unsteady_list ul {
    background-size: 98%;
    padding: 0 4%;
  }
  
  .main1-right {
    width: calc(100% - 6px);
    margin-left: 6px;
  }
  .xinwen, .xibao {
    width: calc(100% - 6px);
  }
  .xinwen-left {
    width: 40%;
  }
  .in-flashbox, .in-flashbox .focusNew_out, .f_out>a>img, .in-text a {
    width: 100%;
  }
  .in-flashbox .focusNew_out .f_out_txt {
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xinwen-right {
    width: 55%;
  }
  .in-text a span {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .in-text a p+span {
    width: 70%;
  }
  .content-tit2 {
    width: 80%;
  }
  
  /* start 校园风光 */
  .jiaoshi-lb {
    display: block;
    width: calc(100% - 6px);
    margin: 0;
  }
  
  #colee_left {
    width: calc(100% - 14px);
  }
  /* end 校园风光 */
}

@media (max-width: 768px) {
  .in-text a p+span {
    width: 65%;
  }
  .in-text a span {
    width: 75%;
  }
  .swiper-wrapper {
    height: 150px!important;
  }
}

@media (max-width: 640px) {
  .swiper-wrapper {
	  height:85px!important;
  }
  
  .xinwen {
    height: auto;
    padding-bottom: 5px;
  }
  .xinwen-left {
    width: 96%;
    margin: 10px 5px 10px 12px;
    float: none;
  }
  .xinwen-right {
    width: 96%;
    margin: 10px;
    float: none;
  }
  .in-text a p+span {
    width: 60%;
  }
  .in-text a span {
    width: 70%;
  }
  .swiper-wrapper {
    height: 85px!important;
  }
}
@media (max-width: 375px) {
  .xinwen-left, .xinwen-right {
    width: 94%;
  }
}