@charset "UTF-8";

.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wrapper {
  width: 85%;
  margin: 20px auto;
  height: auto;
}

#wrapper .subnav_box {
  width: 100%;
  padding: 0 12px;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper .subnav_box .diqu {
  padding: 14px 0;
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
}

#wrapper .subnav_box .diqu span {
  width: 20px;
  padding: 12px 6px;
  background-color: #e5e5e5;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

#wrapper .subnav_box .diqu ul {
  width: 96%;
}

#wrapper .subnav_box .diqu ul li {
  width: 5%;
  height: 18px;
  line-height: 18px;
  margin-top: 27px;
  text-align: center;
  float: left;
}

#wrapper .subnav_box .diqu ul li a {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  display: inline-block;
}

#wrapper .subnav_box .diqu ul li a:hover {
  text-decoration: underline;
  color: #ff1130;
}

#wrapper .subnav_box .yuanxiao {
  padding: 14px 0;
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
  position: relative;
}

#wrapper .subnav_box .yuanxiao .more_2 {
  display: inline-block;
  color: #999999;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

#wrapper .subnav_box .yuanxiao span {
  width: 20px;
  padding: 12px 6px;
  background-color: #e5e5e5;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

#wrapper .subnav_box .yuanxiao ul {
  width: 96%;
  margin-top: 7.5px;
}

#wrapper .subnav_box .yuanxiao ul li {
  width: 12.5%;
  text-align: center;
  float: left;
}

#wrapper .subnav_box .yuanxiao ul li a {
  color: #333333;
  display: inline-block;
  line-height: 18px;
  font-size: 18px;
}

#wrapper .subnav_box .yuanxiao ul li .school_name {
  width: 100%;
}

#wrapper .subnav_box .yuanxiao ul li p {
  height: 18px;
  color: #999999;
  margin-top: 15px;
}

#wrapper .subnav_box .yuanxiao ul li p a {
  display: inline;
  font-size: 16px;
  color: #999999;
}

#wrapper .subnav_box .yuanxiao ul li a:hover {
  text-decoration: underline;
  color: #ff1130;
}

#wrapper .content {
  width: 100%;
  margin-top: 40px;
}

#wrapper .content .cont_a {
  width: 29.66%;
}

#wrapper .content .cont_a .slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#wrapper .content .cont_a .slideBox .hd {
  height: 14px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: 5px;
  z-index: 1;
}

#wrapper .content .cont_a .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

#wrapper .content .cont_a .slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
}

#wrapper .content .cont_a .slideBox .hd ul li.on {
  background: #ffffff;
}

#wrapper .content .cont_a .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

#wrapper .content .cont_a .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

#wrapper .content .cont_a .slideBox .bd img {
  width: 100%;
}

#wrapper .content .cont_a .slideBox .prev,
#wrapper .content .cont_a .slideBox .next {
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../images/hjwgb/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#wrapper .content .cont_a .slideBox .next {
  left: auto;
  right: 1%;
  background-position: 8px 5px;
}

#wrapper .content .cont_a .slideBox .prev:hover,
#wrapper .content .cont_a .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

#wrapper .content .cont_a .read {
  width: 100%;
  background-color: #ffffff;
  margin-top: 12px;
}

#wrapper .content .cont_a .read .read_title {
  border-bottom: solid 1px #e5e5e5;
}

#wrapper .content .cont_a .read .read_title span {
  font-size: 24px;
  line-height: 50px;
  margin-left: 5%;
  display: inline-block;
  border-bottom: 3px solid #1e68a2;
}

#wrapper .content .cont_a .read div {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}

#wrapper .content .cont_a .read div a:first-child {
  width: 41.45%;
}

#wrapper .content .cont_a .read div p {
  width: 54%;
  height: 60px;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}

#wrapper .content .cont_a .read div a:nth-child(3) {
  position: absolute;
  line-height: 16px;
  font-size: 16px;
  color: #ff1130;
  bottom: 0;
  right: 0;
}

#wrapper .content .cont_a .read div a:nth-child(3):hover {
  text-decoration: underline;
}

