/**slide导航**/
.wp-navi .navi-slide-head {
  display: none;
  padding: 0 10px;
  height: 40px;
}

.wp-navi .navi-slide-head .navi-slide-title {
  display: inline-block;
  float: left;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
}

.wp-navi .navi-slide-head .navi-slide-arrow {
  display: block;
  width: 34px;
  height: 40px;
  float: right;
  background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;
}


.top-alink{
  display: none;
}

.floatpic{
  display: none;
}

.head-right{
  display: none;
}


.logo{
  width: 330px;
  height: 41px;
  margin: 28px 0 28px 25px;
}


.more{
  display: none !important;
}

.en-title{
  display: none;
  font-size: 10px !important;
  color: #2C4684;
  opacity: 0.65;
}

.imgs-info .info-box{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.imgs-info .info-box a{
  width: 100%;
}



/**aside导航**/
.navi-aside-page {
  position: fixed;
}

.navi-aside-toggle {
  display: block;
  width: 34px;
  height: 34px;
  background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 29%;
  display: none;
  margin-left: 6px;
}

.navi-aside-search {
  display: block;
  width: 34px;
  height: 34px;
  background: url(css/img/menu-icon-search.png) no-repeat 50%;
  cursor: pointer;
  position: absolute;
  left: auto;
  right: 10px;
  top: 58px;
  z-index: 1000;
  margin-top: -17px;
  display: none;
}

.wp-navi-aside {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
  display: block;
}

.wp-navi-aside .aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -216px;
  z-index: 1002;
  width: 216px;
  max-width: 100%;
  background: #252525;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, .6);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, .3);
  background: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
  padding: 7px 10px;
  font-weight: normal;
  color: #777;
  font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
  color: #aaa;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
  position: relative;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #f6f6f6;
  font-size: 14px;
  background: url(css/img/menu-switch-arrow.png) no-repeat 22px -25px;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {
  background-position: 20px 12px;
}

.wp-navi-aside .navi-aside-wrap li a {
  display: block;
  text-decoration: none;
  color: #c7c7c7;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 30px 8px 10px;
  border-top: 1px solid rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
  background-color: #404040;
  color: #fff;
  outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
  display: none;
  background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
  padding-left: 26px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
  background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
  padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
  background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
  padding-left: 54px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
  background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
  padding-left: 68px;
}

.col_menu .col_menu_head {
  position: relative;
}

/**位置栏目背景**/
.column-switch {
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 24px;
  float: right;
  background: url(css/img/menu-dot-w.png) no-repeat center;
}

/**阅读设置**/
.night-model .wp-container {
  background-color: #313131;
  color: #6f6f6f;
}

.night-model .article .entry,
.night-model .article .entry p {
  color: #6f6f6f;
}

.night-model .read a {
  color: #6d6d6d;
}

.night-model .read a:hover {
  color: #f5f5f5;
}

.night-model .article h1.arti-title {
  color: #e7e8e9
}

.read-setting {
  margin-bottom: 10px;
  display: none;
  background-color: #fdfdfd;
  height: 38px;
  border-bottom: 1px solid #F1F1F1;
}

.night-model .read-setting {
  background-color: #1d1d1d;
  border-color: #313131;
}

.read-setting .setting-item {
  display: inline-block;
  width: 49%;
  height: 38px;
  float: left;
}

.read-setting .setting-item a {
  display: inline-block;
  color: #565656;
  font-size: 20px;
  float: left;
  width: 49%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 9px;
  color: #565656;
}

.read-setting .setting-item a:hover {
  color: #999;
}

.read-setting .setting-item a.smaller-font {
  border-left: 1px solid #F1F1F1;
  font-size: 18px;
}

.read-setting .setting-model {
  border-left: 1px solid #F1F1F1;
  text-align: center;
}

.night-model .read-setting .setting-item a.smaller-font,
.night-model .read-setting .setting-model {
  border-left-color: #313131;
}

.read-setting .setting-model a.read-model {
  font-size: 18px;
  background: url(css/img/moon.png) no-repeat 0 50%;
  float: none;
  width: auto;
  padding-left: 24px;
  margin: 9px auto;
}

.night-model .read-setting .setting-model a.read-model {
  background-image: url(css/img/sun.png);
}

.article .entry .set-fz12,
.article .entry .set-fz12 p {
  font-size: 12px;
}

.article .entry .set-fz14,
.article .entry .set-fz14 p {
  font-size: 14px;
}

.article .entry .set-fz16,
.article .entry .set-fz16 p {
  font-size: 16px;
}

.article .entry .set-fz18,
.article .entry .set-fz18 p {
  font-size: 18px;
}

.article .entry .set-fz20,
.article .entry .set-fz20 p {
  font-size: 20px;
}

.article .entry .set-fz22,
.article .entry .set-fz22 p {
  font-size: 22px;
}

/**文章分享（百度分享）**/
.article #bdshare {
  margin-top: 10px;
}

