@charset "UTF-8";
/*@media screen and (min-width:$screen-width-small){
  .box,.main-box{width:$web-width-small;transition:0.2s;}
  .infomation-box{width:$data-area-width-small;}
}
@media screen and (min-width:$screen-width-middle){
  .box,.main-box{width:$web-width-middle;transition:0.2s;}
  .infomation-box{width:$data-area-width-middle;}
}
@media screen and (min-width:$screen-width-big){
  .box,.main-box{width:$web-width-big;transition:0.2s;}
  .infomation-box{width:$data-area-width-big;}
}*/
.btn-main {
  background: #2a60b4;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #2a60b4;
}
.btn-main:hover {
  background: #25559f;
  color: #ffffff;
}
.btn-main:active, .btn-main:focus {
  background: #204a8b;
  color: #ffffff;
}

.btn-tips {
  background: #FE931f;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #FE931f;
}
.btn-tips:hover {
  background: #fe8706;
  color: #ffffff;
}
.btn-tips:active, .btn-tips:focus {
  background: #e97a01;
  color: #ffffff;
}

.btn-down {
  background: #3B9555;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #3B9555;
}
.btn-down:hover {
  background: #34834b;
  color: #ffffff;
}
.btn-down:active, .btn-down:focus {
  background: #2d7040;
  color: #ffffff;
}

.btn-safe {
  background: #59c3ff;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #59c3ff;
}
.btn-safe:hover {
  background: #40baff;
  color: #ffffff;
}
.btn-safe:active, .btn-safe:focus {
  background: #26b1ff;
  color: #ffffff;
}

.btn-mistake {
  background: #c74c4c;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #c74c4c;
}
.btn-mistake:hover {
  background: #be3b3b;
  color: #ffffff;
}
.btn-mistake:active, .btn-mistake:focus {
  background: #ab3535;
  color: #ffffff;
}

.btn-cancel {
  background: #ffffff;
  color: #555555;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #b3b3b3;
}
.btn-cancel:hover {
  background: #f2f2f2;
  color: #555555;
}
.btn-cancel:active, .btn-cancel:focus {
  background: #e6e6e6;
  color: #555555;
}

.tips-main {
  background: #a6c1ea;
  border-radius: 4px;
  border: solid 1px #7da4e1;
  color: #555555;
}

.tips-tips {
  background: #ffe9d1;
  border-radius: 4px;
  border: solid 1px #ffd09e;
  color: #555555;
}

.tips-down {
  background: #a7dcb6;
  border-radius: 4px;
  border: solid 1px #82ce98;
  color: #555555;
}

.tips-safe {
  background: white;
  border-radius: 4px;
  border: solid 1px white;
  color: #555555;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  color: #555555;
  cursor: hand;
}
a:hover {
  color: #2a60b4;
}

ul, dl, dt, dd, ul li {
  list-style: none;
}

