a:hover {
  color:#9a0004;
}
.ht_fl {
  float: left;
}

.ht_fr {
  float: right;
}

.h_center {
  padding: 30px 0;
  z-index: 99;
}

.h_center .h_cen_fl {
  float: left;
}

.h_center .h_cen_fl img{
  display:block;
}

.h_center .h_cen_fr {
  float: right;
  text-align: center;
  position: relative;
  top: 24px;
}

.h_center .h_cen_fr img {
  width: 100%;
}

.h_center .h_cen_fr p {
  text-align: center;
  font-size: 14px;
  color: #999;
}

#top {
  background-size: cover;
}

.newsbox {
  background: url(../images/newsbox.png) no-repeat bottom center;
  padding-bottom: 36px;
}

.list_notice {
  width: 72%;
}

.list_notice li {
  float: left;
  width: 33.3333%;
  margin: 13px 0;
}

.list_notice li i {
  font-style: normal;
  display: block;
  font-size: 14px;
  height: 23px;
  text-align: center;
  line-height: 23px;
}

.list_notice li .one_i {
  background: #e6e6e6;
}

.list_notice li .two_i {
  background: #666666;
  color: #fff;v
}

.list_notice li a {
  display: block;
}

.list_notice li .square {
  width: 46px;
  height: 46px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 12px;
}

.list_notice li .square .one {
  width: 46px;
  height: 46px;
}

.list_notice li .notice_right {
  width: 76%;
  display: block;
  color: #333;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list_notice li:hover .one_i {
  background: #fff2f2;
  color: #9b0004;
}

.list_notice li:hover .two_i {
  background: #9b0004;
}

.list_notice li:hover .notice_right {
  color: #9b0004;
}

.wp_search .search{
  background:url(../images/search.png) no-repeat right center;
}

.notice {
  margin-bottom: 56px;
}

.back {
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 9999;
}

.back img {
  width: 70px;
  height: 70px;
}

.wap-hidden{
  display:none;
}
 
.newsbox .new_right #wp_news_w43 ul li .ex_fields .Article_PublishDate{
   color:#999;
    line-height: 27px;
    margin-top: 11px;
}

.list_news .wp_article_list li:nth-child(1){
  display:none;
}

.h_center .inp {
  position: relative;
  margin-top: 12px;
  margin-left: 24%;
  padding-left: 6px;
  border: 1px solid #9b0004;
}

.h_center .inp input {
  outline: none;
  height: 36px;
  border: 0;
  color: #999;
  padding:0;
}

.wp_search tr td{
  display:inline-block;
  padding:0;
  height:36px;
}

.wp_listcolumn{
  border-top:0;
}

.wp_listcolumn .wp_column {
    display: block;
    width: 70%;
    vertical-align: bottom;
    margin-left: 18px;
  height:56px;

}

.wp_listcolumn .wp_column a{
   background:#f1f1f1;
   border-bottom:0;
    height: 100%;
    line-height: 56px;
}

.wp_listcolumn .wp_column a:hover{
    color: #b30006;
    background: #fff2f2;
}

.list_news ul li .Article_Title{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width:98%;
}

.crjy_list #wp_news_w45 ul li .Article_Title a{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width:96%;
}

.h_center .inp img {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 100%;
}

#cssmenu {
  background: #9b0004;
  width: 100%;
}

/*导航下拉*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;

}

#cssmenu ul li {
  width: calc(100% / 9);
}

#cssmenu ul li:last-child a {
  border: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  background: #940005;
}

#cssmenu ul {
  font-size: 0;
  text-align: center;
}

#cssmenu ul li {
  float: left;
  padding: 15px 20px;

}

#cssmenu ul li a {
  padding: 2px 0px;
  border-right: 1px solid #fff;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul li a:hover {
  color: #ffff00;
}

#cssmenu ul ul li:hover a,
#cssmenu ul ul li a:hover {
  color: #fff;
}

#cssmenu ul .show_ul .has-sub .after_has_a {
  background: url(../images/xiangyou.png) no-repeat 140px center, #333 !important;
}

.addposit {
  display: none;
}

/*导航下拉结束*/

.pc_banner {
  width: 100%;
}

.pc_banner img {
  width: 100%;
  vertical-align: bottom;
}

.move_show {
  display: none;
}

.first_box {
  /* border: 1px solid #dddcdd;
  padding: 20px;
  width: calc(100% - 42px); */
  margin-bottom: 36px;
}

.flbox {
  float: left;
  width: 65.9%;
  padding-right: 18px;
  border-right: 1px solid #dddcdd;
}

.leftactive .twoflbox dl {
  background: url(../images/tit5.png) no-repeat left center;
}