/*读图模式*/
.view-box {
  display: block;
  color: #666;
  font-style: normal;
  margin-bottom: 10px;
}

.view-box-inner {
  display: block;
  text-align: center;
  max-width: 400px;
  min-width: 30px;
  margin: 0 auto;
  position: relative;
}

.view-box-inner img {
  width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.view-box-inner .open-view {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 1;
}

.view-box-inner .view-icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/view-image.png) no-repeat center;
}

#wp-view-page {
  display: none;
  position: fixed;
  z-index: 10000000;
  width: 100%;
  background-color: #1a1a1a;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#view-head {
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

#back-read-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 42px;
  background: url(css/img/back-arrow.png) no-repeat center;
}

#back-read-page span {
  display: none;
}

#view-original-image {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  float: right;
  font-size: 15px;
  margin: 12px 12px 0px 0px;
  display: block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 40px;
}

#view-foot {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 42px;
  left: 0;
  bottom: 0;
  color: #FFF;
  position: absolute;
  font-size: 14px;
  line-height: 42px;
  opacity: 0.8;
  z-index: 99;
}

#view-index {
  float: left;
  margin-left: 10px;
}

#view-current {
  color: #3495FF;
}

#view-title {
  position: absolute;
  left: 60px;
  top: 10px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  color: #fff;
}

#view-body {
  width: 100%;
  height: 100%;
  position: relative;
}

#view-image-items {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

#view-image-items li {
  float: left;
  text-align: center;
  background: no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

/**jumphandle**/
#jumphandle {
  width: 32px;
  height: 70px;
  position: fixed;
  right: 6px;
  bottom: 20px;
  z-index: 100000000;
  display: none;
}

#jumphandle a {
  display: block;
  width: 32px;
  height: 32px;
  background: #777 url(css/img/jump-icon.png) no-repeat 0 top;
  opacity: 0.7;
}

#jumphandle a#gobot {
  background-position: 0 bottom;
  margin-top: 6px;
}



#zbydBox,#cj2Box,#xzzxBox{
  display: none;
}


.footer-bottom{
  margin-top: 20px;
}


.footer-links .links-right{
  margin-top: 10px;
}

.footer-links .links-item{
 
  height: 36px;
}

.footer-links .links-title{
  color: rgba(255, 255, 255, 0.67);
  font-weight: 500;
}

.footer-links .links-item select{
  width: calc(100% - 20px);
  height: 36px;
  background-color: #33547F;
  color: #ffffff;
  border: none !important;
  padding: 0 12px;
}

.footer-links .links-item select option{
  color: #ffffff;
  height: 30px !important;
}

.link_text img{
  width: 100%;
}