#wrapper .content .cont_a .read ul {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#wrapper .content .cont_a .read ul li {
  margin-top: 20px;
}

#wrapper .content .cont_a .read ul li a {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}

#wrapper .content .cont_a .read ul li a span {
  display: inline;
  color: #ff1130;
}

#wrapper .content .cont_a .read ul li a:hover {
  color: #ff1130;
}

#wrapper .content .cont_b {
  width: 40%;
  background: #ffffff;
  margin: 0 1.67%;
}

#wrapper .content .cont_b .cont_list {
  width: 94%;
  margin: 0 auto;
}

#wrapper .content .cont_b .cont_list .list_tit {
  width: 100%;
  font-size: 20px;
  color: #ff1130;
  line-height: 20px;
  text-align: center;
  margin-top: 30px;
}

#wrapper .content .cont_b .cont_list .list_tit:hover {
  color: #ff1130;
  text-decoration: underline;
}

#wrapper .content .cont_b .cont_list .list_subtit {
  width: 100%;
}

#wrapper .content .cont_b .cont_list .list_subtit a {
  width: 50%;
  float: left;
  font-size: 20px;
  color: #ff1130;
  line-height: 20px;
  margin-top: 20px;
}

#wrapper .content .cont_b .cont_list .list_subtit a:hover {
  color: #ff1130;
  text-decoration: underline;
}

#wrapper .content .cont_b .cont_list ul {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

#wrapper .content .cont_b .cont_list ul li {
  width: 33.3333%;
  float: left;
}

#wrapper .content .cont_b .cont_list ul li a {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  margin-top: 25px;
}

#wrapper .content .cont_b .cont_list ul li a:hover {
  color: #ff1130;
  text-decoration: underline;
}

#wrapper .content .cont_b .cont_list ul:nth-child(6) {
  border-bottom: none;
}

#wrapper .content .cont_b .cont_list .bot {
  width: 100%;
  padding-bottom: 18px;
}

#wrapper .content .cont_b .cont_list .bot img {
  margin: 0 auto;
}

#wrapper .content .cont_c {
  width: 27%;
  background: #ffffff;
}

#wrapper .content .cont_c .cont_c_tit {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  margin-left: 5%;
}

#wrapper .content .cont_c .submenu {
  width: 100%;
  background-color: #ffffff;
}

#wrapper .content .cont_c .submenu li {
  width: 33.33333%;
  text-align: center;
  float: left;
  padding-top: 17px;
}

#wrapper .content .cont_c .submenu li i {
  color: #1e68a2;
  font-size: 32px;
  line-height: 32px;
}

#wrapper .content .cont_c .submenu li span {
  color: #1e68a2;
  font-size: 18px;
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 16px;
}

#wrapper .content .cont_c .submenu li:hover {
  box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8);
}

#wrapper .content .cont_c .submenu li:hover i,
#wrapper .content .cont_c .submenu li:hover span {
  color: #ff1231;
}

#wrapper .content .cont_c .sub_tab {
  padding: 0 5%;
  padding-bottom: 20px;
  background: #ffffff;
}

#wrapper .content .cont_c .sub_tab li {
  width: 45%;
  margin-top: 25px;
}

#wrapper .content .cont_c .sub_tab li a {
  width: 100%;
  height: 40px;
  border: solid 1px #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 15%;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}

#wrapper .content .cont_c .sub_tab li a i {
  font-size: 20px;
  color: #1e68a2;
  margin-right: 5%;
  line-height: 40px;
}

#wrapper .content .cont_c .sub_tab li a:hover {
  background-color: #1e68a2;
  color: #ffffff;
}

#wrapper .content .cont_c .sub_tab li a:hover i {
  color: #ffffff;
}

#wrapper .hot_banner {
  width: 100%;
  margin-top: 20px;
}

#wrapper .hot_banner img {
  width: 100%;
}

#wrapper .hot_cont {
  padding: 20px 1%;
  height: auto;
  background-color: #ffffff;
  margin-top: 20px;
}

#wrapper .hot_cont .hot_cont_title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  font-size: 30px;
  color: #1e68a2;
  font-weight: bold;
  line-height: 50px;
}