.rightactive .twofrbox1 dl {
  background: url(../images/tit6.png) no-repeat left center;
}

.rightactive .twofrbox2 dl {
  background: url(../images/tit7.png) no-repeat left center;
}

.leftactive {
  float: left;
  width: 46%;
}

.leftactive .twoflbox {
  width: 100%;
  border-right: 0;
}

.leftactive .twofrbox {
  width: 100%;
}

.leftactive .twoflbox ul li {
  float: left;
  width: calc(33.33333% - 14px);
  margin: 0 7px;
}

.leftactive .twoflbox ul li img {
  width: 100%;
}

.div_piccontenttitle_li{
  border-bottom:0 !important;
}

.news_list .left {
  float: left;
  width: 48%;
  margin-right: 20px;
}

.news_list .left img {
  width: 100%;
}

.news_list .right {
  float: right;
  width: 49%;
}

.news_list .right li,
.frbox .right li,
.twofrbox .right li {
  border-bottom: 1px dashed #dedede;
  line-height: 50px;
}

.news_list .right li .span1 {
  width: 67%;
}

.news_list .right li .span1,
.frbox .right li .span1 {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .right li .span1 i,
.frbox .right li .span1 i {
  font-weight: bold;
  color: #e6bd43;
  font-style: normal;
}

.news_list .right li .span2 {
  width: 21%;
}

.frbox .right li .span2 {
  width: 25%;
}

.news_list .right li .span2,
.frbox .right li .span2 {
  float: right;
  color: #999;
  font-size: 14px;
}

.news_list .describe,
.frbox .right .describe {
  border-bottom: 1px dashed #dedede;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 34px;
  width: 100%;
}

.zx .list_news .zxks li{
    height: 46px;
    line-height: 46px;
    border-bottom:1px dashed #d4d6e0;
}
.fcr .list_news .fcrjy li{
    height: 46px;
    line-height: 46px;
    border-bottom:1px dashed #d4d6e0;
}

.ad {
  margin-bottom: 36px;
  z-index: 233;
}

.ad img {
  width: 100%;
  vertical-align: bottom;
}

.title {
  text-align: center;
  font-size: 28px;
  color: #e96f5c;
  font-weight: bold;
  width: 312px;
  margin: 0 auto 36px auto;
  position: relative;
}

.title i {
  color: #aa3c42;
  font-style: normal;
}

.title .span_one {
  width: 68px;
  height: 1px;
  background: #d4d6e0;
  position: absolute;
  left: 0;
  top: 50%;
}

.title .span_two {
  width: 68px;
  height: 1px;
  background: #d4d6e0;
  position: absolute;
  right: 0;
  top: 50%;
}

.btn {
  background: #c12a26;
  width: 164px;
  border-radius: 21px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  margin: 36px auto 0 auto;
}

.btn a {
  display: block;
  color: #fff;
  font-size: 18px;
}

.education {
  background: url(../images/graybg.png) no-repeat top center;
  background-size: cover;
  padding: 36px 0;
}

.chengrenjiaoyu {
  border: 1px solid #d4d6e0;
  width: calc((100% - 30px) / 3 - 50px);
  float: left;
  background: #fff;
  padding: 24px;
  margin-left: 15px;
}

.chengrenjiaoyu:first-child {
  margin-left: 0;
}

.zixuekaoshi {
  border: 1px solid #d4d6e0;
  width: calc(30% - 48px);
  float: left;
  background: #fff;
  padding: 24px;
}

.biaoti {
  font-size: 24px;
  color: #e96f5c;
  font-weight: bold;
  padding-left: 18px;
  border-left: 4px solid #aa3c42;
  height: 28px;
  line-height: 28px;
}

.biaoti i {
  color: #aa3c42;
  font-style: normal;
}

.chengrenjiaoyu dl dt,
.chengrenjiaoyu dl dd,
.zixuekaoshi dl dt,
.zixuekaoshi dl dd,
.newsbox dl dd {
  float: left;
}

.chengrenjiaoyu dl dd,
.zixuekaoshi dl dd {
  /* margin: 14px 0 0 6px; */
  color: #999999;
}

.chengrenjiaoyu dl .last_dd,
.zixuekaoshi dl .last_dd,
.newsbox dl .last_dd {
  float: right;
  line-height: 28px;

}

.chengrenjiaoyu dl .last_dd a:hover span,
.zixuekaoshi dl .last_dd a:hover span,
.newsbox dl .last_dd a:hover span {
  color: #940005;
}

.chengrenjiaoyu .fei_list_news {
  width: 100%;
}

.chengrenjiaoyu .fei_list_news .fei_item {
  margin-top: 6px;
}

.chengrenjiaoyu .fei_list_news .fei_item:first-child {
  margin-top: 0;
}

.chengrenjiaoyu .fei_list_news .f_list_img {
  width: 35%;
}

.chengrenjiaoyu .fei_list_news .f_list_img img {
  width: 100%;
  height: 100px;
  display: block;
}

.chengrenjiaoyu .fei_list_news .f_list_cont {
  width: 62%;
}

.f_list_cont .f_list_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.f_list_cont .time {
  font-size: 14px;
  color: #999;
}

.f_list_cont .f_list_describe {
  margin-top: 9px;
  color: #999;
  line-height: 22px;
  font-size: 16px;
  text-indent: 2em;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsbox .new_left {
  width: 66%;
}

.new_left dl{
   margin-bottom:18px;
}

.div_piccontenttitle_li .c_pt_12 .c_txt h3{
margin-bottom:8px;
}


.div_piccontenttitle_li .c_pt_12 .c_txt h3 a span font{
 width:100%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
display:inline-block;
}

.chengrenjiaoyu .list_news .c_txt h3 a span{
   width:100%;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
display:inline-block;
}

.news .fr div, .chengrenjiaoyu .fr div, .zixuekaoshi .fr div{
  border-bottom:0 !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.div_piccontenttitle_li .c_pt_12 .c_txt p {
    color: #666;
    text-indent: 2em;
    line-height: 23px;
}
.rightcont .wp_article_list .list_item {
    width: 100%;
    height: 52px;
}

.wp_article_list .list_item {
    width: 100%;
    height: 50px;
}

.news .fr ul li{
  list-style:none;
}
contquyu
.list_news .Article_Index{
  display:none !important;
}

.contquyu2 {
  padding-bottom:36px;
  border-bottom:1px solid #ccc;
}

.c_pic{
   display:none;
}

.c_txt h3 a{
    font-size: 18px !important;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}

.c_txt h3 a font{
   color: #333 !important;
}

.div_piccontenttitle_li .c_pt_12 .c_txt p a span{
   line-height:29px;
   color:#777;
   overflow:hidden;
   text-overflow:ellipsis;
   display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.crjy_list ul li a{
  display:block;
}

.newsbox .new_right {
  width: calc(33% - 36px);
  margin-left: 36px;
}

.newsbox .new_right  #wp_news_w43  ul li .pr_fields{
width: calc(100% - 56px);
}

.newsbox .new_right  #wp_news_w43  ul li .pr_fields .Article_Title{
  width:96%;
}

.newsbox .new_right  #wp_news_w43  ul li .ex_fields{
  float:left;
  
}

.new_right ul li a span {
  color: #0f5aad;
  padding-right: 14px;
  border-right: 2px solid #0f5aad;
  margin-right: 14px;
}

.new_right ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.new_right ul li {
  line-height: 50px;
  border-bottom: 1px solid #d4d6e0;
}

.div_piccontenttitle_ul{
    padding-bottom: 8px !important;
    border-bottom: 1px solid #d4d6e0 !important;
}

.last_dd a span {
  color: #777777;
  background: #eeeeee;
  padding: 8px 12px;
}

.last_dd i {
  color: #fff;
  font-weight: bold;
  background: #e6212a;
  padding: 8px 12px;
}

.chengrenjiaoyu dl .last_dd a:hover {
  color: #940005;
  transition: all .3s;
}

a:hover .describe {
  color: #940005;
  transition: all .3s;
}

.btn:hover {
  background: #105aae;
  transition: all .3s;
}

.zixuekaoshi dl .last_dd a:hover {
  color: #940005;
  transition: all .3s;
}

.chengrenjiaoyu dl,
.zixuekaoshi dl {
  margin: 0 0 18px 0;
}

.pingtai ul li {
  float: left;
  width: calc((100% - 34px) / 3);
  margin-bottom: 18px;
  height: 112px;
  color: #fff;
  border-radius: 3px;
}

.pingtai ul li:nth-child(1) {
  background: #cf484e;
}

.pingtai ul li:nth-child(2) {
  background: #48cf7b;
  margin: 0 17px;
}

.pingtai ul li:nth-child(3) {
  background: #488bcf;
}

.pingtai ul li p:nth-child(1) {
  width: 126px;
  height: 112px;
  text-align: center;
}

.pingtai ul li:nth-child(1) p:nth-child(1) {
  border-right: 2px solid #ff9398;

}

.pingtai ul li:nth-child(2) p:nth-child(1) {
  border-right: 2px solid #86f5b0;

}

.pingtai ul li:nth-child(3) p:nth-child(1) {
  border-right: 2px solid #a6c5f9;
}

.pingtai ul li p:nth-child(2) {
  width: calc(100% - 128px - 26px);
  height: calc(100% - 26px);
  color: #fff;
  padding-left: 26px;
  vertical-align: middle;
  padding-top: 26px;
}

.pingtai ul li p:nth-child(2) span {
  display: block;
}

.pingtai ul li p:nth-child(2) span:nth-child(1) {
  font-size: 20px;
  margin-bottom: 6px;
}

.pingtai ul li p:nth-child(2) span:nth-child(2) {
  font-size: 23px;
  font-weight: bold;
}

.pingtai ul li p:nth-child(1) img {
  position: relative;
  top: 50%;
  margin-top: -25%;
}

.news .fl {
  width: auto;
}

.news .fl img {
  width: 100%;
  height: 308px;
  display: block;
}

.news .list_news {
  width: calc(96% - 402px);
}

.wp_article_list .list_item .pr_fields{
  width:85%;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wp_article_list .list_item .pr_fields span:nth-child(2) a font {
    font-weight: normal !important;
    color:#333 !important;
}

.wp_article_list .list_item{
   border-bottom:0;
}

.crjy_list .wp_article_list li{
  height:46px;
  line-height:46px;
  border-bottom:1px dashed #d4d6e0;
}

.div_piccontenttitle_li .c_pt_12 .c_txt h3{
  margin-bottom:0;
}

.news {
  width: 100%;
}

.newfour div ul{
  margin-bottom:0px !important;
}
.Article_Index{
  display:none !important;
}
.news .guanjianci,
.chengrenjiaoyu .guanjianci,
.zixuekaoshi .guanjianci {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 36px;
  margin-bottom: 10px;
}

.news a:hover .guanjianci,
.chengrenjiaoyu a:hover .guanjianci,
.zixuekaoshi a:hover .guanjianci {
  color: #940005;
}

#wp_news_w43 font{
  color:#666666 !important;
}

.list_news ul li a:hover span,
.new_right ul li a:hover {
  color: #940005 !important;
}

.new_right dl{
  margin-bottom:18px;
}

.new_right #wp_news_w43 ul li{
     line-height: 50px;
     border-bottom: 1px solid #d4d6e0; 
     height:50px;
}