.img-title-info{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.img-title-info .info-box .img-box{ 
  display: flex;
  justify-content: center;
}

.img-title-info .info-box .title{
  margin-top: 10px;
  text-align: center;
}

.img-title-info .info-box .title a{
  color: #2C4684;
  font-size: 18px;
  font-weight: bold;
}


.img-title-info .info-box img{
  margin-left: 44px;
  margin-right: 12px;
}

.imgs-info .info-box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.imgs-info .info-box .title{
  position: absolute;
  left: 0;
  bottom: 74px;
  width: 325px;
  height: 60px;
  background-color: rgba(45, 70, 132, 0.9);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-left: 37px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imgs-info .info-box .title a{
  color: #fff;
}

.imgs-info .info-box .title a:hover{
  color: #fff;
}

.imgs-info .info-box .sub-title a{
  margin-top: 21px;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}




.mbanner .dtjt9_div_img .number  {
  display: flex;
  align-items: center;
  bottom: 16px !important;
}

.mbanner .dtjt9_div_img .number .nomal {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px;
  background: #FFFFFF !important;
  color: #fff;
  opacity: 1 !important;
  border: none !important;
  font-size: 10px !important;
  text-align: center!important;
  line-height: 10px !important;
  margin-right: 20px; 
}

.mbanner .dtjt9_div_img .number .nomal:hover {
  color: #fff !important;
}

.mbanner .dtjt9_div_img .number .current {
  width: 71px !important;
  height: 29px !important;
  background: url(./images/w.png) no-repeat center;
  background-size: 74% 80%;
  opacity: 1 !important;
  border: none !important;
  margin-right: 20px;
}

.mbanner .dtjt9_div_img .number .current:hover {
  color: #fff !important;
}

.img-title-info img{
  height: 52px;
  width: auto;
}


.imgs-info{
  display: flex;
  flex-direction: column;
}


.imgs-info .info-box a{
  width: 100%;
  height: 200px;
} 

.imgs-info .info-box img{
  width: 100%;
  height: 100%;
} 

.imgs-info.left-news .info-box{
  width: 438px;
  background-color: #fff;
}

.imgs-info.left-news .info-box{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.imgs-info.left-news .info-box .bottoms-info{
  padding: 20px;
  height: 104px;
  background-color: #fff;
  color: #333;
}

.imgs-info.left-news .info-box .bottoms-info .main-title{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
}

.imgs-info.left-news .info-box .bottoms-info .content{
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  line-height: 22px;
}

.imgs-info.left-news .info-box .bottoms-info .pub-time{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 120px;
  width: 100px;
  height: 80px;
  color: #fff;
  background-color: rgba(45, 70, 132, 0.9);
}

.imgs-info.left-news .info-box .bottoms-info .pub-time .my_time {
 position: absolute;
 visibility: hidden;
}

.imgs-info.left-news .info-box .bottoms-info .pub-time .time_top {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

.imgs-info.left-news .info-box .bottoms-info .pub-time .time_bottom {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.r-list .li-title img{
  display: none;
}

.footer-logo-box{
  display: flex;
  justify-content: center;
}

.footer-logo-box img{
 transform: translateX(-10px);
}

.footer-infos-box{
  margin: 30px 0;
}


.footer-qr-box {
  margin-top: 30px;
}

.footer-qr-box .info-box{
  display: flex;
  justify-content: center;
  margin-right: 24px;
}

.footer-qr-box .info-box li{
  display: flex;
  flex-direction: column;
}

.footer-qr-box .info-box img{
  width: 116px;
  height: 116px;
}

.footer-qr-box .info-box .title{
  text-align: center;
  margin-top: 12px;
}

.footer-qr-box .info-box .title a{
  color: #fff;
  font-size: 14px;
}

#fixed-header{
  display: none !important;
}




.more_btn .more_text .txt{
  display: flex;
  align-items: center;
  margin-left: -17px;
  white-space: nowrap;
}

.more_btn .more_text img{
  display: none;
}

.more_btn .more_text .txt .add-icon{
  display: block;
  margin-left: 3px;
}




#container-1 .main-top-box{
  position: relative;
  margin-top: 15px;
}

#container-1 .left-banner{
  position: relative;
}

#container-1 .left-banner .news-banner-box video{
  width: 100vw;
}

.main-top-box .r-list .newstt {
  position: absolute;
  left: 0;
  top: 0;
}

#container-1 .left-banner .dtjt9_div_text {
  display: block !important;
  bottom: 0 !important;
}
#container-1 .left-banner .dtjt9_div_text .dtjt9_div_text_title {
  background: linear-gradient(180deg, rgba(44,70,132,0) 0%, rgba(0,0,0,0.74) 100%);
  text-align: left !important;
  height: 56px;
}

#container-1 .left-banner .dtjt9_div_text .dtjt9_div_text_title a {
  display: inline-block;
  width: 70% !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  line-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 30px;
}

#container-1 .left-banner .dtjt9_div_text .dtjt9_div_text_title a font {
  color: #fff !important;
}

#container-1 .left-banner .dtjt9_div_img .number  {
  z-index: 200 !important;
}
 
#container-1 .left-banner .dtjt9_div_img .number .nomal {
  width: 20px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
 
#container-1 .left-banner .dtjt9_div_img .number .nomal:hover {
  color: #fff !important;
}

#container-1 .left-banner .dtjt9_div_img .number .current {
  width: 20px;
  height: 8px;
  background: #2C4684;
  border-radius: 5px;
  overflow: hidden;
  color: #2C4684;
}