button, select, label, textarea, span {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

input, textarea {
  font-size: 14px;
  outline: none;
}

img {
  border: 0;
}

em {
  font-style: normal;
}

::-moz-placeholder {
  font-size: 12px;
}

::-webkit-input-placeholder {
  font-size: 12px;
}

body, html {
  height: 100%;
  font-family: "Microsoft Yahei", "微软雅黑";
}

strong {
  font-weight: bold !important;
}

body {
  width: 100%;
  background: #f2f2f2;
  font-size: 14px;
  text-align: center;
  min-height: 100%;
}

.main-box {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #999;
}

.top_box {
  height: 100px;
  background: #ffffff;
}
.top_box .top_header {
  width: 1380px;
  height: 100px;
}
.top_box .top_header a.logo {
  display: block;
  height: 100px;
  width: 330px;
  float: left;
  padding-top: 20px;
}
.top_box .top_header a.logo img {
  width: 100%;
}
.top_box .top_header .login, .top_box .top_header .top_searcher {
  height: 100%;
  float: right;
  padding-top: 30px;
  padding-left: 20px;
}
.top_box .top_header .login .login_btn, .top_box .top_header .login .sign_btn, .top_box .top_header .top_searcher .login_btn, .top_box .top_header .top_searcher .sign_btn {
  display: block;
  float: left;
  margin-left: 10px;
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}
.top_box .top_header .login .sign_btn, .top_box .top_header .top_searcher .sign_btn {
  background: #2a60b4;
  color: #ffffff;
}
.top_box .top_header .login .sign_btn:hover, .top_box .top_header .top_searcher .sign_btn:hover {
  background: #3f78d2;
  cursor: pointer !important;
}
.top_box .top_header .login .login_btn, .top_box .top_header .top_searcher .login_btn {
  background: #ffffff;
  border: solid 1px #ccc;
}
.top_box .top_header .login .top_searcher_input, .top_box .top_header .top_searcher .top_searcher_input {
  width: 300px;
  float: left;
  height: 36px;
  border: solid 1px #ccc;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  padding-left: 20px;
}
.top_box .top_header .login .top_searcher_input::placeholder, .top_box .top_header .top_searcher .top_searcher_input::placeholder {
  font-size: 14px;
  color: #ccc;
}
.top_box .top_header .login .top_searcher_btn, .top_box .top_header .top_searcher .top_searcher_btn {
  width: 46px;
  height: 36px;
  background: #2a60b4;
  color: #ffffff;
  border: solid 1px #2a60b4;
  border-radius: 0 5px 5px 0;
  cursor: pointer !important;
}
.top_box .top_header .login .top_searcher_btn:hover, .top_box .top_header .top_searcher .top_searcher_btn:hover {
  background: #3f78d2;
  cursor: pointer !important;
}

.main-nav {
  background: #2a60b4;
  height: 50px;
}
.main-nav .nav {
  height: 50px;
  width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.main-nav .nav li {
  float: left;
  height: 50px;
  width: 11.11%;
  line-height: 50px;
  font-size: 16px;
}
.main-nav .nav li a {
  display: block;
  height: 50px;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  background: #2a60b4;
}
.main-nav .nav li a:hover {
  background-color: #275aa9;
}
.main-nav .nav .nav_down {
  background: rgba(42, 96, 180, 0.8) url(../images/navdownbg.png) no-repeat 97% 88%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 10px 0 20px;
}
.main-nav .nav .nav_down .list {
  float: left;
  width: 11.11%;
  min-height: 200px;
}
.main-nav .nav .nav_down .list a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.main-nav .nav .nav_down .list a:hover {
  background-color: #275aa9;
  border-radius: 5px;
}

.foucs-news {
  height: 640px;
  overflow: hidden;
  margin-bottom: 20px;
  clear: both;
  max-width: 1920px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.top_news {
  margin: 0 auto;
  width: 1380px;
  border-radius: 8px;
  padding: 22px 15px 15px 140px;
  text-align: left;
  height: 140px;
  background: #ffffff url(../images/topnews.png) no-repeat 30px 30px;
  margin-bottom: 20px;
}
.top_news h2 {
  font-weight: bold;
  display: block;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.top_news h2 a {
  font-size: 22px;
  color: #2a60b4;
  font-weight: bold;
}
.top_news p {
  font-size: 14px;
  line-height: 24px;
}
.top_news p a {
  color: #2a60b4;
}

.news_pointer {
  margin: 0 auto;
  width: 1380px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news_pointer .news_pic {
  width: 680px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.news_pointer .news_list {
  width: 680px;
  height: 450px;
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
}
.news_pointer .news_list .title {
  width: 100%;
  height: 50px;
  border-bottom: solid 3px #2a60b4;
  margin-bottom: 25px;
}
.news_pointer .news_list .title h3 {
  float: left;
  height: 50px;
  line-height: 50px;
  background: #2a60b4;
  width: 140px;
  padding-top: 6px;
}
.news_pointer .news_list .title h3 img {
  width: 94px;
  height: 24px;
}
.news_pointer .news_list .title ul {
  float: left;
}
.news_pointer .news_list .title ul li {
  float: left;
  line-height: 50px;
  width: 120px;
  font-size: 16px;
}
.news_pointer .news_list .title ul li.active a {
  color: #2a60b4;
  font-weight: bold;
}
.news_pointer .news_list .title a.more {
  float: right;
  line-height: 50px;
  padding-right: 14px;
  background: url(../images/arrow.png) no-repeat center right;
  color: #2a60b4;
}
.news_pointer .news_list .list {
  text-align: left;
}
.news_pointer .news_list .list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 24px;
  border-left: solid 6px #ccc;
  padding-left: 25px;
  text-overflow: ellipsis;
}
.news_pointer .news_list .list a span {
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}
.news_pointer .news_list .list a:hover {
  border-left: solid 6px #2a60b4;
  font-weight: bold;
}

.index_notic {
  margin: 0 auto;
  width: 1380px;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
}
.index_notic .title {
  width: 100%;
  height: 50px;
  border-bottom: solid 3px #2a60b4;
  margin-bottom: 25px;
}
.index_notic .title h3 {
  float: left;
  height: 50px;
  line-height: 50px;
  background: #2a60b4;
  width: 140px;
  padding-top: 6px;
}
.index_notic .title h3 img {
  width: 94px;
  height: 24px;
}
.index_notic .title ul {
  float: left;
}
.index_notic .title ul li {
  float: left;
  line-height: 50px;
  width: 120px;
  font-size: 16px;
}
.index_notic .title ul li.active a {
  color: #2a60b4;
  font-weight: bold;
}
.index_notic .title a.more {
  float: right;
  line-height: 50px;
  padding-right: 14px;
  background: url(../images/arrow.png) no-repeat center right;
  color: #2a60b4;
}
.index_notic .list {
  display: flex;
  justify-content: space-between;
}
.index_notic .list a {
  border: solid 1px #dcdcdc;
  background: #f2f2f2;
  padding: 20px;
  width: 32.5%;
  text-align: left;
}
.index_notic .list a h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2a60b4;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_notic .list a p {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
  color: #333;
}
.index_notic .list a span {
  font-size: 12px;
  color: #999;
}
.index_notic .list a:hover {
  background: #ecf3ff;
  border: solid 1px #b6d3ff;
  font-weight: bold;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.index_searcher {
  margin: 0 auto;
  width: 1380px;
  justify-content: space-between;
  margin-bottom: 40px;
  background: #2a60b4;
  border-radius: 8px;
  padding: 15px 0 15px 250px;
  text-align: left;
  position: relative;
  height: 70px;
}
.index_searcher.patch {
  margin: 20px auto 0;
}
.index_searcher img {
  width: 179px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 18px;
}
.index_searcher .index_searcher_input {
  height: 40px;
  width: 940px;
  border-radius: 5px;
  border: 0;
  padding-left: 20px;
  font-size: 18px;
  float: left;
  border: 0;
}
.index_searcher .index_searcher_input::placeholder {
  font-size: 18px;
  color: #ccc;
}
.index_searcher .index_searcher_btn {
  height: 44px;
  margin-top: -2px;
  width: 150px;
  border-radius: 5px;
  float: left;
  margin-left: 10px;
  background: #214c8e;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  cursor: hand;
}
.index_searcher .index_searcher_btn:hover {
  background: #3f78d2;
  cursor: pointer !important;
}

.index_services_box {
  width: 100%;
  background: #ffffff;
  margin-bottom: 40px;
}
.index_services_box .index_services {
  width: 1380px;
  margin: 0 auto;
  padding: 40px 0;
}
.index_services_box .index_services h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.index_services_box .index_services h2 img {
  margin: 0 auto;
  display: block;
  height: 36px;
  width: 143px;
}
.index_services_box .index_services .list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_services_box .index_services .list_box .list {
  display: block;
  cursor: hand;
}
.index_services_box .index_services .list_box .list img {
  width: 100%;
}
.index_services_box .index_services .list_box .list_small {
  width: 330px;
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
  height: 210px;
}
.index_services_box .index_services .list_box .list_small .name {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/servicestitlebg.png) no-repeat left top;
  background-size: 100% 100%;
  width: 330px;
  height: 80px;
  padding-top: 40px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.index_services_box .index_services .list_box .list_large {
  width: 448px;
}

.index_news {
  width: 1380px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_news .news_list {
  width: 680px;
  height: 450px;
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}
.index_news .news_list.news_list_large {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.index_news .news_list .title {
  width: 100%;
  height: 50px;
  border-bottom: solid 3px #2a60b4;
  margin-bottom: 25px;
}
.index_news .news_list .title h3 {
  float: left;
  height: 50px;
  line-height: 50px;
  background: #2a60b4;
  width: 140px;
  padding-top: 6px;
}
.index_news .news_list .title h3 img {
  width: 94px;
  height: 24px;
}
.index_news .news_list .title ul {
  float: left;
}
.index_news .news_list .title ul li {
  float: left;
  line-height: 50px;
  width: 120px;
  font-size: 16px;
}
.index_news .news_list .title ul li.active a {
  color: #2a60b4;
  font-weight: bold;
}
.index_news .news_list .title a.more {
  float: right;
  line-height: 50px;
  padding-right: 14px;
  background: url(../images/arrow.png) no-repeat center right;
  color: #2a60b4;
}
.index_news .news_list .list {
  text-align: left;
}
.index_news .news_list .list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 24px;
  border-left: solid 6px #ccc;
  padding-left: 25px;
  text-overflow: ellipsis;
}
.index_news .news_list .list a span {
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}
.index_news .news_list .list a:hover {
  border-left: solid 6px #2a60b4;
  font-weight: bold;
}
.index_news .news_list .institution_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_news .news_list .institution_list li {
  width: 19%;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  background: url(../images/arrow.png) no-repeat 0 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news .news_list .institution_list li a:hover {
  font-weight: bold;
}

.index_report_box {
  width: 100%;
  background: #ffffff;
}
.index_report_box .index_report {
  width: 1380px;
  margin: 0 auto;
  padding: 40px 0;
}
.index_report_box .index_report h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.index_report_box .index_report h2 img {
  margin: 0 auto;
  display: block;
  height: 36px;
  width: 143px;
}
.index_report_box .index_report .list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_report_box .index_report .list_box .list_small {
  width: 330px;
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
  height: 150px;
  background: #ededed;
}
.index_report_box .index_report .list_box .list_small img {
  width: 330px;
  height: 110px;
  float: left;
}
.index_report_box .index_report .list_box .list_small p {
  display: block;
  width: 330px;
  line-height: 40px;
  height: 40px;
  background: #ededed url(../images/reporticon.png) no-repeat 10px 8px;
  clear: both;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_link_box {
  width: 100%;
  background: #275aa9;
  height: 60px;
  line-height: 60px;
}
.index_link_box .index_link {
  width: 1380px;
  margin: 0 auto;
  height: 60px;
}
.index_link_box .index_link dl {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
}
.index_link_box .index_link dl dt {
  float: left;
}
.index_link_box .index_link dl dd {
  float: left;
  margin: 0 20px 0 0;
}
.index_link_box .index_link dl dd a {
  color: #ffffff;
}
.index_link_box .index_link dl dd a:hover {
  font-weight: bold;
}

.footer_box {
  width: 100%;
  background: #2a60b4;
  height: 400px;
}
.footer_box .footer {
  width: 1380px;
  margin: 0 auto;
  height: 400px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.footer_box .footer .list {
  width: 300px;
  text-align: left;
  padding-top: 50px;
  color: #ffffff;
}
.footer_box .footer .list.logo {
  margin-right: 300px;
  padding-top: 45px;
}
.footer_box .footer .list.logo img {
  width: 100%;
  margin-bottom: 120px;
}
.footer_box .footer .list.logo .ename {
  width: 150%;
}
.footer_box .footer .list h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_box .footer .list p {
  line-height: 30px;
  font-size: 16px;
}
.footer_box .footer .list .qrcode {
  padding-top: 40px;
}
.footer_box .footer .list .wechat {
  padding-top: 20px;
}
.footer_box .footer .list .wechat img {
  width: 120px;
  height: 120px;
}

.min-foucs {
  height: 200px;
  width: 100%;
  background: #ccc;
}

.outbox {
  width: 1380px;
  min-height: 700px;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.outbox .left_nav {
  width: 220px;
  background: #2a60b4;
  text-align: right;
  padding-top: 45px;
  border-radius: 8px 0 0 8px;
}
.outbox .left_nav h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2a60b4;
  margin-bottom: 30px;
  color: #ffffff;
  fong-weight: bold;
}
.outbox .left_nav .nav_list {
  padding-left: 20px;
}
.outbox .left_nav .nav_list a.nav_btn {
  height: 50px;
  display: block;
  line-height: 50px;
  font-size: 16px;
  margin-bottom: 2px;
  padding-right: 20px;
  font-weight: bold;
  color: #ffffff;
}
.outbox .left_nav .nav_list a.active, .outbox .left_nav .nav_list a:hover {
  background: #ffffff url(../images/arrow.png) no-repeat 20px 20px;
  color: #2a60b4;
}
.outbox .left_nav .nav_list ul li {
  margin-bottom: 2px;
}
.outbox .left_nav .nav_list ul li a {
  height: 50px;
  line-height: 50px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 40px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: bold;
}
.outbox .text_model {
  width: 840px;
  padding: 50px;
}
.outbox .text_model .text_list {
  margin-bottom: 50px;
}
.outbox .text_model .text_list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 24px;
  border-left: solid 6px #ccc;
  padding-left: 25px;
  text-overflow: ellipsis;
  text-align: left;
}
.outbox .text_model .text_list a span {
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}
.outbox .text_model .text_list a:hover {
  border-left: solid 6px #2a60b4;
  font-weight: bold;
}
.outbox .text_top {
  width: 300px;
  padding: 45px 30px;
  text-align: left;
  border-left: solid 1px #ededed;
}
.outbox .text_top h3 {
  font-size: 20px;
  color: #2a60b4;
  margin-bottom: 10px;
}
.outbox .text_top a {
  display: block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  background: url(../images/arrow.png) no-repeat 0 13px;
}
.outbox .text_top a:hover {
  font-weight: bold;
}
.outbox .text_box {
  width: 1160px;
  padding: 45px 60px;
}
.outbox .text_box em {
  font-style: italic !important;
}
.outbox .text_box .text_title {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ededed;
  text-align: left;
}
.outbox .text_box .text_title h1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #2a60b4;
  font-weight: bold;
}
.outbox .text_box .text_title p {
  color: #aaa;
  font-size: 14px;
}
.outbox .text_box .text_area {
  text-align: left;
  font-size: 16px;
}
.outbox .text_box .text_area p {
  margin-bottom: 20px;
  line-height: 40px;
}
.outbox .text_box .text_area p img {
  max-width: 100%;
}
.outbox .text_box .text_area .more_text {
  text-align: center;
  padding: 30px 0 20px;
  height: 140px;
}
.outbox .text_box .text_area .more_text .more_box {
  height: 40px;
  width: 100%;
  clear: both;
}
.outbox .text_box .text_area .more_text a.new_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 30px 0 0;
  color: #2a60b4;
  float: left;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.outbox .text_box .text_area .more_text span.nu {
  display: inline-block;
  height: 30px;
  float: left;
  line-height: 30px;
}
.outbox .text_box .institution_list {
  display: flex;
  flex-wrap: wrap;
}
.outbox .text_box .institution_list li {
  width: 240px;
}
.outbox .text_box .institution_list li a {
  height: 50px;
  line-height: 50px;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0 20px;
  border-radius: 5px;
  border: solid 1px #ededed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.outbox .text_box .institution_list li a:hover {
  background: #ecf3ff;
  border: solid 1px #b6d3ff;
  font-weight: bold;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.outbox .text_box .institution_leader {
  display: flex;
  flex-wrap: wrap;
}
.outbox .text_box .institution_leader .list {
  width: 260px;
  text-align: center;
  margin-bottom: 30px;
}
.outbox .text_box .institution_leader .list img {
  width: 210px;
  height: 280px;
}
.outbox .text_box .institution_leader .list h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  color: #2a60b4;
}
.outbox .text_box .institution_leader .list p {
  font-size: 14px;
}
.outbox .searcher_result {
  width: 1080px;
  text-align: left;
  padding: 45px;
}
.outbox .searcher_result .text_result {
  display: block;
  margin-bottom: 30px;
  border-left: solid 8px #ededed;
  padding-left: 30px;
}
.outbox .searcher_result .text_result:hover {
  border-left: solid 8px #2a60b4;
}
.outbox .searcher_result .text_result h3 {
  font-weight: bold;
  font-size: 18px;
  color: #2a60b4;
  margin-bottom: 5px;
}
.outbox .searcher_result .text_result p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 5px;
}
.outbox .searcher_result .text_result span {
  color: #999;
  font-size: 12px;
}
.outbox .searcher_result .institution_result {
  display: block;
  margin-bottom: 20px;
  border: solid 1px #ededed;
  padding: 20px 30px;
  border-radius: 5px;
}
.outbox .searcher_result .institution_result:hover {
  background: #ecf3ff;
  border: solid 1px #b6d3ff;
  font-weight: bold;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.outbox .searcher_result .institution_result h3 {
  font-weight: bold;
  font-size: 18px;
  color: #2a60b4;
  margin-bottom: 5px;
}
.outbox .searcher_result .institution_result p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 5px;
}
.outbox .searcher_result .institution_result span {
  color: #999;
  font-size: 12px;
}
.outbox .searcher_result .list_page {
  margin-top: 60px;
}
.outbox .recommend_result {
  width: 300px;
  padding: 45px 30px;
  text-align: left;
  border-left: solid 1px #ededed;
}
.outbox .recommend_result h3 {
  font-size: 20px;
  color: #2a60b4;
  margin-bottom: 10px;
  font-weight: bold;
}
.outbox .recommend_result a {
  display: block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  background: url(../images/arrow.png) no-repeat 0 13px;
}
.outbox .recommend_result a:hover {
  font-weight: bold;
}

.list_page {
  height: 50px;
  width: 100%;
  text-align: left;
}
.list_page a {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  background: #ededed;
  margin-right: 10px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
}
.list_page a.active, .list_page a:hover {
  background: #2a60b4;
  color: #ffffff;
  font-weight: bold;
}
.list_page span {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  background: #ededed;
  margin-right: 10px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
}
.list_page ul li.active span {
  background: #2a60b4;
  color: #ffffff;
  font-weight: bold;
}

.institution_index_box {
  width: 1380px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.institution_index_box h1 {
  width: 100%;
  background: #ffffff;
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  font-weight: bold;
  color: #2a60b4;
  text-align: left;
  padding-left: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.institution_index_box .institution_about {
  width: 960px;
  background: #ffffff;
  text-align: left;
  border-radius: 8px;
  padding: 30px;
  min-height: 250px;
  margin-bottom: 20px;
}
.institution_index_box .institution_about h3 {
  height: 40px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #2a60b4;
  padding-bottom: 10px;
  border-bottom: solid 2px #2a60b4;
  margin-bottom: 20px;
  background: url(../images/about.png) no-repeat top right;
  background-size: auto 30px;
}
.institution_index_box .institution_about p {
  font-size: 16px;
  line-height: 30px;
}
.institution_index_box .institution_contect {
  width: 400px;
  background: #ffffff;
  text-align: left;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
}
.institution_index_box .institution_contect h3 {
  height: 40px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #2a60b4;
  padding-bottom: 10px;
  border-bottom: solid 2px #2a60b4;
  margin-bottom: 20px;
  background: url(../images/contect.png) no-repeat top right;
  background-size: auto 30px;
}
.institution_index_box .institution_contect ul li {
  font-size: 16px;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
}
.institution_index_box .institution_contect ul li img {
  position: absolute;
  left: 0;
  top: 8px;
}
.institution_index_box .institution_img {
  width: 100%;
  background: #ffffff;
  text-align: left;
  border-radius: 8px;
  padding: 30px;
  min-height: 250px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.institution_index_box .institution_img .img_list {
  width: 300px;
  heigth: 200px;
}
.institution_index_box .institution_news {
  width: 100%;
  background: #ffffff;
  text-align: left;
  border-radius: 8px;
  padding: 30px;
  min-height: 250px;
}
.institution_index_box .institution_news h3 {
  height: 40px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #2a60b4;
  padding-bottom: 10px;
  border-bottom: solid 2px #2a60b4;
  margin-bottom: 30px;
  position: relative;
}
.institution_index_box .institution_news h3 a {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 14px;
  height: 30px;
  padding-right: 16px;
  color: #2a60b4;
  background: url(../images/arrow.png) no-repeat right 8px;
}
.institution_index_box .institution_news .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.institution_index_box .institution_news .list a {
  display: block;
  width: 640px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 24px;
  border-left: solid 6px #ccc;
  padding-left: 25px;
  text-overflow: ellipsis;
}
.institution_index_box .institution_news .list a span {
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}
.institution_index_box .institution_news .list a:hover {
  border-left: solid 6px #2a60b4;
  font-weight: bold;
}

.login_box {
  width: 1380px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 550px;
  background: #ffffff;
  border-radius: 5px;
}
.login_box .login_left {
  width: 400px;
  background: #2a60b4 url(../images/ename.png) no-repeat 40px 80%;
  background-size: 320px auto;
  border-radius: 8px 0 0 8px;
  text-align: left;
  padding: 200px 40px 0 40px;
}
.login_box .login_left img {
  width: 100%;
}
.login_box .login_area {
  width: 980px;
  padding: 30px 50px 100px;
}
.login_box .login_area h2 {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #2a60b4;
  margin-bottom: 30px;
}
.login_box .login_area .login_form {
  margin: 0 250px;
  text-align: left;
}
.login_box .login_area .login_form .form_list {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.login_box .login_area .login_form .form_list p {
  height: 40px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.login_box .login_area .login_form .form_list label.input_name {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 30px;
  font-weight: bold;
  color: #666;
}
.login_box .login_area .login_form .form_list input.form_input {
  height: 40px;
  width: 100%;
  padding-left: 20px;
  border: solid 1px #999;
  border-radius: 5px;
}
.login_box .login_area .login_form .form_list input.form_input::placeholder {
  font-size: 14px;
  color: #ccc;
}
.login_box .login_area .login_form .form_list input.form_input:focus {
  border: solid 1px #2a60b4;
}
.login_box .login_area .login_form .form_list input.form_input.form_input_small {
  width: 66%;
  float: left;
}
.login_box .login_area .login_form .form_list a.getpwd {
  position: absolute;
  right: 0;
  color: #2a60b4;
}
.login_box .login_area .login_form .form_list a.getpwd:hover {
  font-weight: bold;
}
.login_box .login_area .login_form .form_list button.form_btn {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #2a60b4;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.login_box .login_area .login_form .form_list button.form_btn.form_btn_small {
  width: 30%;
  float: right;
}
.login_box .login_area .login_form .form_list button.form_btn.form_btn_wait {
  background: #999;
}
.login_box .login_area .login_form .form_list a.form_btn {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #ffffff;
  border: solid 1px #999;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #999;
}
.login_box .login_area .login_form .form_list .mistake {
  border: solid 1px #c74c4c !important;
}
.login_box .login_area .login_form .form_list span.mistake_info {
  color: #c74c4c;
  padding-top: 5px;
  display: block;
  clear: both;
}
.login_box .login_area .login_form .form_list .code {
  width: 30%;
  float: right;
  height: 40px;
}

.subject_focus {
  width: 1380px;
  height: 460px;
  background: #ccc;
  margin: 20px auto;
  border-radius: 8px;
  position: relative;
}
.subject_focus .subject_focus_info {
  width: 1380px;
  height: 90px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-align: left;
}
.subject_focus .subject_focus_info .subject_tag {
  position: absolute;
  height: 30px;
  padding: 0 20px;
  font-weight: bold;
  background: #2a60b4;
  top: 0;
  left: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.subject_focus .subject_focus_info .subject_title {
  position: absolute;
  top: 40px;
  padding-left: 20px;
  font-size: 20px;
  color: #ffffff;
}

.subject_info {
  background: #ffffff url(../images/yin.png) no-repeat 20px 30px;
  background-size: 100px auto;
  padding: 30px 30px 30px 130px;
  width: 1380px;
  margin: 0 auto;
  border-radius: 8px;
}
.subject_info p {
  font-size: 20px;
  text-align: left;
  line-height: 40px;
  color: #999;
  font-weight: bold;
  font-family: "SimSun", "STSong", "Songti SC", "宋体", sans-serif;
  font-style: italic;
}

.subjectbox {
  width: 1380px;
  min-height: 300px;
  margin: 20px auto;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subjectbox .searcher_result {
  width: 1380px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subjectbox .searcher_result .text_result {
  display: block;
  margin-bottom: 20px;
  background: #ffffff;
  width: 680px;
  padding: 30px;
  border-radius: 8px;
  border-left: solid 8px #ffffff;
}
.subjectbox .searcher_result .text_result:hover {
  border-left: solid 8px #2a60b4;
}
.subjectbox .searcher_result .text_result h3 {
  font-weight: bold;
  font-size: 18px;
  color: #2a60b4;
  margin-bottom: 5px;
}
.subjectbox .searcher_result .text_result p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-bottom: 10px;
}
.subjectbox .searcher_result .text_result span {
  color: #999;
  font-size: 12px;
}
.subjectbox .searcher_result .text_result .subject_tag {
  display: inline-block;
  background: #2a60b4;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.subjectbox .searcher_result .list_page {
  margin-top: 10px;
}
.subjectbox .searcher_result .list_page a {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  background: #ffffff;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
}
.subjectbox .searcher_result .list_page a.active, .subjectbox .searcher_result .list_page a:hover {
  background: #2a60b4;
  color: #ffffff;
  font-weight: bold;
}

.loadmore {
  text-align: center;
}
.loadmore span.loadmore-tips {
  display: block;
  background: url(../images/nodata.png) no-repeat center center;
  background-size: 400px auto;
  padding: 200px 0;
  font-size: 0;
}

.large_focus {
  text-align: center;
  margin-bottom: 15px;
}
.large_focus a {
  display: inline-block;
  margin: o auto;
  max-width: 1920px;
  position: relative;
  height: 640px;
  overflow: hidden;
}
.large_focus a span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  padding-top: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.large_focus .swiper-container {
  height: 680px;
}

.small_focus {
  width: 680px;
  height: 450px;
}
.small_focus .swiper-slide a span {
  background: rgba(0, 0, 0, 0.3);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}/*# sourceMappingURL=css.css.map */