#wrapper .hot_cont .hot_cont_title span,
#wrapper .hot_cont .hot_cont_title a {
  display: inline-block;
  float: left;
}

#wrapper .hot_cont .hot_cont_title a {
  font-size: 16px;
  color: #1e68a2;
  font-weight: normal;
  line-height: 50px;
  margin-left: 1.5%;
}

#wrapper .hot_cont .hot_cont_title a:last-child {
  float: right;
  color: #999999;
  margin: 0;
}

#wrapper .hot_cont .hot_cont_title a:hover {
  color: #ff1130;
}

#wrapper .hot_cont .hot_item {
  width: 30.28%;
  margin-right: 4.58%;
  margin-top: 20px;
}

#wrapper .hot_cont .hot_item .item_img {
  width: 100%;
}

#wrapper .hot_cont .hot_item .item_img img {
  width: 100%;
}

#wrapper .hot_cont .hot_item .itm_bottom {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #eeeeee;
  border-top: 0;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:first-child {
  width: 97.1%;
  margin: 0 auto;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:first-child li {
  width: 22.38%;
  float: left;
  margin-right: 3.49333%;
  margin-top: 12px;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  background-color: #e5e5e5;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a:hover {
  background: #1e68a2;
  color: #ffffff;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:first-child li:nth-child(4),
#wrapper .hot_cont .hot_item .itm_bottom ul:first-child li:last-child {
  margin-right: 0;
}

#wrapper .hot_cont .hot_item .itm_bottom .item_title {
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  margin-top: 28px;
  margin-left: 2%;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) {
  width: 97%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li {
  width: 100%;
  line-height: 16px;
  margin-top: 30px;
  height: 16px;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li a {
  display: inline;
  font-size: 16px;
}

#wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li a:hover {
  color: #cc1712;
  text-decoration: underline;
}

#wrapper .hot_cont .hot_item:last-child {
  margin-right: 0;
}

#wrapper .item_title {
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  margin-top: 28px;
  margin-left: 2%;
  font-weight: bold;
}

#wrapper .yz_zx {
  padding: 20px 1%;
  height: auto;
  background-color: #ffffff;
  margin-top: 20px;
}

#wrapper .yz_zx .hot_cont_title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  font-size: 30px;
  color: #1e68a2;
  font-weight: bold;
  line-height: 50px;
}

#wrapper .yz_zx .hot_cont_title span,
#wrapper .yz_zx .hot_cont_title a {
  display: inline-block;
  float: left;
}

#wrapper .yz_zx .hot_cont_title a {
  font-size: 16px;
  color: #1e68a2;
  font-weight: normal;
  margin-left: 1.5%;
}

#wrapper .yz_zx .hot_cont_title a:last-child {
  float: right;
  color: #999999;
  margin: 0;
}

#wrapper .yz_zx .hot_cont_title a:hover {
  color: #ff1130;
}

#wrapper .yz_zx .yz_zx_left {
  width: 24.5%;
}

#wrapper .yz_zx .yz_zx_left .item_title {
  margin-left: 0;
}

#wrapper .yz_zx .yz_zx_left ul {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

#wrapper .yz_zx .yz_zx_left ul li {
  width: 100%;
  line-height: 17px;
  margin-top: 30px;
}

#wrapper .yz_zx .yz_zx_left ul li span {
  display: inline;
  color: #cc1712;
  font-size: 16px;
}

#wrapper .yz_zx .yz_zx_left ul li a {
  display: inline;
  font-size: 16px;
}

#wrapper .yz_zx .yz_zx_left ul li a:hover {
  color: #cc1712;
  text-decoration: underline;
}

#wrapper .yz_zx .yz_zx_left .fs_db {
  width: 100%;
  margin-top: 20px;
}

#wrapper .yz_zx .yz_zx_left .fs_db p:nth-of-type(odd) {
  background-color: #eeeeee;
}

#wrapper .yz_zx .yz_zx_left .fs_db p:nth-of-type(even) {
  background-color: #ffffff;
}

#wrapper .yz_zx .yz_zx_left .fs_db p {
  width: 100%;
  line-height: 44px;
}