#container-1 .left-banner .dtjt9_div_img .number .current:hover {
  color: #2C4684 !important;
}

#container-1 .news-banner-box{
  padding-top: 40px;
}

#container-1 #play-button{
 display: none;
}


.main-top-box .r-list .r-list-top .info-box{
  display: flex;
  flex-direction: column;
}

.main-top-box .r-list .r-list-top .info-box .info-item{ 
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 162px;
  padding-top: 20px;
  padding-left:9px;
}

.main-top-box .r-list .r-list-top .info-box .info-item .time-box{ 
  display: flex;
  align-items: flex-end;
}
.main-top-box .r-list .r-list-top .info-box .info-item .my_time{ 
  display: none;
}
.main-top-box .r-list .r-list-top .info-box .info-item img{ 
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px;
}
.main-top-box .r-list .r-list-top .info-box .info-item .time_top{ 
  color: #2C4684;
  font-size: 18px;
}
.main-top-box .r-list .r-list-top .info-box .info-item .time_bottom{ 
  color: #7B7B7B;
  font-size: 12px;
}
.main-top-box .r-list .r-list-top .info-box .info-item::after{ 
  content: '';
  position: absolute;
  left: 9px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D5D8DF;
}

.main-top-box .r-list .r-list-top .info-box .info-item .title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: unset !important;
  color: #333;
  font-size: 16px;
  margin-top: 16px;
  line-height: 28px;
  min-height: 56px;
  font-weight: bold;
}

.main-top-box .r-list .r-list-top .info-box .info-item .title a:hover{
  color: #fff !important;
  font-weight: 400;
}

.main-top-box .r-list .r-list-top .info-box .info-item .contents{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: unset !important;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}



#container-10{
  width: 100%;
  margin-top: 30px;
}

#container-10 .inner{
  display: flex;
  flex-direction: column;
}


#container-10 .left-list{
 width: 100%;
}

#container-10 .right-list{
  width: 100%;
  /* height: 320px; */
  /* background: url(./images/kjbg.png) no-repeat center; */
  background-size: 100% 100%;
  margin-right: -30px;
}





#container-10 .my-news-list{
  position: relative;
}

#container-10 .my-news-list .news-pic{
  display: none;
  position: absolute;
  left: 14%;
  top: 121%;
  width: 73%;
  height: 76%;
}

#container-10 .my-news-list .news-pic a{
  display: block;
  width: 100%;
  height: 100%;

}

#container-10 .my-news-list .news-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


#container-10 .my-news-list .kj_item {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ECECEC;
}

#container-10 .my-news-list .kj_item:last-child{
  border-bottom: none;
}

#container-10 .my-news-list .kj_item .news_title {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#container-10 .my-news-list .kj_item .news_title a {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 54px;
}

#container-10 .my-news-list .kj_item.active {
  border-left: 3px solid #2C4684;
  border-bottom: none;
}

#container-10 .my-news-list .kj_item.active .news_title a{
  color: #2C4684;
  padding-left: 30px;
}




#container-9{
  width: 100%;
  margin-top: 30px;
}

#container-9 .inner{
  display: flex;
  flex-direction: column;
}


#container-9 .left-list{
 width: 100%;
}

#container-9 .right-list{
  width: 100%;
  height: 320px;
  background: url(./images/rwbg.png) no-repeat center;
  background-size: 100% 100%;
}




#container-9 .my-news-list{
  position: relative;
}

#container-9 .my-news-list .news-pic{
  position: absolute;
  left: 14%;
  top: 128%;
  width: 72%;
  height: 90%;
}

#container-9 .my-news-list .news-pic a{
  display: block;
  width: 100%;
  height: 100%;

}

#container-9 .my-news-list .news-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


#container-9 .my-news-list .kj_item {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ECECEC;
}

#container-9 .my-news-list .kj_item:last-child{
  border-bottom: none;
}

#container-9 .my-news-list .kj_item .news_title {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#container-9 .my-news-list .kj_item .news_title a {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 54px;
}

#container-9 .my-news-list .kj_item.active {
  border-left: 3px solid #2C4684;
  border-bottom: none;
}

#container-9 .my-news-list .kj_item.active .news_title a{
  color: #2C4684;
  padding-left: 30px;
}