.chengrenjiaoyu .list_news .f_news_img {
  width: 36%;
}

.chengrenjiaoyu .list_news .f_news_cont {
  width: 60%;
}

.chengrenjiaoyu .list_news .f_news_img img {
  width: 100%;
  height: 112px;
  display: block;
}

.news .describe,
.chengrenjiaoyu .describe,
.zixuekaoshi .describe {
  color: #999;
  line-height: 24px;
  font-size: 16px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

a:hover .time {
  color: #940005;
  transition: all .3s;
}

.news .time,
.list_news .time {
  font-size: 14px;
  color: #999;
}

.news .fr div,
.chengrenjiaoyu .fr div,
.zixuekaoshi .fr div {
  border-bottom: 1px solid #d4d6e0;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.news .fr ul li {
  line-height: 51px;
  border-bottom: 1px solid #d4d6e0;
}

.news .fr ul li .fl {
  color: #333;
  width: calc(100% - 121px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .fr ul li .pr_fields{
  width:82%;
}

.news .fr ul li .fr {
  color: #777;
  width: 121px;
  text-align: right;
}

.chengrenjiaoyu ul li,
.zixuekaoshi ul li {
  line-height: 46px;
  border-bottom: 1px dashed #d4d6e0;
}

.chengrenjiaoyu ul li .fr,
.zixuekaoshi ul li .fr {
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.chengrenjiaoyu ul li .one_time,
.zixuekaoshi ul li .one_time {
  color: #777;
  width: 121px;
  text-align: right;
}

.chengrenjiaoyu ul li .two_span,
.zixuekaoshi ul li .two_span {
  width: calc(100% - 121px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.major {
  margin-bottom: 36px;
}

.pc_btm,
.move_btm {
  background: #990004;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size:15px;
}

  .pc_btm p {
    line-height: 32px;
  }

.move_btm {
  display: none;
}

.mbxnav {
  line-height: 51px;
  background: #f0f0f0;
  padding: 0 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;

}

.neirongye {
  color: #666666;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.neirongye h2 {
  text-align: center;
  margin: 0;
}

.neirongye .shijian {
  text-align: center;
  color: #9f9f9f;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
  margin-top: 6px !important;
  margin-bottom: 36px;
}

.contquyu {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.contquyu {
  padding: 0 10px;
}

.contquyu .title{
   width: auto; 
    margin: 0 auto 24px auto;
    color:#333;
}

.contquyu .shijian {
    text-align:center;
     margin-bottom:36px;
     border-bottom:1px dashed #dedede;
     padding-bottom:18px;
   }

.fanye {
  padding: 0 10px;
}

.contstart .leftlist {
  float: left;
  width: 28%;
  border-right: 1px solid #e6e6e6;
  padding-bottom: 100px;
}

.contstart .rightcont {
  float: right;
  width: 68%;
  padding-bottom: 40px;
}

.contstart .leftlist ul .bigtit {
  background: url(../images/listitbg.png) no-repeat left top;
  line-height: 56px;
  height: 64px;
  color: #fff;
  font-size: 20px;
  background-size: 100%;
  letter-spacing: 2px;
  text-align:center;
  margin-right:24px;
  font-weight:bold;
}

.contstart .leftlist ul .movemargin {
  width: 62%;
}

.contstart .leftlist ul .movemargin {
  background: #f6f6f6;
  line-height: 58px;
  height: 58px;
  color: #555;
  width: 54%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 20px;
}

.contstart .leftlist ul .movemargin:hover {
  background: #fff0f0;
  color: #222;
  transition: all .3s;
}

.contstart .rightcont ul li {
  border-bottom: 1px solid #e8e8e8;
  line-height:52px;
}


.contstart .rightcont ul li:hover{
  background:#f0f0f0;
}

.contstart .rightcont ul li .datetz {
  font-size: 14px;
  color: #5676ba;
}

.contstart .rightcont ul li a .ptit {
  font-size: 16px !important;
  color: #333 !important;
  width: 60%;
}

.contstart .rightcont ul li a .ptit,
.contstart .rightcont ul li a .describe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contstart .rightcont ul p {
  margin: 12px 0;
}

.wp_paging li{
 line-height:25px !important;
 border-bottom:0 !important;
margin-top: 40px;
}

.sp_header,
.sjj_nav {
  display: none;
}

.wp_article_list .list_item .Article_PublishDate{
 color:#999999;
}

.list_news .top_news .pic_box {
  width: 268px;
  height: 120px;
}

.list_news .top_news a .right_txt:hover .describe {
  color: #940005;
  transition: all .3s;
}

.list_news .top_news .pic_box img {
  width: 100%;
  display: block;
}

.list_news .top_news .right_txt {
  width: 50%;

}

.list_news .top_news .right_txt .guanjianci {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_news .top_news .right_txt .describe {
  margin-top: 10px;
}

.list_news .top_news .right_txt .news_time {
  color: #777;
  padding: 5px 0;
}

.list_news .la_ul li a .title_time .news_title {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 36px;
}

.list_news .la_ul li a .title_time .news_time {
  width: 20%;
  line-height: 36px;
}

.list_news .la_ul li a:hover .describe {
  color: #940005;
  transition: all .3s;
}

.list_news .la_ul li {
  padding-bottom: 16px;
  margin-top: 10px;
  border-bottom: 1px solid #d4d6e0;
}

footer .cont_box {
  background: #f8f8f8;
}

footer .cont_box .cont {
  padding: 24px 0;
}

footer .cont_box .fot_logo {
  width: 288px;
  height: 74px;
  padding: 18px 30px 18px 0;
  border-right: 1px solid #be5658;
}

footer .cont_box .fot_logo img {
  width: 100%;
  display: block;
}

footer .cont_box .f_link {
  width: 100%;
}

footer .cont_box .menu_link {
  width: calc((100% - 481px) / 2);
  margin-left: 30px;
}

 .f_link_title a{
  color: #9b0004 !important;
  font-size: 20px;
  font-weight: bold;
}

footer .cont_box .f_link ul li{
  margin-right:12px;
}

footer .cont_box .menu_link ul li {
  width: 33.3%;
}

footer .cont_box .f_link ul li a,
footer .cont_box .menu_link ul li a {
  width: 100%;
  display: block;
  color: #777;
  font-size: 16px;
  margin-right: 14px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer .cont_box .f_link ul li a:hover {
  color: #940005;
  transition: all .3s;
}

footer .cont_box .menu_link ul li a:hover {
  color: #940005;
  transition: all .3s;
}

footer .cont_box .ewm {
  width: 102px;
  height: 102px;
}

footer .cont_box .ewm img {
  width: 100%;
  display: block;
  margin-top: 16px;
}

@media only screen and (max-width:1300px) {

  .h_center .logo {
    width: 100%;
  }

  .bigbox {
    width: 100%;
  }

  /* .bigbox {
    width: 90%;
  } */

  #cssmenu .oneli {
    width: calc(100% / 9);
  }

  #cssmenu ul li {
    padding: 15px 20px;
  }

  #cssmenu .has-sub .after_has_a {
    background: url(../images/jiantou.png) no-repeat 80px center;
  }

  .tabs_default .horizontal li {
    width: 80px;
  }

  .twofrbox2 ul li {
    height: 53px;
  }

  .h_center .inp {
    margin-left: 20%;
  }

}

@media only screen and (max-width:1295px) {
  .news_list .right li {
    margin-bottom: 2px;
  }

  .h_center {
    padding: 20px;
    width: calc(100% - 40px);
  }

  .newsbox .bigbox,
  .contain .notice {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

@media only screen and (max-width:1290px) {
  .mbxnav {
    font-size: 14px;
  }

  .tabs_default .horizontal li {
    width: 72px;
  }
}

@media only screen and (max-width:1264px) {
  .twoflbox {
    float: left;
    width: calc(31% - 10px);
    border-right: 1px solid #dddcdd;
  }

  .twofrbox {
    width: calc(35% - 10px);
    float: left;
  }

  /* .chengrenjiaoyu,
  .zixuekaoshi {
    width: calc(49% - 42px);
  } */
}

@media only screen and (max-width:1250px) {
  .twofrbox2 ul li {
    height: 51px;
  }

  footer .cont_box .ewm {
    margin: 0;
  }
footer .cont_box .f_link ul li {
    width: auto !important;
    margin-right: 2.2%;
}
   
}

@media only screen and (max-width:1200px) {
.wp_article_list .list_item .pr_fields {
    width: 78%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
  .ad{
     margin-bottom:36px;
    }
  .fir_li div .one_p {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
  }

  .moveleftimg {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }

  .chengrenjiaoyu dl .last_dd,
  .zixuekaoshi dl .last_dd,
  .newsbox dl .last_dd {
    margin-inline-start: 0;
  }

  .news_list .describe,
  .frbox .right .describe {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;

  }

  .news .fl img {
    width: 100%;
    height: 306px;
    display: block;
  }

  .leftimg {
    display: none;
  }

  .fir_li div .two_p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .li1 span,
  .li2 span,
  .li3 span,
  .li3 span,
  .li4 span {
    font-size: 17px;
    float: left;
    font-weight: bold;
    color: #fff;
    width: 70%;
    text-align: center;
    letter-spacing: 0px;
  }

  .smallban {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .flbox {
    padding-right: 0 !important;
  }

  .addpad2,
  .addpad3 {
    padding: 0;
  }

  .last1,
  .last2 {
    width: 100%;

  }

  .fir_li .leftimg {
    width: 100%;
    margin-bottom: 16px;
  }

  .fir_li_p {
    display: none;
  }

  .fir_li div {
    width: 100%;
  }

  .describe img {
    width: 100%;
    ;
  }

  .back {
    display: none;
  }

  .h_cen_fr {
    display: none;
  }

  .pc_btm {
    display: none;
  }

  .move_btm {
    display: block;
    padding: 12px 0;
  }

  .move_btm span {
    display: block;
    padding: 10px 0;
  }

  .sp_header,
  .sjj_nav {
    display: block;
  }

  .h_top {
    display: none;
  }

  .leftactive {
    display: none;
  }

  .tzbigbox {
    margin: 0 auto;
    padding: 0 10px;
  }

  .leftlist {
    display: none;
  }

  .rightcont {
    float: none !important;
    width: calc(100% - 40px) !important;
  }

  .neirongye {
    color: #666666;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 30px;
  }

  .twofrbox2 ul li {
    float: left;
    width: calc(46% - 4px);
    text-align: center;
    height: auto;
    margin-bottom: 8px !important;
  }

  .twofrbox2 ul li img {
    width: 100%;
  }

  .leftactive,
  .rightactive {
    margin: 0 auto;
    background: #fff !important;
  }

  .move_tab {
    display: block;
    height: 36px;
  }

  .tabs_default .horizontal {
    width: 100%;
    top: 74px;
    left: 0;

  }

  .tabs_default .horizontal li {
    width: 20% !important;
    margin: 0 6px;
    font-size: 14px;
  }

  .cssmenu {
    display: none;
  }

  .addposit {
    display: block;
    position: relative;
    height: 50px;
  }

  .ht_fl {
    display: none;
  }

  .ht_fr {
    float: left;
  }

  .h_center img {
    width: 100%;
  }

  .sp_header {
    height: 0;
    /* background: #5676ba; */
    position: absolute;
    z-index: 10;
    width: 100%;
  }

  .sp_nav {
    width: 100px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: -52px;

  }

  .sp_nav span {
    display: block;
    background: #990004;
    width: 66px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
  }

  .sp_nav span:nth-of-type(1) {
    top: 0px
  }

  .sp_nav span:nth-of-type(2) {
    top: 10px
  }

  .sp_nav span:nth-of-type(3) {
    top: 20px
  }

  .sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
  }

  .sp_nav_se span:nth-of-type(2) {
    width: 0
  }

  .sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
  }

  .sjj_nav {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 700px;
    font-size: 14px;
    line-height: 40px;
    top: -2000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    background: #fff;
  }

  .nav_show {
    top: 74px;
    border-top: 1px solid #5676ba;
  }

  .sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
  }

  .sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
  }

  .sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
  }

  .sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
  }

  .sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
  }

  .sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
  }

  .sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
  }

  .sjj_nav ul li ul {
    display: none
  }

  .sjj_nav ul li a {
    color: #666;
    width: 80%
  }

  .sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
  }

  .sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
  }

  .sjj_nav ul li ul li>ul {
    margin-left: 10px
  }

  .move_show {
    display: block;
  }

  .pc_show {
    display: none;
  }

  .flbox,
  .frbox,
  .news_list .left,
  .news_list .right,
  .leftactive,
  .rightactive,
  .rightactive .twofrbox1,
  .rightactive .twofrbox2 {
    float: none !important;
    width: 100%;
  }

  .leftactive,
  .rightactive {
    width: calc(100% - 40px);
  }

  .flbox {
    border-right: 0;
  }

  .news_list,
  .twoflbox {

    margin-bottom: 36px;
  }

  .news_list .left img {
    height: 210px;
  }

  .twoflbox {
    width: 100%;
    border-right: none;
  }

  .twofrbox {
    width: 100%;

  }

  .addmar .twoflbox {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .rightactive .twofrbox1 {
    padding-bottom: 36px;
    border-right: 0;
  }

  .friendlink .bigbox {
    width: 100%;
  }

  .friendlink ul li {
    width: calc(50% - 34px);
    margin: 0;
    float: left;
    border-bottom: 1px dashed #dedede;
    padding: 0 16px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #dedede;
  }

  .friendlink ul .noline {
    border-right: none;
  }

  .friendlink ul li a {
    color: #666;
  }

  /* .biaoti {
    background: #990004;
    line-height: 46px !important;
    border-bottom: 0 !important;
    text-align: left !important;
    padding: 0 12px;
    float: none !important;
  } */

  .biaoti a {
    color: #fff !important;
  }

  .pc_btm {
    font-size: 14px;
  }

  .pc_btm p {
    line-height: 32px;
  }

  .news_list .right li .span1,
  .frbox .right li .span1 {
    width: 70%;
  }

  .news_list .right li .span2,
  .frbox .right li .span2 {
    width: 25% !important;
    text-align: right;
  }

  .bigbox {
    width: 100%;
  }

  .news_list .describe,
  .frbox .right .describe {
    padding-bottom: 8px;
  }

  .first_box {
    padding: 10px;
    width: calc(100% - 28px);
    border: 0;
    background: none;
  }

  .tabs_default div .more {
    right: 2%;
  }

  .news_list,
  .twoflbox,
  .first_box {
    margin: 0 auto 10px auto;
  }

  .h_center {
    padding: 12px;
    width: calc(100% - 24px);
  }

  .h_center img {
    width: 74%;
  }

  /* .news .list_news {
    width: 60%;
  } */

  .list_notice {
    width: 70%;
  }

  footer .cont_box .menu_link {
    /* width: 29%; */
    margin-left: 30px;
  }
}
@media only screen and (max-width:1130px) {
    .newsbox .new_left{
       width:100%;
    }
   .newsbox .new_right{
      width:100%;
      margin:0;
   }
  .newsbox .new_left{
      margin-bottom:36px;
   }

  
}
@media only screen and (max-width:1110px) {
  .sp_nav {
    margin-top: -43px;
  }

  .h_center .inp {
    margin-left: 10%;
  }

  .nav_show {
    top: 75px;
    border-top: 1px solid #940005;
  }
}

