.center {
  width: 1000px;
  margin: 0 auto; }

.head {
  width: 100%; }
  .head .head_top {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #0e77e3; }
    .head .head_top .register {
      color: #fff;
      font-size: 14px; }
  .head .top-logo {
    width: 1000px;
    height: 130px;
    margin: 0 auto; }
    .head .top-logo .logo {
      margin-top: 25px; }
      .head .top-logo .logo .logo_default {
        height: 50px;
        margin-top: 15px; }
      .head .top-logo .logo .logo_upload {
        height: 80px; }
    .head .top-logo .top_right {
      margin-right: 16px; }
      .head .top-logo .top_right .search_box {
        width: 220px;
        height: 36px;
        line-height: 36px;
        margin-top: 45px;
        border: solid 1px #0e77e3;
        border-radius: 18px;
        overflow: hidden; }
        .head .top-logo .top_right .search_box input {
          box-sizing: border-box;
          width: 180px;
          height: 100%;
          float: left;
          padding: 0 10px; }
          .head .top-logo .top_right .search_box input::-webkit-input-placeholder {
            color: #a5a5a5; }
          .head .top-logo .top_right .search_box input::-moz-placeholder {
            color: #a5a5a5; }
          .head .top-logo .top_right .search_box input:-moz-input-placeholder {
            color: #a5a5a5; }
          .head .top-logo .top_right .search_box input::-ms-input-placeholder {
            color: #a5a5a5; }
        .head .top-logo .top_right .search_box .search_btn {
          width: 38px;
          height: 36px;
          box-sizing: border-box;
          background: #0e77e3 url(../images/search_icon.png) center no-repeat;
          cursor: pointer; }
  .head .top-nav {
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #0c76e3;
    color: #fff;
    font-size: 16px; }
    .head .top-nav .nav {
      display: inline-block;
      width: 1000px;
      margin: 0 auto; }
      .head .top-nav .nav li {
        width: 110px;
        float: left;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        position: relative; }
        .head .top-nav .nav li a {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .head .top-nav .nav li a:hover {
            color: #fff; }
        .head .top-nav .nav li > ul {
          width: 110px;
          position: absolute;
          top: 42px;
          left: 0;
          z-index: 100;
          background: #0e87fd;
          display: none; }
        .head .top-nav .nav li:hover {
          background: #0757a8; }
          .head .top-nav .nav li:hover > ul {
            display: block; }
            .head .top-nav .nav li:hover > ul li:hover {
              background: #0757a8; }
      .head .top-nav .nav .on {
        background: #0757a8; }

.top_banner {
  height: 350px;
  background: url(../images/cdxuehuibanner.jpg) center no-repeat;
  background-size: cover; }

.content_part {
  padding: 18px 0; }
  .content_part .content_part_list {
    margin-top: 4px; }

.part_left {
  width: 630px; }

.part_right {
  width: 320px; }

.content_part_top {
  border-bottom: solid 1px #0e77e3; }
  .content_part_top .content_part_title {
    font-size: 18px;
    color: #0e77e3; }
    .content_part_top .content_part_title span {
      display: inline-block;
      font-size: 24px;
      color: #fff;
      background: #0e77e3;
      padding: 2px 10px;
      border-top-right-radius: 10px;
      margin-right: 5px; }
  .content_part_top .more {
    display: block;
    line-height: 35px; }
    .content_part_top .more img {
      width: 20px;
      height: 17px; }

.wrapper {
  width: 296px;
  height: 190px; }
  .wrapper .d1 {
    display: block;
    width: 100%;
    height: 100%; }
    .wrapper .d1 .news_title {
      display: block;
      width: 100%;
      height: 33px;
      background: rgba(0, 0, 0, 0.4);
      line-height: 33px;
      padding: 0 60px 0 10px;
      font-size: 14px;
      color: #fff;
      bottom: 0;
      z-index: 10; }
      .wrapper .d1 .news_title:hover {
        color: #0e77e3; }
  .wrapper .d2 {
    bottom: 13px;
    right: 10px;
    z-index: 11; }
    .wrapper .d2 li {
      width: 6px;
      height: 6px;
      float: left;
      margin: 0 3px;
      background: #fff;
      border-radius: 50%;
      cursor: pointer; }
    .wrapper .d2 .nuw {
      background: #0e77e3; }

.news_list {
  width: 320px;
  height: 190px; }
  .news_list li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 2px;
    overflow: hidden; }
    .news_list li span {
      display: block; }
    .news_list li:last-child {
      margin-bottom: 0; }
    .news_list li:hover .news_title {
      color: #0e77e3; }
    .news_list li:hover .news_date {
      color: #0e77e3; }
    .news_list li:hover .news_summary {
      color: #0e77e3; }
  .news_list .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0e77e3;
    margin-top: 11px; }
  .news_list .news_title {
    width: 235px;
    color: #212121;
    margin-left: 10px; }
  .news_list .news_date {
    color: #868686; }
  .news_list a {
    display: block;
    width: 100%;
    height: 100%; }
  .news_list .news_img {
    width: 120px;
    height: 80px; }
    .news_list .news_img img {
      width: 100%;
      height: 100%; }
  .news_list .news_summary {
    font-size: 14px;
    line-height: 20px;
    color: #bababb;
    margin-top: 6px; }
  .news_list .news_right {
    margin-left: 135px; }
    .news_list .news_right .news_title {
      font-size: 18px; }

.part2 .news_list {
  width: 100%; }
  .part2 .news_list li {
    height: 80px;
    margin-bottom: 15px; }
  .part2 .news_list .news_title {
    width: 100%;
    margin-left: 0; }

.part3 .news_list li {
  height: 210px;
  position: relative; }
.part3 .news_list .leaguer_img {
  width: 100%;
  height: 100%; }
.part3 .news_list .leaguer_name {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: rgba(23, 76, 131, 0.4);
  bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 10px; }

.lxwm_item {
  margin-top: 20px; }
  .lxwm_item .lxwm_item_title {
    width: 80px;
    color: #222;
    font-size: 16px; }
  .lxwm_item .lxwm_item_content {
    margin-left: 90px;
    color: #868686;
    font-size: 14px; }

.foot {
  width: 100%;
  background: #0c2e58;
  padding: 30px 0; }
  .foot p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 28px; }

.sub_content {
  padding-bottom: 40px; }
  .sub_content .sub_nav {
    background: url(../images/home_icon.png) left no-repeat;
    font-size: 16px;
    color: #636363;
    padding: 30px 0 30px 35px; }
    .sub_content .sub_nav a:hover {
      color: #0e77e3; }

.sub_list_left {
  width: 250px; }
  .sub_list_left .page_title {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    background: #0e77e3;
    margin-bottom: 28px; }
  .sub_list_left .hot_news .hot_news_title {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    background: url(../images/rdzx_bg.png) center no-repeat; }
  .sub_list_left .hot_news .hot_news_list {
    border: solid 1px #e5e5e5;
    padding: 0 10px 10px; }
    .sub_list_left .hot_news .hot_news_list a {
      display: block; }
    .sub_list_left .hot_news .hot_news_list li {
      font-size: 16px;
      color: #636363;
      padding: 10px 0;
      border-bottom: dashed 1px #e5e5e5; }
      .sub_list_left .hot_news .hot_news_list li:hover {
        color: #0e77e3; }
  .sub_list_left .hot_news .lxwm_list li {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    background: #d2d2d2;
    margin-bottom: 15px;
    cursor: pointer; }
  .sub_list_left .hot_news .lxwm_list .on {
    background: url(../images/xhjj_on.png) center/cover no-repeat; }

.sub_list_right {
  width: 700px; }
  .sub_list_right .news_list {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
    .sub_list_right .news_list li {
      height: auto;
      padding: 15px 0;
      border-bottom: dashed 1px #e5e5e5; }
      .sub_list_right .news_list li:first-child {
        padding-top: 0; }
    .sub_list_right .news_list .news_list_top {
      margin-bottom: 5px; }
    .sub_list_right .news_list .news_title {
      width: 580px;
      font-size: 18px;
      color: #0757a8;
      font-weight: bold;
      margin: 0; }
    .sub_list_right .news_list .news_date {
      font-size: 16px;
      font-weight: bold;
      color: #909090; }
    .sub_list_right .news_list .news_summary {
      font-size: 12px;
      color: #909090;
      line-height: 16px; }
  .sub_list_right .leaguer_list {
    overflow: hidden;
    margin-bottom: 30px; }
    .sub_list_right .leaguer_list li {
      float: left;
      width: 176px;
      height: 210px;
      margin: 0 28px 20px;
      position: relative; }
    .sub_list_right .leaguer_list .leaguer_img {
      width: 100%;
      height: 100%; }
    .sub_list_right .leaguer_list .leaguer_name {
      width: 100%;
      height: 35px;
      line-height: 35px;
      background: rgba(23, 76, 131, 0.4);
      bottom: 0;
      text-align: center;
      font-size: 14px;
      color: #fff;
      padding: 0 10px; }

.page_content_title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #e5e5e5;
  margin-bottom: 20px; }
  .page_content_title h2 {
    font-size: 22px;
    color: #0757a8;
    margin-bottom: 10px; }
  .page_content_title .date {
    font-size: 14px;
    color: #909090; }

.hydl_box {
  width: 517px;
  height: 321px;
  margin: 30px auto 0;
  border: solid 1px #eee;
  border-radius: 10px; }
  .hydl_box .hydl_box_tit {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #235fa8;
    line-height: 100px;
    padding: 0 30px; }
    .hydl_box .hydl_box_tit img {
      display: block;
      float: left;
      width: 90px;
      height: 90px;
      margin-top: 10px; }
    .hydl_box .hydl_box_tit h3 {
      text-align: center; }
      .hydl_box .hydl_box_tit h3 span {
        opacity: 0.3;
        font-style: italic; }
  .hydl_box .hydl_box_con {
    width: 80%;
    padding-left: 40px;
    padding-right: 25px;
    margin: 0 auto; }
    .hydl_box .hydl_box_con > ul {
      margin-top: 20px; }
      .hydl_box .hydl_box_con > ul li {
        position: relative;
        line-height: 32px;
        margin-bottom: 22px; }
        .hydl_box .hydl_box_con > ul li span {
          color: #235fa8;
          font-size: 18px; }
        .hydl_box .hydl_box_con > ul li input {
          width: 68%;
          margin-left: 52px;
          box-sizing: border-box;
          vertical-align: top;
          line-height: 32px;
          height: 32px;
          font-size: 16px;
          color: #212121;
          background: #fff;
          padding-left: 10px;
          border: solid 1px #eee; }
    .hydl_box .hydl_box_con .inp_btn {
      margin-top: 6px;
      margin-left: 110px;
      width: 68%;
      height: 40px;
      line-height: 40px;
      background: #006cc6;
      color: #fff;
      font-size: 18px;
      cursor: pointer; }

.expert_img {
  width: 250px;
  height: 350px;
  margin-left: 15px; }

.expert_detail .expert_top {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px; }
.expert_detail .expert_name {
  font-size: 24px;
  color: #222;
  margin-right: 20px; }
.expert_detail .expert_career {
  font-size: 14px;
  color: #0081fa; }
  .expert_detail .expert_career span:nth-child(2) {
    margin: 0 5px; }
.expert_detail .expert_company {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 10px; }
.expert_detail .zjjj {
  width: 925px;
  font-size: 14px;
  color: #222; }
  .expert_detail .zjjj .zjjj_title {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #eee; }
  .expert_detail .zjjj .zjjj_line {
    margin-left: 100px;
    height: 1px;
    border-bottom: solid 1px #eee;
    padding-top: 15px; }
.expert_detail .expert_intro {
  margin-top: 30px;
  font-size: 15px;
  color: #222;
  text-indent: 30px; }
  .expert_detail .expert_intro p {
    margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */
