
.banner-box{
  padding-bottom: 20px;
}
.banner-box .banner {
  padding: 0px 0 0 0;
  display: flex;
}

.banner-box .banner>.banner-l {
  flex: 1;
  height: 325px;
  margin-right: 20px;
  border-radius: 4px;
  position: relative;
}

.banner-box .banner .banner-l .banner-nav {
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 10px);
  width: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
  ;
  border-radius: 4px;
}

.banner-box .banner .banner-l .banner-nav ul {
  height: 330px;
}

.banner-box .banner .banner-l .banner-nav ul li {
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  height: 44px;
  position: relative;
}
.banner-box .banner .banner-l .banner-nav ul li >.a{

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-box .banner .banner-l .banner-nav ul li:hover .citems{
  display: block;
}
.banner-box .banner .banner-l .banner-nav ul li .citems{
  display: none;
  width: 500px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 4px;
  padding: 15px 15px 20px;
  position: absolute;
  top: 0;
  right: -505px;
}
.banner-box .banner .banner-l .banner-nav ul li .citems .citems-title{
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.banner-box .banner .banner-l .banner-nav ul li .citems .citems-ct{
  display: flex;
  flex-wrap: wrap;
}
.banner-box .banner .banner-l .banner-nav ul li .citems .citems-ct .citem{
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
}
.banner-box .banner .banner-l .banner-nav ul li .citems .citems-ct .citem:hover{
  color: #F18648;
}

.banner-box .banner .banner-l .banner-nav ul li:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #F18648;
}

.banner-box .banner .banner-l .banner-nav ul li:hover>i {
  color: #F18648;
}

.banner-box .banner .banner-l .banner-nav ul li .a>i {
  font-size: 10px;
  color: #333;
}
.banner-box .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.ct1200 {
    margin: 0 auto;
	width: 1240px;
}

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




.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}






a:link, a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

.banner-box .banner .banner-l .banner-nav ul li .citems {
    display: none;
    width: 500px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 4px;
    padding: 15px 15px 20px;
    position: absolute;
    top: 0;
    right: -505px;
}

.banner-box .banner .banner-l .banner-nav ul li .citems .citems-title {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}


element.style {
    height: 335px;
}

.banner-box .banner .banner-l .banner-nav ul li .citems .citems-ct {
    display: flex;
    flex-wrap: wrap;
}

.banner-box .banner .banner-l .banner-nav ul li .citems .citems-ct .citem {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
}
.banner-box .banner .banner-r {
    width: 295px;
    height: 335px;
    border-radius: 2px;
    overflow: hidden;
}
.banner-box>.list {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.banner-box>.list .item {
    height: 44px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-right: 20px;
    font-weight: 600;
}


.new-main .main-l .head {
    background: #ffffff;
    border-radius: 4px;
    padding: 38px;
}

.new-main .main-l .head .head-t {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.new-main .main-l .head .head-t .head-t-l {
    display: flex;
}
.new-main .main-l .head .head-t .thumb {
    width: 66px;
    height: 66px;
}
.new-main .main-l .head .head-t .thumb img {
    width: 100%;
    height: 100%;
}
.new-main .main-l .head .head-t .info {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-main .main-l .head .head-t .info > p {
    font-size: 19px;
    font-weight: 500;
    color: #333333;
}
.new-main .main-l .head .head-t .info > span {
    font-size: 14px;
    color: #999999;
}
.new-main .main-l .head .head-t .people {
    font-size: 14px;
    font-weight: 500;
    color: #f18548;
}
.new-main .main-l .head .head-desc {
    margin-top: 20px;
    display: flex;
}
.new-main .main-l .head .head-desc .title {
    font-size: 14px;
    color: #999999;
    margin-left: 34px;
}
.new-main .main-l .head .head-desc .desc {
    margin-left: 18px;
    flex: 1;
}
.shuang {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.new-main .main-l .head .head-tag {
    margin-top: 20px;
    display: flex;
}
.new-main .main-l .head .head-tag .title {
    font-size: 14px;
    color: #999999;
    margin-left: 8px;
}
.new-main .main-l .head .head-tag .tags {
    display: flex;
    margin-left: 18px;
}
.new-main .main-l .head .head-tag .tags .tag {
    height: 23px;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 10px;
    color: #999;
    display: flex;
    align-items: center;
}
.new-main .main-l .head .head-about {
    margin-top: 40px;
    margin-left: 78px;
}
.new-main .main-l .head .head-about .btns {
    display: flex;
    align-items: center;
}
a:link, a:visited {
    text-decoration: none;
}
.new-main .main-l .head .head-about .btns .btn {
    width: 116px;
    height: 35px;
    background: #f18548;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.new-main .main-l .head .head-about .btns .btn a{
    color: #fff;
}
.new-main .main-l .head .head-about .tips {
    margin-top: 20px;
    font-size: 14px;
    color: #cccccc;
}