#wrapper .yz_zx .yz_zx_left .fs_db p span {
  float: left;
  text-align: center;
}

#wrapper .yz_zx .yz_zx_left .fs_db p span img {
  width: 18px;
  margin: 13px auto;
}

#wrapper .yz_zx .yz_zx_left .fs_db p span:first-child,
#wrapper .yz_zx .yz_zx_left .fs_db p span:nth-child(4) {
  width: 30%;
}

#wrapper .yz_zx .yz_zx_left .fs_db p span:nth-child(2),
#wrapper .yz_zx .yz_zx_left .fs_db p span:nth-child(3) {
  width: 20%;
}

#wrapper .yz_zx .yz_zx_left .fs_db p:first-child {
  font-size: 20px;
  color: #333333;
}

#wrapper .yz_zx .yz_zx_left .fs_db .db_list {
  font-size: 18px;
  color: #666666;
}

#wrapper .yz_zx .yz_zx_center {
  width: 40.5%;
  margin: 0 5.25%;
}

#wrapper .yz_zx .yz_zx_center .item_title {
  margin-left: 0;
}

#wrapper .yz_zx .yz_zx_center div {
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
}

#wrapper .yz_zx .yz_zx_center div a:first-child {
  width: 20%;
}

#wrapper .yz_zx .yz_zx_center div p {
  width: 78%;
  height: 50px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

#wrapper .yz_zx .yz_zx_center div a:nth-child(3) {
  position: absolute;
  line-height: 16px;
  font-size: 16px;
  color: #ff1130;
  bottom: 0;
  right: 0;
}

#wrapper .yz_zx .yz_zx_center div a:nth-child(3):hover {
  text-decoration: underline;
}

#wrapper .yz_zx .yz_zx_center ul {
  width: 100%;
  padding-bottom: 10px;
}

#wrapper .yz_zx .yz_zx_center ul li {
  margin-top: 30px;
  line-height: 18px;
  font-size: 16px;
}

#wrapper .yz_zx .yz_zx_center ul li span {
  color: #ff1130;
  display: inline;
}

#wrapper .yz_zx .yz_zx_center ul li a {
  display: inline;
  font-size: 16px;
  color: #333333;
}

#wrapper .yz_zx .yz_zx_center ul li a i {
  float: right;
  color: #999999;
  display: inline;
}

#wrapper .yz_zx .yz_zx_center ul li a:hover {
  color: #ff1130;
}

#wrapper .yz_zx .yz_zx_center ul li a:hover i {
  color: #ff1130;
}

#wrapper .yz_zx .yz_zx_right {
  width: 24.5%;
}

#wrapper .yz_zx .yz_zx_right .item_title {
  margin-left: 0;
}

#wrapper .yz_zx .yz_zx_right ul {
  width: 100%;
  padding-bottom: 10px;
}

#wrapper .yz_zx .yz_zx_right ul li {
  margin-top: 29px;
  line-height: 18px;
  background: url(../../images/hjwgb/msg.png) no-repeat left center;
  background-size: 21px 18px;
  text-indent: 30px;
}

#wrapper .yz_zx .yz_zx_right ul li span {
  font-size: 16px;
  color: #ff1130;
  display: inline;
}

#wrapper .yz_zx .yz_zx_right ul li a {
  display: inline;
  font-size: 16px;
  color: #333333;
}

#wrapper .yz_zx .yz_zx_right ul li a:hover {
  color: #ff1130;
}

#wrapper .yz_zx .yz_zx_right ul:last-child li {
  background: none;
  text-indent: 0;
}

#wrapper .zt_lw {
  padding: 20px 1%;
  height: auto;
  background-color: #ffffff;
  margin-top: 20px;
}

#wrapper .zt_lw .hot_cont_title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  font-size: 30px;
  color: #1e68a2;
  font-weight: bold;
  line-height: 50px;
}

#wrapper .zt_lw .hot_cont_title span,
#wrapper .zt_lw .hot_cont_title a {
  display: inline-block;
  float: left;
}

#wrapper .zt_lw .hot_cont_title a {
  font-size: 16px;
  color: #1e68a2;
  font-weight: normal;
  margin-left: 1.5%;
}