/* 学院图链接 */
#container-12{
  margin: 20px 0;
}

#container-12 .daily-study-info.link{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 !important;
}

#container-12 .daily-study-info.link .info-box{
  width: 48%;
  height: 55px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  margin-bottom: 10px;
}


#container-12 .daily-study-info.link .info-box a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#container-12 .daily-study-info.link .info-box a img{
  width: 72% !important;
  height: auto !important;
}

#container-12 .daily-study-info.link .info-box:hover{
  box-shadow: 0px 0px 13px 4px rgba(138,152,186,0.27);
  border: 1px solid transparent;
}

#container-12 .bottom-main:nth-child(1){
  margin-top: 0 !important;
}

#container-12 .bottom-main:nth-child(2),
#container-12 .bottom-main:nth-child(3){
  margin-top: -10px !important;
}


/* 学科竞赛 */
#container-3 {
  padding-top: 42px;
  padding-bottom: 50px;
}

#container-3 .newstt::after {
  width: 81% !important;
}

#container-3 .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  flex-wrap: wrap;
}

#container-3 .c3-list{
  width: 100%;
}

#container-3 .my_time{
  display: none;
}

#container-3 .time_top{
  color: #2C4684;
  font-size: 18px;
}

#container-3 .time_bottom{
  color: #7B7B7B;
  font-size: 12px;
}

#container-3 .c3-left .newstt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}


#container-3 .c3-left .xueke-box{
  flex-direction: column;
}

#container-3 .c3-left .xueke-box .xueke-item:nth-child(1),
#container-3 .c3-left .xueke-box .xueke-item:nth-child(2){
  display: none;
}

#container-3 .c3-left .xueke-box .xueke-item{
  width: calc(100% - 48px);
  height: 62px;
  background: #F1F6FF;
  margin-bottom: 15px;
  padding: 16px 24px;
}


#container-3 .c3-left .xueke-box .xueke-item:last-child{
  margin-bottom: 0;
}

#container-3 .c3-left .xueke-box .xueke-item .title{
  margin-bottom: 24px;
}

#container-3 .c3-left .xueke-box .xueke-item .title a{
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container-3 .c3-center .xueke-box .xueke-item{
  position: relative;
  height: 312px;
}


#container-3 .c3-center .xueke-item::before{
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 67px;
  background: #2D4684;
}

#container-3 .c3-center .xueke-box .xueke-item .m-img{
  object-fit: cover;
}


#container-3 .c3-center .xueke-box .xueke-item .shisheng-bottom{
  width: calc(100% - 48px);
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 24px;
  background: linear-gradient( 360deg, #2C4684 0%, rgba(255,255,255,0) 100%);
}

#container-3 .c3-center .xueke-box .xueke-item .shisheng-bottom .title {
  margin-top: 10px;
}

#container-3 .c3-center .xueke-box .xueke-item .shisheng-bottom .title a{
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container-3 .c3-center .xueke-box .xueke-item .shisheng-bottom .time {
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}


#container-3 .c3-right .xueke-box .xueke-item:nth-child(1){
  display: none;
}

#container-3 .c3-right .xueke-item{
  position: relative;
  width: calc(100% - 48px);
  height: 216px;
  background: #F1F6FF;
  padding: 48px 24px;
}

#container-3 .c3-right .xueke-item::before{
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 67px;
  background: #2D4684;
}

#container-3 .c3-right .xueke-item .title a{
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
}

#container-3 .c3-right .xueke-item .contents a{
  color: #999;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
}



#container-20{
  width: 100%;
}

#container-20 .inner{
  display: flex;
  flex-direction: column;
}

#container-20 .inner .content-left{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#container-20 .inner .content-left .post1 {
  width: 100% !important;
}

#container-20 .inner .content-right{
  display: flex;
  flex-direction: column;
  width: 100%;
}

#container-20 .inner .content-right .content-right-top{
  width: 100%;
}

#container-20 .inner .content-right .content-right-bottom{
  display: flex;
  width: 100%;
}

#container-20 .xy-box-1{
  width: 100%;
  height: 230px;
}

#container-20 .xy-box-1 .xy-item{
  width: 100%;
  height: 100%;
}

#container-20 .xy-box-2{
  height: 230px;
}

#container-20 .xy-box-3{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#container-20 .xy-box-3 .xy-item{
  width: 49%;
  height: 140px;
}