@media only screen and (max-width:1024px) {

   footer .cont_box .f_link ul .f_link_title{
   width:100% !important;
   }
   
  .h_center .inp {
    margin-left: 8% !important;
  }

  .h_center .inp {
    margin-top: 4px !important;
  }

  .newsbox .news .fl {
    width: 100%;
  }

  .newsbox .news .fl img {
    width: 100%;
    display: block;
    height: auto;
  }

  .news .list_news {
    width: 100%;
  }

  .notice .pic {
    width: 100%;
  }

  .notice .pic img {
    width: 100%;
    display: block;
  }

  .list_notice {
    width: 100%;
  }

  .list_news .top_news .pic_box {
    width: 100%;
    height: auto;
  }

  .list_news .top_news .right_txt {
    width: 100%;
  }
}

@media only screen and (max-width:768px) {
   .news .dtjt8_div_img img,.news .dtjt8_div_img{
      width:100% !important;
      height:auto !important; 
   }
  .wap-hidden{
    display:block;
  }
  .pc-hidden{
    display:none;
  }
  footer .cont_box .fot_logo {
    width: 262px;
  }

  .pingtai ul li {
    width: 100%;
  }


  .pingtai ul li:nth-child(2) {
    margin: 0 0 17px 0 !important;
  }

  .chengrenjiaoyu {
    margin-left: 0 !important;
  }

  .newsbox .new_left {
    width: 100%;
  }

  .newsbox .new_right {
    width: 100%;
    margin-left: 0;
  }

  .inp {
    display: none;
  }

  .sp_nav {
    width: 80px !important;
    margin-top: -56px;
  }

  .sp_nav span {
    width: 46px;
  }

  .nav_show {
    top: 74px;
  }

  .chengrenjiaoyu,
  .zixuekaoshi {
    width: calc(100% - 48px);
  }

  .chengrenjiaoyu,
  .zixuekaoshi {
    width: calc(100% - 50px);
    margin-top: 20px;
  }

footer .cont_box .f_link {
   width: calc(100% - 30px);
    margin-left: 30px;
}

  footer .cont_box .menu_link {
    display: none;
  }

  footer .cont_box .ewm {
    margin: 0;
    margin-right: 12px;
}
.pingtai ul li:last-child{
   margin-bottom:0 !important;
}
}