#wrapper .zt_lw .hot_cont_title a:last-child {
  float: right;
  color: #999999;
  margin: 0;
}

#wrapper .zt_lw .hot_cont_title a:hover {
  color: #ff1130;
}

#wrapper .zt_lw .zt_lw_left {
  width: 63%;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item {
  width: 47%;
  margin-top: 20px;
  float: left;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item .item_title {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item .item_title span {
  line-height: 24px;
  float: right;
  font-size: 18px;
  font-weight: normal;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item .item_title span a {
  display: inline;
  font-size: 18px;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item .item_title span a:hover {
  color: #1e68a2;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item div {
  width: 100%;
  margin-top: 26px;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item div a:first-child {
  width: 39%;
  float: left;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item div a:nth-child(2) {
  float: right;
  width: 58%;
  font-size: 18px;
  line-height: 24px;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item div a:nth-child(2):hover {
  text-decoration: underline;
  color: #cc1712;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item ul {
  width: 100%;
  padding-bottom: 20px;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item ul li {
  width: 100%;
  line-height: 16px;
  margin-top: 30px;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item ul li a {
  display: inline;
  font-size: 16px;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item ul li a:hover {
  text-decoration: underline;
  color: #cc1712;
}

#wrapper .zt_lw .zt_lw_left .zt_lw_left_item:nth-child(2),
#wrapper .zt_lw .zt_lw_left .zt_lw_left_item:last-child {
  float: right;
}

#wrapper .zt_lw .zt_lw_right {
  width: 32%;
  border: solid 1px #e5e5e5;
  border-top: 4px solid #1e68a2;
  margin-top: 20px;
  padding: 25px 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper .zt_lw .zt_lw_right .item_title {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #1e68a2;
}

#wrapper .zt_lw .zt_lw_right div {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #e5e5e5;
}

#wrapper .zt_lw .zt_lw_right div a:first-child {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  color: #333333;
}

#wrapper .zt_lw .zt_lw_right div a:nth-child(2) {
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  border: solid 1px #cc1712;
  font-size: 16px;
  color: #333333;
  margin-top: 14px;
  line-height: 16px;
}

#wrapper .zt_lw .zt_lw_right div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#wrapper .activity {
  width: 98%;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 1%;
}

#wrapper .activity .hot_cont_title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  font-size: 30px;
  color: #1e68a2;
  font-weight: bold;
  line-height: 50px;
}

#wrapper .activity .hot_cont_title span,
#wrapper .activity .hot_cont_title a {
  display: inline-block;
  float: left;
}

#wrapper .activity .hot_cont_title a {
  font-size: 16px;
  color: #1e68a2;
  font-weight: normal;
  margin-left: 1.5%;
}

#wrapper .activity .hot_cont_title a:last-child {
  float: right;
  color: #999999;
  margin: 0;
}

#wrapper .activity .hot_cont_title a:hover {
  color: #ff1130;
}

#wrapper .activity .activity_img {
  width: 100%;
  margin: 20px auto;
}

#wrapper .activity .activity_img a {
  float: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}

#wrapper .activity .activity_img a img {
  width: 100%;
}

#wrapper .activity .activity_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.35);
}

#wrapper .activity .activity_img a:first-child {
  width: 50%;
}

#wrapper .activity .activity_img a:nth-child(2),
#wrapper .activity .activity_img a:nth-child(3),
#wrapper .activity .activity_img a:nth-child(4),
#wrapper .activity .activity_img a:nth-child(5) {
  width: 25%;
}

footer .footer .friendlink {
  width: 100%;
}

footer .footer .friendlink li {
  float: left;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  margin-top: 20px;
}

footer .footer .friendlink li a {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  margin-right: 20px;
}

footer .footer .friendlink li a:hover {
  text-decoration: underline;
  color: #ff0000;
}

footer .footer .siteinfo {
  margin-top: 30px !important;
}