#container-20 .xy-box .xy-item .m-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#container-20 .inner .column .xy-box .xy-item{
  position: relative;
}

#container-20 .inner .column .xy-box .xy-item:hover .xy-title{
  display: block;
}

#container-20 .inner .column .xy-box .xy-item .xy-title {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100%;
}


#container-20 .inner .column .xy-box .xy-item .xy-title a{
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

#container-20 .inner .column .xy-box .xy-item:hover .m-img{
  filter: blur(2px);
}



#container-21{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url(./images/f.png) no-repeat center;
  background-size: 100% 100%;
}

#container-21 .ct-top{
  width: 100%;
  height: 555px;
}

#container-21 .ct-top .inner{
  position: relative;
  height: 100%;
  padding-top: 95px;
}

#container-21 .ct-top .inner .ct-top-1{
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}


#container-21 .ct-top .inner .ct-top-2{
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#container-21 .ct-top .tongji-box{
  /* margin-top: 60px; */
}

#container-21 .ct-top .tongji-box.box-4{
  display: flex;
  flex-direction: column;
}





#container-21 .ct-top .tongji-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#container-21 .ct-top .tongji-list.total-count{
  display: flex;
  flex-direction: column;
  width: 49%;
}

#container-21 .ct-top .tongji-list.total-count .Column_VisitCount,
#container-21 .ct-top .tongji-list.total-count .title{
  text-align: center;
} 

#container-21 .ct-top .tongji-item{
  display: flex;
  flex-direction: column;
  width: 49%;
}


#container-21 .ct-top .tongji-item .f-title a,
#container-21 .box-4 .total-count .WP_VisitCount{
  font-family: '楷体',STKaitiTC, STKaitiTC;
  font-weight: 700;
  font-size: 26px;
  color: #2C4684;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 2px;
}

#container-21 .ct-top .tongji-item .f-title {
  text-align: center;
}

#container-21 .ct-top .tongji-item .title {
 padding-bottom: 10px;
 text-align: center;
 padding-top: 10px;
}

#container-21 .ct-top .tongji-item .title a,
#container-21 .box-4 .total-count .title{
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  pointer-events: none;
  white-space: nowrap;
}

#container-21 .ct-bottom{
  width: 100%;
  margin-top: 84px;
}

#container-21 .ct-bottom .bn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

#container-21 .ct-bottom .bn-box .bn-item{
  position: relative;
  width: 33.33%;
  margin-bottom: 15px;
}


#container-21 .ct-bottom .bn-box .bn-item .img-a{
  display: flex;
  justify-content: center;
  align-items: center;
 }

#container-21 .ct-bottom .bn-box .m-img{
  width: 90px !important;
  height: 90px !important;
}

#container-21 .ct-bottom .bn-box .bn-item .bn-bottom {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#container-21 .ct-bottom .bn-box .bn-item .bn-bottom .title a {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}



#container-13{
  width: 100%;
  /* height: 527px; */
  /* margin-top: 54px; */
  background: #F1F6FF;
  padding-top: 60px;
}

#container-13 .newstt::after {
  width: 81% !important;
}

#container-13 .report-item {
  width: 100%;
  margin-bottom: 20px;
}

#container-13 .report-item .report-item-bottom .title {
  margin-top: 20px;
}

#container-13 .report-item .report-item-bottom .title a{
  color: #333;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


#container-13 .report-item .report-item-bottom .contents{
 display:none;
}

#container-13 .report-item .report-item-bottom .my-text .tp{
  width: 14px !important;
  height: 14px !important;
}

#container-13 .report-item .report-item-bottom .my-text .my-text-item{
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container-13 .report-item .report-item-bottom .my-text .txt{
 color: #2C4684;
 font-size: 14px;
}



/**页脚开始**/
#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #666666;
  font-size: 14px;
}

.footer-top,
.footer-bottom {
  width: 100%;
}




.footer-top {
  background-color: #2C4684;
}

.footer-top .foot_left p span {
  color: #a5acc3;
  font-size: 14px;
  line-height: 32px;
}

.footer-top .foot_left a {
  color: #a5acc3;
  font-size: 14px;
}

.footer-top .foot_right,
.footer-top .foot_center{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .foot_right{
  flex-direction: row-reverse;
}

.shares {
	text-align: center;
	height: 43px;
}
.shares ul {
	display: inline-block;
	width: auto;
	text-align: right;
}
.shares li {
	float: left;
	margin: 0 10px;
	position: relative;
	padding: 0;
}
.shares li a {
	display: inline-block;
	width: 36px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.shares li .con {
	display: none;
	position: absolute;
	bottom: 35px;
	left: 50%;
	z-index: 100;
	margin-left: -52px;
	width: 100px;
}
.shares li .con img {
	width: 100px;
	height: 100px;
	vertical-align: top;
}
.shares li .con span {
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.shares li a {
	margin-top: 10px;
}
.shares li.i1 a {
	background: url(./images/wechat.png) top center no-repeat;
}
.shares li.i1 a:hover {
	background: url(./images/wechat.png) bottom center no-repeat;
}
.shares li.i2 a {
	background: url(./images/sina.png) top center no-repeat;
}
.shares li.i2 a:hover {
	background: url(./images/sina.png) bottom center no-repeat;
}

.footer-bottom {
  display: flex;
  height: 54px;
  /* background: #001857; */
}

.footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.bottom-left {
  width: 100%;
}

.bottom-right {
  width: 240px;
  display: flex;
  align-items: center;
}

.bottom-right img {
  width: 100px;
  height: 100px;
}

.bottom-right .top-box {
  height: 160px;
  width: 240px;
}

.bottom-right .top-box .info-box {
  display: flex;
  justify-content: space-between;
  width: 120px;
}

.bottom-right .top-box .info-box li {
  width: 100px;
}

.bottom-right .top-box .info-box li a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.footer-logo-box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-infos-box{
  height: 141px;
  color: rgba(255,255,255,0.97);
  margin-top: 34px;
  font-size: 14px;
}

.footer-infos-box p{
  line-height: 30px;
}

.footer-links {
  width: 275px;
}

.footer-qr-box{
}

.footer-qr-box .info-box{
  margin-right: 24px;
}

.footer-qr-box .info-box li{
  display: flex;
  flex-direction: column;
}

.footer-qr-box .info-box img{
  width: 116px;
  height: 116px;
}

.footer-qr-box .info-box .title{
  text-align: center;
  margin-top: 12px;
}

.footer-qr-box .info-box .title a{
  color: #fff;
}

.footer-links .links-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-links .links-item select option {
  color: black;
}
.footer-links .links-item {
  background-color: #5f626f;
  height: 36px;
}

.footer-links .links-title {
  font-weight: 500;
  margin-right: 10px;
}

.footer-links .links-item select {
  width: 275px;
  height: 36px;
  background-color: #374D88;
  color: #fff;
  border: none !important;
  padding: 0 12px;
}

#footer .sp-line{
  display: none;
  width: 1px;
  height: 141px;
  background-color: rgba(255, 255, 255, 0.5);
}

.bottom-first .site-rale .clearfix li:nth-of-type(8) span {
  display: none;
}

.bottom-first .site-rale .clearfix li a {
  color: white;
}

.bottom-first .wp-menu {
  display: flex;
  justify-content: center;

}

.bottom-first .wp-menu .menu-item {
  margin: 0 16px;
}

.bottom-first .wp-menu .menu-item .menu-link {
  color: #666666 !important;
}


.bottom-second,
.bottom-third,
.bottom-fourth {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.bottom-first {
  height: 14px;
  margin-top: 40px;
}

.bottom-third a {
  color: #666666;
}


#container-22 .ej-box{
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 630px; */
  background-color: #2D4684;
  flex-wrap: wrap;
}

#container-22 .ej-box .ej-left{
  width: 100%;
  height: 460px;
  background: url(./images/ej.png) no-repeat;
  background-size: 100% 100% ;
}

#container-22 .ej-box .ej-right{
  position: relative;
  width: 100%;
  height: 630px;
  /* padding: 0 80px 0 90px; */
}

#container-22 .ej-box .ej-right .newstt{
  margin-bottom: 40px;
  margin-top: 25px;
}

#container-22 .ej-box .ej-right .newstt .more_text .txt{
 color: #fff;
}

/* #container-22 .ej-box .ej-right::before{
  content: '';
  position: absolute;
  left: 89px;
  top: 61px;
  width: 0px;
  height: 513px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
} */



#container-22 .ej-box .ej-right .ej-list{
  display: flex;
  flex-direction: column;
  /* padding-left: 53px; */
}