@media only screen and (max-width:414px) {
.mbxnav{
  margin-bottom:0 ;
}
.rightcont {
    float: none !important;
    width: calc(100% - 24px) !important;
}
.contstart .rightcont ul li{
   padding:6px 0;
}
  .fot_logo{
    display:none;
  }
  .nav_show {
    top: 55px;
  }

  .sp_nav {
    margin-top: -40px !important;

  }

  .newsbox {
    background: url(../images/newsbox.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .list_notice li {
    width: 100%;
  }

  .notice {
    margin-bottom: 30px;
  }

  .btn {
    background: #c12a26;
    width: 164px;
    border-radius: 21px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    margin: 12px auto 0 auto;
  }

  .chengrenjiaoyu .list_news,
  .zixuekaoshi .list_news {
    width: 100%;
  }

  .zixuekaoshi ul li .one_time {
    color: #777;
    margin-right: 12px;
    width: 35%;
  }

  .chengrenjiaoyu ul li .two_span,
  .zixuekaoshi ul li .two_span {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .education {
    padding: 30px 0;
  }

  footer .cont_box .fot_logo,
  footer .cont_box .ewm {
    width: calc(100% - 40px);
    padding: 0 20px;

    float: none;
    height: auto;
  }

  footer .cont_box .f_link {
    width: calc(100% - 40px);
    padding: 0 20px;
    float: none;
    margin: 0;
  }

  footer .cont_box .menu_link {
    width: calc(100% - 40px);
    padding: 0 20px;
    float: none;
    margin: 0;
  }
}

@media only screen and (max-width:320px) {
  .nav_show {
    top: 52px;
}

  .news_list .right li .span2,
  .frbox .right li .span2 {
    width: 27% !important;
  }

  .sp_nav {
    margin-top: -40px;
    top: 0px;
  }

  .news_list .left img {
    height: 150px;
  }

  .li1 span,
  .li2 span,
  .li3 span,
  .li3 span,
  .li4 span {
    font-size: 14px;
  }

  .fir_li .leftimg {
    height: auto;
  }

  .chengrenjiaoyu ul li .two_span,
  .zixuekaoshi ul li .two_span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.pingtai ul li p:nth-child(1) {
  width: 88px;
  height: 112px;
  text-align: center;
}

.pingtai ul li p:nth-child(1) img {
    position: relative;
    top: 40%;
    margin-top: -25%;
}

.pingtai ul li p:nth-child(2) span:nth-child(2) {
    font-size: 18px !important;
    font-weight: bold;
}
.pingtai ul li p:nth-child(2) {
    width: calc(100% - 124px - 14px);
    height: calc(74%);
    color: #fff;
    padding-left: 14px;
    vertical-align: middle;
}

}