.bread {
  border-bottom: 1px solid #dedede;
  height: 55px;
  line-height: 55px;
  margin-bottom: 35px;
}

.main_l {
  float: left;
  width: 700px;
}

/*鍒嗛〉*/
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

.page a {
  height: 38px;
  border: 1px solid #e0e0e0;
  padding: 0 14px;
  margin-right: 15px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 15px;
  color: #999;
}

.page_num.active {
  border-color: #6292ed;
  background-color: #6292ed;
  color: #fff;
}

.first:hover, .last:hover {
  background-color: #efefef;
  color: #a6a6a6;
  text-decoration: none;
}

.page_num:hover {
  border-color: #6292ed;
  text-decoration: none;
}

.next i, .prev i {
  display: block;
  width: 9px;
  height: 16px;
  margin-top: 11px;
  background-image: url(../images/page.png);
  background-repeat: no-repeat;
}

.next i {
  transform: rotate(-180deg);
}

/*棰戦亾椤甸殣钘忎笅鎷�*/
.title_wrap {
  border-bottom: 1px solid #dedede;
  margin-bottom: 48px;
}

.main_title {
  display: inline-block;
  padding-bottom: 20px;
  font-size: 28px;
  border-bottom: 3px solid #578aec;
}

.list_ent {
  margin-top: 10px;
}

.entrance {
  float: left;
  margin: 3px 25px 3px 0;
}

.more_ent {
  float: left;
  width: 65px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: #eee;
  color: #666;
  border-radius: 40px;
  cursor: pointer;
}

.ent_hide {
  display: none;
  width: 360px;
  margin-bottom: 10px;
}

/*棰戦亾椤垫帹鑽�*/
.recommend {
  margin-bottom: 50px;
}

.recommend li {
  margin-bottom: 15px;
}

.recommend li span {
  float: left;
  width: 48px;
  height: 24px;
  margin-right: 12px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  background-color: #f49808;
  color: #fff;
}

.recommend li p {
  float: right;
  color: #c6c6c6;
}

.recommend li a {
  float: left;
  display: block;
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  font-size: 15px;
}

/*宸︿晶鍒楄〃*/
.news_list {
  border-top: 1px solid #dedede;
  padding-top: 50px;
}

.news {
  margin-bottom: 60px;
}

.news li {
  margin-bottom: 30px;
}

.news li span {
  float: left;
  margin-right: 16px;
  color: #888;
}