#container-22 .ej-box .ej-right .ej-list .ej-item{
  position: relative;
  border-bottom: 1px dashed #fff;
  height: 80px;
}

#container-22 .ej-box .ej-right .ej-list .ej-item.active{
  height: 200px;
}


#container-22 .ej-box .ej-right .ej-list .ej-item:last-child{
  border-bottom: none;
}

#container-22 .ej-box .ej-right .ej-list .ej-item .img-a{
  display: none;
  position: absolute;
  
}

#container-22 .ej-box .ej-right .ej-list .ej-item .img-a img{
  border-radius: 50%;
  object-fit: cover;
}

#container-22 .ej-box .ej-right .ej-list .ej-item.active .img-a{
  /* display: block; */
  left: -190px;
  top: 30px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

#container-22 .ej-box .ej-right .ej-list .ej-item .title a{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container-22 .ej-box .ej-right .ej-list .ej-item .title a:hover{
  color: #FFFFFF !important;
}


#container-22 .ej-box .ej-right .ej-list .ej-item .contents{
  position: relative;
  display: none;
  margin-top: 20px;
}

#container-22 .ej-box .ej-right .ej-list .ej-item .contents a{
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* #container-22 .ej-box .ej-right .ej-list .ej-item .contents::after{
  content: '';
  position: absolute;
  left: -44px;
  top: -20px;
  width: 674px;
  height: 0px;
  border: 1px solid;
  border-image: linear-gradient(142deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}


#container-22 .ej-box .ej-right .ej-list .ej-item .contents::before{
  content: '';
  position: absolute;
  left: -63px;
  top: -28px;
  display: block;
  background: url(./images/ej-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
} */

#container-22 .ej-box .ej-right .ej-list .ej-item .contents a:hover{
  color: #fff !important;
}

#container-22 .ej-box .ej-right .ej-list .ej-item.active .contents{
  display: block;
}

/* 党政 */
.dz-box .dz-list{
  width: 99% !important;
  margin-top: 20px ;
}

.dz-box .dz-list .dz-list-l{
  width: 30px !important;
}

.dz-box .dz-list .dz-list-r{
  padding: 25px 10px 10px !important;
}

.dz-box .dz-list .dz-list-r .dz-item{
  font-size: 14px !important;
}

.dz-box .dz-list .dz-list-r .dz-item .tit{
  width: 42px !important;
}

.dz-box .dz-list .dz-list-r .dz-item .tit.w-auto{
  width: auto !important;
}

.dz-box .dz-list .dz-list-r .dz-item.h-auto{
  height: auto !important;
}

/* 领导 */
.ld-list{
  width: 100% !important;
}

.ld-list .ld-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}

.ld-list .ld-item .ld-item-l{
  width: 200px !important;
  height: 250px !important;
  margin-right: 0 !important;
  margin-bottom: 30px;
}

.ld-list .ld-item .ld-item-l img{
  width: 100% !important;
  height: 100% !important;
}

.ld-list .ld-item .ld-item-r{
  width: 100% !important;
}



.gy-teacher-box{

}

.gy-teacher-box .two-column{
 
}

.gy-teacher-box .two-column .teacher-item{
  
}

.gy-teacher-box .two-column .teacher-item .intro{
  line-height: 26px;
}

.gy-teacher-box .two-column .teacher-item .intro:nth-child(2){
  line-height: 35px;
  margin-top: 8px !important;
}

.gy-teacher-header{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.gy-teacher-header .zm-item{
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.gy-teacher-header .zm-item.active{
  color: #2D4684;
  font-weight: bold;
}

.gy-teacher-box .teacher-item{
  display: flex;
  width: calc(100% - 20px);
  height: 152px;
  padding: 10px;
  margin-bottom: 14px;
  border: 1px solid #ebebeb;
}

.gy-teacher-box .teacher-item .teacher-left{
  margin-right: 20px;
}

.gy-teacher-box .teacher-item .teacher-left img{
  width: 100px;
  height: 152px;
  object-fit: cover;
}

.gy-teacher-box .teacher-item .teacher-right .right-top .name a{
  color: #2D4684;
  font-size: 20px;
  font-weight: bold;
}

.gy-teacher-box .teacher-item .teacher-right .right-top .gangwei{
  margin-left: 15px;
  color: #333;
  font-size: 16px;
}

.gy-teacher-box .teacher-item .teacher-right .right-bottom .intro{
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}


