.hnlg-main-content * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.hnlg-footer *,
.hn_index_bg *,
.menu-logoin-set * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.layui-table th input {
  color: #999;
  height: 28px;
  padding: 0 0 0 5px;
}

.layui-form-label .red {

  color: red;
  display: block;
  float: left;
  line-height: 20px;
  padding: 6px 5px;
  height: 7px;
  font-size: 20px;
}

.layui-form-upload .layui-input-block {
  float: left;
  margin-left: 0;
  width: 155px;
}

.layui-form-upload .form-upload {
  margin: 4px 0 0 4px;
}

.layui-form-label {
  width: 88px;
}

.layui-input-block {
  margin-left: 118px;
}

.layui-form-label-right {
  float: right;
  position: relative;
  margin: -28px;
}

.layui-form-edit {
  padding-top: 10px;
}

.handle-bar-edit {
  margin-top: 20px;
}

.layui-form-web .layui-form-label {
  width: 117px;
}

.layui-form-web .layui-input-block {
  margin-left: 147px;
}

.layui-form-web p {
  color: #e6e6e6;
  margin-left: 146px;
  width: 597px;
  text-align: left;
  margin-top: 5px;
}

.layui-form-web .marginleft0 {
  margin-left: 0;
}

.main-box-title:after {
  border-bottom: 1px solid #e6e6e6;
  content: '';
  position: absolute;
  left: 194px;
  z-index: 1000;
  top: 54px;
  width: 100%;
}

.layui-form-length .layui-form-label {
  width: 105px;
}

.layui-form-length .layui-input-block {
  margin-left: 136px;
}

.layui-form-select .layui-edge {
  border-top-color: #2277da;
}

.layui-input-block .fa-stack {
  margin-right: 5px;
}

.layui-input-block .layui-input-p:hover {
  opacity: 0.8;
  cursor: pointer;
  width: 100px;
}

.layui-input-block .layui-input-p {
  color: #2277da;
  line-height: 50px;
}

.layui-form-select dl dd.layui-this {
  background-color: #2277da;
  color: #fff;
}

.layui-input-add {}

.layui-input-add .layui-form-label {
  width: 45px;
}

.layui-input-add .layui-input-block {
  margin-left: 0px;
  width: 80px;
  float: left;
}

.layui-input-add .layui-input {
  width: 100px;
  float: left;
  margin-left: 46px;
}

.main-box-check {
  float: right;
}

.main-box-check li {
  float: left;
  font-size: 14px;
  color: #9aa8c4;
  cursor: pointer;
}

.main-box-check li span {
  display: inline-block;
  width: 23px;
  height: 23PX;
  border-radius: 50%;

  line-height: 23px;
  text-align: center;
  color: #fff;
  margin: 0 4px;
}

.main-box-check li.hover {
  color: #2277da;
}

.main-box-check li span {
  background: #9aa8c4;
}

.main-box-check li.hover span {
  background: #2277da;
}

.layui-input-add .layui-input {
  width: 100px;
  float: none;
  margin-left: 0px;
}

.layui-input-add .layui-input-img {
  float: left;
  margin-left: 37px;
  width: 160px;
}

.layui-input-add .form-btn-ok {
  float: left;
  margin-top: 4px;
}

.layui-input-add li {
  width: 800px;
  clear: both;
}

.layui-input-add .fa {
  float: left;
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: #adabab;
  cursor: pointer;
}



/*湖南理工大学首页*/

.hn_index_bg {
  background: url(../imgs/hn_index_bg.jpg) no-repeat top center;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 9997;

  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.hn-header {
  line-height: 84px;
  color: #fff;
  font-size: 16px;
  height: 84px;
  margin: 0 30px;
}

.hn-header .pull-right {
  position: relative;
}

.hn-header .pull-right .fa-user-circle-o {
  font-size: 20px;
}

.hn-header .pull-right span {
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
}

.index_center_circle .arm:before {
  display: block;
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  content: "";
}

.index_center_circle .arm:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
}

.index_center_circle .arm {
  -webkit-animation: count 60s linear infinite;
  animation: count 60s linear infinite;
  /* -webkit-transform: translate(-50%, -100%) rotate(270deg); */
  transform: translate(-50%, -100%) rotate(-60deg);
  position: absolute;
  top: 254px;
  left: 135px;
  width: 20px;
  height: 238px;
  transition: .5s;
}

.main-title {
  padding-left: 10px;
}

.hn-header .pull-right span:hover {
  color: #3bd9c9;
}

.hn-login {
  width: 248px;
  height: 215px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  display: none;
  z-index: 9998;
}

