.section {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.section h3 {
  font-size: 20px;
  position: relative;
  padding-left: 18px;
  font-weight: normal;
}

.section h3::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #279AFE;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section h3 span {
  display: inline-block;
  margin: 0 10px;
  color: #279AFE;
  font-weight: bold;
}

.section h1 {
  text-align: center;
  font-weight: normal;
  padding: 20px 0;
  margin-bottom: 20px;
  clear: both;
  border-bottom: solid 1px #e5e5e5;
  font-size: 26px;
}

.section h4 {
  position: relative;
  line-height: initial;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 18px;
  font-weight: normal;
}

.section h4::before {
  width: 4px;
  height: 24px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: '';
  background-color: #279AFE;
}

.section .detail {
  width: 100%;
  overflow: hidden;
}

.section .detail .left {
  float: left;
  padding: 30px 25px 0;
  width: 670px;
  font-size: 14px;
  color: #999999;
}

.section .detail .left > div {
  float: left;
}

.section .detail .left > div:nth-child(2) {
  float: right;
}

.section .detail .left > div:last-child {
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

/*.section .detail .left > div:last-child a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff !important;
  background-color: #279AFE;
  border-radius: 5px;
}

.section .detail .left > div:last-child a:last-child {
  width: 138px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  color: #2590d7 !important;
  font-size: 18px;
  background-color: #fff;
  border: solid 1px #279AFE;
  margin: 0 0 0 80px;
}*/

.section .detail .left > div li {
  margin-bottom: 20px;
}

.section .detail .right {
  float: right;
  width: 314px;
  height: 246px !important;
  font-size: 14px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 10px 20px 50px;
  background-color: #f2f7fa;
  overflow-y: auto;
}

    .section .detail .right .content {
        overflow: hidden;
        height: 115px;
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
        background-color: #a8dff5;
        position: relative;
        z-index: 222;
        border-radius: 5px;
    }
        .section .detail .right .content img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 260px;
            transform: translateX(-50%) translateY(-50%);
            opacity: 0.2;
        }

        .section .detail .right .content .text {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 260px;
            transform: translateX(-50%) translateY(-50%);
        }
            .section .detail .right .content .text .person {
                margin-top: 6px;
                margin-bottom: 15px;
                position: relative;
            }
                .section .detail .right .content .text .person h1 {
                    font-size: 50px;
                    text-align: center;
                    margin: -6px 0;
                    color: #5e5e5e;
                    border-width:0;
                }

.section .hot_paper {
  clear: both;
}

.section .hot_paper li {
  display: list-item;
  text-align: -webkit-match-parent;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  list-style-position: outside;
  line-height: 50px;
  margin: 10px 0;
  position: relative;
  padding-left: 15px;
}

.section .hot_paper li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #279AFE;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section .hot_paper li a:last-child {
  float: right;
  border: 1px solid #f5f5f5;
  padding: 0 20px;
  border-radius: 5px;
  box-sizing: border-box;
}

.section .hot_paper li a:last-child:hover {
  background-color: #279AFE;
  color: #fff;
}