/*响应式代码*/
@media screen and (max-width: 1660px) {
  #wrapper .subnav_box .diqu ul li:last-child {
    display: none;
  }

  #wrapper .subnav_box .diqu ul li {
    width: 5.26315%;
  }

  #wrapper .subnav_box .yuanxiao ul li a,
  #wrapper .subnav_box .diqu ul li a,
  #wrapper .content .cont_a .read ul li a {
    font-size: 17px;
  }

  #wrapper .yz_zx .yz_zx_left .fs_db p:first-child {
    font-size: 18px;
  }

  #wrapper .subnav_box .yuanxiao ul li p a,
  #wrapper .subnav_box .yuanxiao .more_2,
  #wrapper .content .cont_a .read div a:nth-child(3),
  #wrapper .yz_zx .yz_zx_center div a:nth-child(3) {
    font-size: 15px;
  }

  #wrapper .content .cont_a .read .read_title span {
    font-size: 22px;
    line-height: 46px;
  }

  #wrapper .content .cont_a .read div p {
    height: 56px;
    font-size: 17px;
    line-height: 26px;
  }

  #wrapper .content .cont_b .cont_list .list_tit,
  #wrapper .content .cont_b .cont_list .list_subtit a {
    font-size: 18px;
    line-height: 18px;
  }

  #wrapper .content .cont_b .cont_list ul li a {
    margin-top: 20px;
  }

  #wrapper .content .cont_b .cont_list .list_tit {
    margin-top: 25px;
  }

  #wrapper .content .cont_b .cont_list ul li a,
  #wrapper .yz_zx .yz_zx_left .fs_db .db_list {
    font-size: 16px;
  }

  #wrapper .content .cont_b .cont_list ul {
    padding-bottom: 20px;
  }

  #wrapper .content .cont_a .read {
    margin-top: 24px;
  }

  #wrapper .content .cont_c .cont_c_tit {
    color: #333333;
    line-height: 22px;
  }

  #wrapper .content .cont_c .submenu li i {
    font-size: 28px;
    line-height: 28px;
  }

  #wrapper .content .cont_c .submenu li {
    padding-top: 10px;
  }

  #wrapper .content .cont_c .submenu li span {
    font-size: 17px;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #wrapper .content .cont_c .cont_c_tit {
    font-size: 22px;
  }

  #wrapper .content .cont_c .sub_tab li {
    margin-top: 20px;
  }

  #wrapper .content .cont_c .sub_tab li a i {
    line-height: 38px;
    font-size: 18px;
  }

  #wrapper .content .cont_c .sub_tab li a {
    height: 38px;
    text-indent: 8%;
    line-height: 38px;
    font-size: 17px;
  }

  #wrapper .hot_cont .hot_cont_title,
  #wrapper .yz_zx .hot_cont_title,
  #wrapper .zt_lw .hot_cont_title,
  #wrapper .activity .hot_cont_title {
    font-size: 28px;
  }

  #wrapper .zt_lw .zt_lw_left .zt_lw_left_item .item_title,
  #wrapper .zt_lw .zt_lw_right .item_title {
    font-size: 22px;
  }

  #wrapper .yz_zx .yz_zx_center div p {
    width: 78%;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  #wrapper .zt_lw .zt_lw_left .zt_lw_left_item .item_title span a,
  #wrapper .zt_lw .zt_lw_left .zt_lw_left_item div a:nth-child(2) {
    font-size: 16px;
  }

  #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
    font-size: 16px;
    line-height: 36px;
  }

  #wrapper .hot_cont .hot_item .itm_bottom .item_title,
  #wrapper .yz_zx .yz_zx_left .item_title,
  #wrapper .yz_zx .yz_zx_center .item_title,
  #wrapper .item_title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
  }

  #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li {
    margin-top: 20px;
  }

  #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1440px) {
  
  header nav {
    height: 52px;
  }

  header nav #nav {
    padding-top: 11px;
  }

  header nav #nav ul li {
    height: 30px;
    line-height: 30px;
  }
  #wrapper .subnav_box .yuanxiao ul li:last-child {
    display: none;
  }

  #wrapper .subnav_box .yuanxiao ul li {
    width: 13.5%;
  }

  #wrapper .content .cont_c .sub_tab li a,
  #wrapper .content .cont_a .read div p {
    font-size: 16px;
  }

  #wrapper .content .cont_b .cont_list .list_tit {
    margin-top: 22px;
  }

  #wrapper .content .cont_c .sub_tab li {
    margin-top: 17px;
  }

  #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
    font-size: 15px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1366px) {
  #wrapper .yz_zx .yz_zx_center div p {
    height: 32px;
    font-size: 14px;
    line-height: 16px;
  }

  #wrapper .content .cont_c .submenu li i {
    font-size: 26px;
    line-height: 26px;
  }

  #wrapper .content .cont_c .submenu li span {
    font-size: 16px;
    line-height: 16px;
  }

  #wrapper .content .cont_a .read div p {
    height: 46px;
    font-size: 16px;
    line-height: 22px;
  }

  #wrapper .content .cont_c .sub_tab {
    padding-bottom: 16px;
  }

  #wrapper .content .cont_c .sub_tab li a {
    font-size: 15px;
  }

  #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
    font-size: 14px;
  }

  #wrapper .yz_zx .yz_zx_center ul li {
    margin-top: 26px;
  }

  #wrapper .yz_zx .yz_zx_right ul li {
    margin-top: 24px;
  }

  #wrapper .item_title,
  #wrapper .yz_zx .yz_zx_left ul li {
    margin-top: 20px;
  }

  #wrapper .zt_lw .zt_lw_left .zt_lw_left_item div,
  #wrapper .zt_lw .zt_lw_left .zt_lw_left_item ul li {
    margin-top: 20px;
  }

  #wrapper .zt_lw .zt_lw_right div {
    margin-top: 17px;
    padding-bottom: 17px;
  }

  #wrapper .zt_lw .zt_lw_right {
    padding: 15px 1.5%;
  }

  #wrapper .yz_zx .yz_zx_center ul li a i {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  #wrapper {
    width: 98%;
  }

  #wrapper .zt_lw .zt_lw_left .zt_lw_left_item div a:nth-child(2) {
    line-height: 22px;
  }

  #wrapper .zt_lw .zt_lw_left .zt_lw_left_item div a:nth-child(2) {
    font-size: 15px;
  }

  #wrapper .content .cont_a .read .read_title span {
    font-size: 20px;
    line-height: 40px;
  }

  #wrapper .yz_zx .yz_zx_center div a:nth-child(3) {
    font-size: 12px;
  }

  #wrapper .content .cont_a .read div a:nth-child(3) {
    font-size: 12px;
  }

  #wrapper .content .cont_a .read div p {
    font-size: 14px;
  }

  #wrapper .content .cont_a .read ul li a {
    font-size: 16px;
  }

  #wrapper .content .cont_b .cont_list .list_tit,
  #wrapper .content .cont_b .cont_list .list_subtit a {
    font-size: 16px;
    line-height: 16px;
  }

  #wrapper .content .cont_b .cont_list ul li a {
    font-size: 14px;
    line-height: 14px;
  }

  #wrapper .content .cont_b .cont_list .list_tit {
    margin-top: 20px;
  }

  #wrapper .content .cont_c .cont_c_tit {
    font-size: 18px;
    line-height: 18px;
  }

  #wrapper .content .cont_c .submenu li i {
    font-size: 24px;
    line-height: 24px;
  }

  #wrapper .content .cont_c .submenu li span {
    font-size: 14px;
    line-height: 14px;
  }

  #wrapper .content .cont_c .sub_tab li a {
    font-size: 14px;
    height: 32px;
    text-indent: 5%;
    line-height: 32px;
  }

  #wrapper .content .cont_c .sub_tab li a i {
    line-height: 32px;
    font-size: 18px;
  }

  #wrapper .hot_cont .hot_cont_title,
  #wrapper .yz_zx .hot_cont_title,
  #wrapper .zt_lw .hot_cont_title {
    font-size: 26px;
  }

  #wrapper .item_title {
    font-size: 18px;
    line-height: 18px;
  }

  #wrapper .activity .activity_img a p {
    font-size: 18px;
  }

  #wrapper .zt_lw .zt_lw_right div a:first-child {
    font-size: 16px;
    line-height: 16px;
  }

  #wrapper .activity .activity_img a p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}