.hn-login h3 {
  background: #3bd9c9;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-bottom: 25px;
  clear: both;
  color: #fff;
}

.hn-login h3 .fa-remove {
  float: right;
  cursor: pointer;
  height: 38px;
  color: #dedede;
  line-height: 22px;
  margin-right: 4px;
}

.hn-username {
  color: #666666;
  font-size: 12px;
  margin-left: 25px;
  height: 45px;
  line-height: 45px;
  clear: both;
}

.hn-username label {
  margin-right: 10px;
  float: left;
  margin-top: 7px;
  height: 20px;
}

.hn-username input {
  height: 30px;
  border: 0;
  border-bottom: 1px solid #dedede;
  padding: 0 5px;
}

.hn-login .layui-login {
  background: #3bd9c9;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  margin: 12px auto 25px;
  display: block;
}

.hn-footer {
  color: #fff;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  width: 240px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  margin-left: -120px;
  bottom: 40px;
  text-align: center;
}


.hn-footer span {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: none;
}

.hn-footer label {
  background: rgba(255, 255, 255, 0.25);
  display: inline-block;
  width: 233px;
}

.hn-content {
  width: 540px;
  height: 540px;
  margin: -270px 0 0 -270px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.hn-content-center {
  width: 240px;
  height: 240px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* position: relative; */
  /* top: -211px; */
  /* margin-top: -389px; */
  text-align: center;
  /* margin-left: 151px; */
  border-radius: 50%;
  background: #fff;
  margin: auto;
}

.hn-content-center img {
  margin-top: 70px;
  margin-bottom: 10px;
}

.hn-content-center p {
  color: #787e92;
  font-weight: bold;
  font-size: 24px;
  opacity: 0.5;
}

.hn-container {
  position: relative;
  width: 540px;
  height: 540px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  clear: both;
}

.hn-layer {
  position: absolute;
  transform-origin: left top;
  left: 270px;
  top: 270px;
  width: 270px;
  height: 270px;
  border: 1px solid #aef7ef;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
}

.index_center_circle {
  width: 240px;
  height: 240px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  position: relative;
  padding: 15px;
  /* top: -211px; */
  margin-top: -395px;
  text-align: center;
  margin-left: 136px;
  border-radius: 50%;
  background: url(../imgs/index_center_circle.png) #fff;
}

.hn-icon {
  position: relative;
}

.hn-icon a {
  position: absolute;
  width: 80px;
  height: 90px;
  background-repeat: no-repeat;
  cursor: pointer;
}


.hn-icon001 {

  top: -414px;
  left: 66px;
}

.hn-icon002 {

  top: -506px;
  left: 234px;
}

.hn-icon003 {

  top: -414px;
  left: 398px;
}

.hn-icon004 {

  top: -216px;
  left: 398px;
}

.hn-icon005 {

  top: -216px;
  left: 66px;
}

.hn-icon006 {

  top: -125px;
  left: 234px;
}

.hn-icon001 p {
  background: url(../imgs/hn_003.png) center no-repeat;
  top: -414px;
  left: 66px;
}

.hn-icon002 p {
  background: url(../imgs/hn_004.png) center no-repeat;
  top: -506px;
  left: 234px;
}

.hn-icon003 p {
  background: url(../imgs/hn_005.png) center no-repeat;
  top: -414px;
  left: 398px;
}

.hn-icon004 p {
  background: url(../imgs/hn_006.png) center no-repeat;
  top: -216px;
  left: 398px;
}

.hn-icon005 p {
  background: url(../imgs/hn_002.png) center no-repeat;
  top: -216px;
  left: 66px;
}

.hn-icon006 p {
  background: url(../imgs/hn_001.png) center no-repeat;
  top: -125px;
  left: 234px;
}

.hn-icon001 p.active {
  background: url(../imgs/hn_hover003.png) center no-repeat;
  top: -414px;
  left: 66px;
}

.hn-icon002 p.active {
  background: url(../imgs/hn_hover004.png) center no-repeat;
  top: -506px;
  left: 234px;
}

.hn-icon003 p.active {
  background: url(../imgs/hn_hover005.png) center no-repeat;
  top: -414px;
  left: 398px;
}

.hn-icon004 p.active {
  background: url(../imgs/hn_hover006.png) center no-repeat;
  top: -216px;
  left: 398px;
}

.hn-icon005 p.active {
  background: url(../imgs/hn_hover002.png) center no-repeat;
  top: -216px;
  left: 66px;
}

.hn-icon006 p.active {
  background: url(../imgs/hn_hover001.png) center no-repeat;
  top: -125px;
  left: 234px;
}

.hn-icon p {
  font-size: 16px;
  color: #222222;
  text-align: center;
  padding-top: 80px;
  background-repeat: no-repeat;
}

.hn-container a:hover,
.hn-container .active {
  background: #0d95e4;
}

.hn-icon .active {
  color: #fff;
}



/*湖南理工内页*/

.header-logo {
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  margin-top: 25px;
  float: left;
}

.header-logo a {
  width: 179px;
  height: 65px;
}

.header-logo span {
  font-size: 16px;
  color: #fff;
}

.header-logo img {
  height: 50px;
}

.container-fluid .header-main {
  height: 100%;
}


.nav-top {
  background: #00479D;
  height: 99px;
  width: 100%;
}

.nav-box-content {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}

.header-menu .menu i {
  color: #fff;
}

.header-menu-search {
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.header-menu-search .fa-search {
  color: #fff;
  font-size: 20px;
  right: 10px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.header-menu-search i:hover {
  opacity: 0.8;
}

.header-menu-search .header-input-serch {
  height: 35px;
  width: 472px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  border-color: #4e5261;
  background-color: #454956;
  border-radius: 20px;
  padding: 0 10px 0 108px;
  color: #fff;
}


/*.header-search-check{
    position: absolute;
    width: 55px;
    color: #626777;
    top: 1px;
    left: 21px;
    cursor:pointer;
}*/

.header-menu .layui-input-block {
  margin-left: 0;
  width: 88px;
  top: -34px;
  left: 15px;
}

.header-menu .layui-unselect {
  border: none;
  border-right: 1px solid #4e5261 !important;
  height: 33px;
  border-color: #4e5261;
}

.layui-input:hover,
.layui-textarea:hover {
  border-color: #4e5261 !important;
}

.header-menu-search .layui-form-select .layui-edge {
  border-top-color: #626777;
}

.header-menu-search .layui-form-select dl dd:hover {
  background-color: transparent;
  opacity: .8;
}

.header-menu-search .layui-form-select dl {
  border: 1px solid #4e5261;
}

.header-menu-search .layui-form-select dl dd,
.header-menu-search .layui-form-select dl dt {
  line-height: 24px;
}

.header-menu-search .layui-form-select dl {
  background-color: #454956;
}

.header-menu-search .layui-form-select dl dd.layui-this {
  background-color: transparent;
  color: #fff;
}

.header-menu .layui-form-select .layui-input {
  background: #454956;
  color: #626777;
}

.header-menu .layui-form-select dl dd {
  color: #626777;
}


/*.header-search-check p{
   background: #454956;
    color: #626777;
    height: 34px;
    line-height: 34px;
    border-right: 1px solid #4e5261;
    border-bottom: 1px solid #4e5261;
    left: 10px;
}*/


/*.header-search-check ul{
        border: 1px solid #4e5261;
    margin-top: 2px;
    text-align: center;
    line-height: 28px;
    display:none;
}*/

.menu-logoin-set:hover .menu-setting {
  display: block;
}

.header-search-check ul a {
  color: #626777;
}

.header-search-check ul li:hover a {
  opacity: .8;
}

.header-search-check p i {
  color: #fff;
}

.header-search-check li {
  background: #454956;
  color: #626777;
}

.header-menu .menu li {
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
}

.header-menu .menu li i:hover {
  opacity: 0.8;
}

.header-list {
  clear: both;
  line-height: 60px;
  height: 61px;
  text-align: center;
  background: #fff;
}

.header-list ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.header-list li {
  width: 130px;

}

.header-list li:nth-of-type(1) {
  margin-left: 0px;
}

.header-list .nav-menu-box {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #F3F0F3;
}

.search-container {
  background: #fff;
}

.search-container .breadcrumb-box {
  margin: 0 auto;
  background: #fff;
  max-width: 1200px;
}

.menu-setting {
  width: 88px;
  position: absolute;
  top: 60px;
  padding: 10px 0;
  background: #fff;
  color: black;
  display: none;
  border-radius: 4px;
  margin-top: 5px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
}

.menu-setting:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #fff;
  top: -5px;
  left: calc(50% - 7px);
}

.menu-setting li.menu-item {
  float: left;
}

.menu-setting p:hover a {
  opacity: .8;
}

.menu-setting div {
  font-size: 14px;
  line-height: 25px;
}

.menu-setting p {
  font-size: 14px;
  line-height: 25px;
}

.menu-setting a {
  color: #8d8d8e;
}

.header-menu {
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  flex-direction: row-reverse;
}

.menu li .zi {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 6px;
  overflow: hidden;
  white-space: nowrap;
  float: right;
}

.menu>a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  text-align: center;
}

.hn-header li .zi {
  color: #fff;
}

.hn-header li.menu-item {
  float: left;
  margin-left: 50px;
}

.header-list li a {
  color: #333333;
  display: inline-block;
  line-height: 52px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.header-list li a:hover {
  border-bottom: 4px solid #23C0B5;
  color: #23C0B5;
}

.header-list .active a {
  border-bottom: 4px solid #23C0B5;
  color: #23C0B5;
}

.course-category-filter-box {
  margin: 0 auto;
  max-width: 1200px;
}

.filter-box-title {
  font-size: 16px;
  color: #333333;
}

.filter-box-title .icon-line {
  width: 4px;
  height: 12px;
  background: #FFA04D;
  display: inline-block;
  border-radius: 2px;
  margin-right: 8px;
}

.filter-box-table {
  margin-top: 15px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  display: block;
  font-size: 14px;
  width: 100%;
}

.fitler-item-title {
  line-height: 46px;
  padding-left: 21px;
  width: 10%;
  text-align: right;
  color: #999999;
}

.filter-box-table tr {
  border-bottom: 1px dashed #EEEEEE;
}

.filter-box-table tr:last-child {
  border: none;
}

.fitler-item-value {
  padding-left: 10px;
  width: 90%;
}

.fitler-item-value span {
  font-size: 14px;
  color: #333333;
  padding: 7px 12px;
}

.fitler-item-value span.active {
  border: 1px solid #27BBAF;
  border-radius: 4px;
  color: #27BBAF;
}

.content-banner {
  background: url(../imgs/hnlg-mbanner.png) no-repeat center;
  width: 100%;
  height: 200px;
  background-size: cover;
  margin-top: 8px;
}

.header-menu .icon {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb0606;
  display: block;
  top: -47px;
  right: -19px;
}

.hn-header .pull-right .header-menu .icon {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb0606;
  display: block;
  top: -54px;
  right: -8px;
}


.hnlg-main-nav {

  height: 90px;
  line-height: 90px;
  width: 1200px;
  margin: 0 auto;
}

.hnlg-main-nav a {
  color: #666666;
}

.hnlg-main-nav a:hover {
  color: #0d95e4;
}

.hnlg-main-content {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}

.hnlg-main-item {
  width: 165px;
  border-radius: 4px 0 0 4px;
  background: #35404c;
}

.hnlg-main-item li a {
  height: 56px;
  line-height: 56px;
  text-align: right;
  padding: 0 30px 0 0;
  color: #fff;
  display: block;
}

.hnlg-main-item .active a {
  background: #0d95e4;
}

.hnlg-main-item li:first-child a {
  border-radius: 4px 0 0 0;
}

.hnlg-main-article {
  padding: 20px;
  width: 995px;
  background: #fff;
  border-radius: 0 5px 5px 5px;
}

.hnlg-main-article .article-title {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}

.hnlg-main-article .article-content {
  color: #010101;
  line-height: 28px;
}

.hnlg-main-article .article-content img {
  max-width: 915px;
}

.hnlg-footer {
  color: #adb1c2;
  font-size: 12px;
  height: 104px;
  background: #00479D;
  line-height: 23px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-box {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-box .footer-logo,
.footer-box .footer-copyright {
  float: left;
}

.footer-box .footer-logo {
  margin-top: 26px;
}

.footer-box .footer-copyright {
  font-size: 12px;
  margin-top: 49px;
  margin-left: 226px;
  color: #fff;
}

.hnlg-footer span {
  display: inline-block;
  width: 60px;
  text-align: center;
  background: none;
}

.hnlg-footer label {
  background: #454956;
  display: inline-block;
  width: 234px;
}


.hnlg-list-item li h4 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 45px;
  padding-left: 20px;
}

.hnlg-list-item li p {
  font-size: 12px;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
  height: 87px;
}

.hnlg-list-item .layui-btn-normal {
  background: #fff;
  float: right;
  margin-top: 27px;
  border: 1px solid #0d95e4;
  color: #0d95e4;
}

.hnlg-list-item .layui-btn-normal:hover {
  background: #0d95e4;
  color: #fff;
}

.hnlg-list-item li {
  margin-bottom: 23px;
  padding: 20px 10px;
  height: 220px;
  box-sizing: border-box;
  display: flex;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.hnlg-list-item>ul>li:hover {
  box-shadow: 1px 1px 10px #0d95e4;
}


.hnlg-list-item li img {
  width: 266px;
  border-radius: 4px 0 0 4px;
}


.hnlg-list-item li div {
  background: #fff;
  border-radius: 0 4px 4px 0;
  flex: 1;
}

.hnlg-list-item2 li {
  float: left;
  height: 212px;
  width: 263px;
  margin: 0 63px 40px 0;
}

.hnlg-list-item2 li:nth-child(3n) {
  margin-right: 0;
}

.hnlg-list-item2 .last {
  margin-right: 0;
}

.hnlg-list-item2 img {
  height: 180px;
  width: 263px;
  border-radius: 5px 5px 0 0;
}

.hnlg-list-item2 h4 {
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  background: #fff;
  padding-left: 10px;
  border-radius: 0 0 5px 5px;
}

.hnlg-list-item2 li a {
  display: block;
}

.hnlg-list-item2 li a:hover h4 {
  color: #0d95e4;
}

.hnlg-list-item2 {
  overflow: hidden;
}

.hnlg-list-item3 li {
  line-height: 55px;
  font-size: 16px;
  border-bottom: 1px solid #dae3e9;
  padding: 0 14px;
}

.hnlg-list-item3 li a:hover {
  color: #0d95e4
}

.hnlg-list-item3 .hnlg-list-con {
  width: 488px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.hnlg-list-item3 li a {
  // display:block;
}

.hnlg-main-article .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0d95e4;
}

.hnlg-main-article .layui-laypage a:hover {
  color: #009688;
}

.hnlg-main-article .page-layout {
  margin-top: 57px;
}

.hn_index2_bg {
  background: url(../imgs/hn_index_bg2.jpg) no-repeat top center;
  background-size: cover;
}

.hn-conten-model {
  width: 978px;
  height: 390px;
  -webkit-box-shadow: 0 0 6px #4c4c4c;
  box-shadow: 0 0 6px #4c4c4c;
  margin: -195px 0 0 -489px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.hn-conten-model .hnlg-banner01 {
  width: 390px;
  height: 390px;
  background: url(../imgs/hnlg-banner01.png) no-repeat top center;
}

.hn-conten-model .hnlg-banner02 {
  width: 390px;
  height: 196px;
  background: url(../imgs/hnlg-banner02.png) no-repeat top center;
}

.hn-conten-model .hnlg-banner03 {
  width: 195px;
  height: 390px;
  float: right;
  background: #54d2ec;
}

.hn-conten-model .hnlg-banner04 {
  width: 195px;
  height: 195px;
  background: url(../imgs/hnlg-banner04.png) no-repeat top center;
}

.hn-conten-model .hnlg-banner05 {
  width: 195px;
  height: 195px;
  background: url(../imgs/hnlg-banner05.png) no-repeat top center;
}

.hn-conten-model li {
  float: left;
  color: #fff;
  position: relative;
}

.hn-conten-model .hnlg-banner01 a,
.hn-conten-model .hnlg-banner04 a {
  color: #222222;
}

.hn-conten-model .hnlg-banner01 span,
.hn-conten-model .hnlg-banner04 span {
  border-top: 1px solid #222222;
  opacity: .5;
}

.hn-conten-model li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.hn-conten-model li p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 18px;
}

.hn-conten-model li span {
  width: 20px;
  border-top: 1px solid #fff;
  display: inline-block;

  padding-top: 5px;
  margin: 0 10px;
}

.hn-conten-model .hnlg-banner03 img {
  margin-top: 30px;
}

.hn-conten-model li:hover {
  opacity: 0.8;
}

.hnlg-tool li {
  width: 345px;
  float: left;
  height: 398px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin: 0 79px 60px 0;
  border: 1px solid #e8e8e8;
}

.hnlg-tool li:nth-child(3n) {
  margin-right: 0;
}

.hnlg-tool li.last {
  margin-right: 0;
}

.hnlg-tool li img {
  width: 345px;
  height: 227px;
  border: 4px 4px 0 0;
}

.hnlg-tool li h4 {
  font-size: 22px;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hnlg-tool li p {
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0 20px;
}

.hnlg-tool {
  overflow: hidden;
  width: 1199px;
  margin: 0 auto;
  padding: 100px 0;
}

.hnlg-tool li a {
  display: block;
  /*cursor:auto;*/
}

.hnlg-tool li a:hover {
  color: #333333;
}


.hnlg-list-item>ul>li .hnlg-list-item-more {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.hnlg-list-item>ul>li>div .hits {
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  color: #BBBBBB;
  font-size: 14px;
}

.hnlg-list-item>ul>li>div .hits>i {}