.news li a {
  float: left;
  max-width: 490px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

.news li p {
  float: right;
  margin-top: 3px;
  color: #888;
}

/*鍙充晶鍒楄〃*/
.main_r {
  float: right;
  width: 420px;
}

.search {
  position: relative;
  margin-bottom: 32px;
}

.sea_inp {
  width: 328px;
  height: 38px;
  border: 1px solid #dad9d9;
  border-radius: 4px 0 0 4px;
  padding-left: 10px;
}

.sea_sub {
  width: 70px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  background-color: #578aec;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}


.weiboBox {
  overflow: hidden;
  border: 1px solid #dedede;
}

.weiboBox a img, .weiboBox dl dt img {
  -webkit-transition: all ease .6s;
  transition: all ease .8s;
}

.weiboBox a img:hover, .weiboBox dl dt img:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.weiboBox dl {
  margin-top: -50px;
}

.weiboBox dl dt img {
  position: relative;
  display: block;
  width: 120px;
  margin: 0 auto;
}

.weiboBox dl dd {
  text-align: center;
}

.weiboBox dl dd a {
  background: url(../images/weibobtn1.png) no-repeat;
  width: 188px;
  height: 46px;
  display: block;
  margin: 20px auto 40px auto;
  line-height: 46px;
  color: #fff;
  padding-left: 50px;
  font-size: 18px;
  transition: opacity .5s ease;
}

.weiboBox dl dd a:hover {
  opacity: 0.85;
  text-decoration: none;
}

.weiboBox dl dd p span {
  float: left;
  width: 33%;
  text-align: center;
  line-height: 30px;
  font-weight: 100;
}

.weiboBox dl dd p i {
  font-style: normal;
  font-size: 20px;
}

.weiboBox dl dd strong font {
  font-size: 18px;
}

.weiboBox dl dd strong {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
}

.iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  margin-bottom: 64px;
  text-align: center;
}

.icon_border {
  width: 110px;
  height: 110px;
  border: 1px solid #62a0fd;
  border-radius: 4px;
}

.icon_border02 {
  border-color: #f76860;
}

.icon_border03 {
  border-color: #ff9e13;
}

.icon:nth-child(2) {
  margin: 0 40px;
}

.icon {
  display: block;
}

.icon:hover {
  text-decoration: none;
}

.icon:hover .icon_border01 {
  background-color: #659bff;
  background: linear-gradient(to right, #659aff, #5aaef9);
}

.icon:hover .icon01 {
  background-image: url(../images/icon01_a.png);
}

.icon:hover .icon_border02 {
  background-color: #ff7a69;
  background: linear-gradient(to right, #ff7467, #ff8b6f);
}

.icon:hover .icon02 {
  background-image: url(../images/icon02_a.png);
}

.icon:hover .icon_border03 {
  background-color: #ffbe6b;
  background: linear-gradient(to right, #ffbe6b, #ffc36f);
}

.icon:hover .icon03 {
  background-image: url(../images/icon03_a.png);
}

.icon:hover .txt01 {
  color: #8cb1ff;
}

.icon:hover .txt02 {
  color: #f76860;
}

.icon:hover .txt03 {
  color: #ff9e13;
}

.icon i {
  display: block;
  background-repeat: no-repeat;
  margin: 28px auto 0 auto;
}

.icon01 {
  width: 57px;
  height: 51px;
  background-image: url(../images/icon01.png);
}

.icon02 {
  width: 65px;
  height: 57px;
  background-image: url(../images/icon02.png);
}

.icon03 {
  width: 61px;
  height: 61px;
  background-image: url(../images/icon03.png);
}

.icon p {
  margin-top: 20px;
  font-size: 16px;
}

.news_box {
  border: 1px solid #dedede;
  padding: 30px;
  margin-bottom: 58px;
}

.type_title {
  float: left;
  padding-bottom: 10px;
  margin-right: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 20px;
}

.type_title.on {
  border-bottom: 2px solid #578aec;
}

.news_box li {
  margin-bottom: 20px;
}

.news_box a {
  display: block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

/*閫夋嫨鐪佷唤*/
.region_wrap {
  padding: 30px 30px 19px 30px;
  margin-bottom: 42px;
  background-color: #f7f7f7;
}

.region_wrap.active {
  padding: 30px 30px 5px 30px;
}
.exam_list {
  margin-left: 18px;
}
.exam_type {
  border-top: 1px dashed #dfdfdf;
  padding-top: 20px;
  margin-top: 12px;
}

.exam {
  position: relative;
  float: left;
  padding: 0 15px;
  border: 1px solid #dedede;
  height: 23px;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 23px;
  border-radius: 40px;
  background-color: #fff;
  z-index: 0;
}

.choose_region {
  float: left;
}

.region_list {
  float: left;
  width: 550px;
  margin-left: 17px;
}

.region_list a {
  position: relative;
  float: left;
  height: 23px;
  border: 1px solid #dedede;
  padding:0 12px;
  margin-right: 5px;
  margin-bottom: 11px;
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 25px;
  z-index: 0;
}

.region_list a::before, .exam::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  background: linear-gradient(to right, #659bfe, #5aadf9);
  opacity: 0;
  transition: opacity 1s;
  z-index: -1;
}

.region_list a:hover, .exam:hover,.region_list a.active {
  color: #fff;
  text-decoration: none;
}

.region_list a:hover::before,.region_list a.active::before, .exam:hover::before {
  opacity: 1;
}

.region_list a:nth-child(9n) {
  margin-right: 0;
}

/*鏂囩珷椤�*/
.art_title {
  font-size: 32px;
  font-weight: bold;
}

.art_msg {
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
  margin-top: 24px;
  margin-bottom: 40px;
  color: #999;
}

.step {
  width: 560px;
  border: 1px solid #e5e5e5;
  margin: 0 auto 50px auto;
}

.step_list {
  display: block;
  float: left;
  width: 138px;
  height: 48px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  line-height: 48px;
}

.step_list:last-child {
  border-right: none;
}

.article {
  margin-bottom: 66px;
  text-indent: 2em;
  line-height: 36px;
  font-size: 16px;
}

.article img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}

.article table {
  width: 100% !important;
  border: 1px solid #eee;
  margin: 30px 0;
}

.article table th, .article table td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 22px 0;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  text-indent: 0;
}

.article table th {
  font-size: 20px;
}

.author {
  padding-bottom: 35px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}

.author p {
  margin-bottom: 35px;
  color: #a9a9a9;
  font-size: 15px;
}

.prev_news, .next_news {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
}

.news_rec {
  border: 1px solid #dedede;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 120px;
}

.news_rec_tips {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #578aec;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}

.rec_wrap {
  padding-top: 30px;
  border-top: 1px solid #dedede;
  margin-top: 35px;
}

.rec_wrap li:last-child {
  margin-bottom: 0;
}

.news_rec li {
  margin-bottom: 22px;
}

.news_rec li a {
  float: left;
  max-width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_rec li span {
  float: right;
  color: #c6c6c6;
}

/*閫夋嫨鍖哄煙*/
.choose_tips {
  float: left;
  font-weight: bold;
}

.unfold {
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow01.png);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform .3s ease;
}

.unfold.active {
  transform: rotate(-180deg);
}

.choose_wrap {
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.choose_wrap:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.change_list {
  float: left;
  width: 515px;
  height: 22px;
  margin: 0 15px;
  overflow: hidden;
}

.change_list.active {
  height: inherit;
}

.change_list a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}

.change_list a.active {
  color: #6693ed;
}

.change_list a:hover {
  text-decoration: none;
}

.choose_list {
  float: left;
  width: 515px;
  margin: 0 15px;
}

.reload {
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(../images/reload.png);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform .3s ease;
}

.reload.active {
  transform: rotate(360deg);
}

.myChoose {
  float: left;
  position: relative;
  width: 82px;
  height: 30px;
  padding-left: 12px;
  border: 1px solid #dfdfdf;
  margin-right: 8px;
  margin-bottom: 10px;
  line-height: 30px;
  background-color: #fff;
}

.myChoose:nth-child(5n) {
  margin-right: 0;
}

.remove {
  position: absolute;
  top: 2px;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images/remove.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
