/*广告位*/

.banner-box .banner {
  padding: 30px 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;
  /* overflow: hidden; */
}

.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:hover {
  background: rgba(255, 255, 255, 0.8);
}


.banner-box .banner .banner-l .banner-nav ul li .a>i {
  font-size: 10px;
  color: #333;
}

.banner-box .banner .banner-r {
  width: 295px;
  height: 335px;
  border-radius: 2px;
  overflow: hidden;
}

.banner-box .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.banner-box>.list {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.banner-box>.list>.tool-item-s {
  margin-right: 20px;
}

.banner-box>.list>.tool-item-s:last-child {
  margin-right: 0;
}


.new-main .alltool img {
  width: 100%;
  height: 100%;
}

.new-main .alltool .content {
  display: flex;
  margin-top: 20px;
}

.new-main .alltool .content .tool-item {
  width: 295px;
  height: 408px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  margin-right: 20px;
  background-color: #fff;
}


.new-main .alltool .content .tool-item:last-child {
  margin-right: 0;
}

.new-main .alltool .content .tool-item .head {
  padding: 20px;
  height: 100px;
}

.new-main .alltool .content .tool-item .head .head-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-main .alltool .content .tool-item .head .head-t>p {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
}


.new-main .alltool .content .tool-item .head .head-t .more i {
  margin-left: 4px;
  color: #333;
  font-size: 18px;
}


.new-main .alltool .content .tool-item .head .head-desc {
  margin-top: 18px;
  color: #fff;
}

.new-main .alltool .content .tool-item .middle {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.new-main .alltool .content .tool-item .middle .middle-t {
  display: flex;
  align-items: flex-start;
}


.new-main .alltool .content .tool-item .middle .middle-t .thumb img {
  width: 72px;
  height: 72px;
  border-radius: 4px;
}

.new-main .alltool .content .tool-item .middle .middle-t .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  justify-content: space-between;
  height: 72px;
  overflow: hidden;
}

.new-main .alltool .content .tool-item .middle .middle-t .info .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.new-main .alltool .content .tool-item .middle .middle-t .info .people {
  font-size: 12px;
  color: #999999;
}

.new-main .alltool .content .tool-item .middle .middle-t .info .stars {
  display: flex;
  align-items: center;
}

.new-main .alltool .content .tool-item .middle .middle-t .info .stars .nums {
  font-size: 12px;
  color: #fbab00;
}

.new-main .alltool .content .tool-item .middle .middle-t .detail {
  font-size: 12px;
  color: #666;
  margin-left: 8px;
}

.new-main .alltool .content .tool-item .middle .middle-t .detail i {
  font-size: 10px;
}

.new-main .alltool .content .tool-item .middle .middle-b {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  min-height: 38px;

}

.new-main .alltool .content .tool-item .bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 18px;
}

.new-main .alltool .content .tool-item .bottom .item {
  width: calc(50% - 10px);
  display: flex;
  margin-right: 10px;
  margin-bottom: 15px;
}

.new-main .alltool .content .tool-item .bottom .item .item-l {
  width: 39px;
  height: 39px;
  border-radius: 4px;
  overflow: hidden;
}

.new-main .alltool .content .tool-item .bottom .item .item-r {
  flex: 1;
  overflow: hidden;
  margin-left: 10px;
}

.new-main .alltool .content .tool-item .bottom .item .item-r-title {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.new-main .alltool .content .tool-item .bottom .item .item-r .stars {
  margin-top: 4px;
}

.new-main .alltool .content .tool-item .bottom .item .item-r .people {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}

.new-main .hot .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.new-main .hot .content .tool-item-b:nth-child(4n) {
  margin-right: 0;
}

.new-main .module .content {
  margin-top: 20px;
  overflow: hidden;
}

.new-main .module .content .first-item {
  width: 295px;
  height: 304px;
  background: #ffffff;
  border-radius: 4px;
  margin-right: 20px;
  float: left;
  display: flex;
  flex-direction: column;
  border: 2px solid #FFFFFF;
}

.new-main .module .content .first-item .head-img {
  width: 100%;
  height: 100px;
  border-radius: 4px 4px 0 0;
}

.new-main .module .content .first-item .info {
  width: 100%;
  padding-bottom: 0;
  position: relative;
  height: 230px;
  overflow: hidden;
}

.new-main .module .content .first-item .info .ct .head{
  display: flex;
}

.new-main .module .content .first-item .info .ct{
  padding: 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.new-main .module .content .first-item .info .bg{
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0px;
  left: 0;
  filter: blur(30px);
  z-index: 1;
}

.new-main .module .content .first-item .info .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background: linear-gradient(
180deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,1) 10%);
  opacity: 0.8;
  z-index: 2;
}

.new-main .module .content .first-item .logo {
  width: 72px;
  height: 72px;
  background: #E5E5E5;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.new-main .module .content .first-item .middle {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.new-main .module .content .first-item .title {
  font-weight: 500;
  color: #333333;
  text-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
}

.new-main .module .content .first-item .stars {
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.new-main .module .content .first-item .stars .num {
  font-size: 12px;
  margin-top: 2px;
}

.new-main .module .content .first-item .people {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}

.new-main .module .content .first-item .desc {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
  padding: 0 20px;
}

.new-main .module .content .item {
  padding: 18px;
  width: 295px;
  height: 142px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.new-main .module .content .item:nth-child(4),
.new-main .module .content .item:nth-child(7) {
  margin-right: 0;
}

.new-main .module .content .item .info {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.new-main .module .content .item .info .bottom-l {
  width: 39px;
  height: 39px;
}

.new-main .module .content .item .info .bottom-l img {
  width: 100%;
  height: 100%;
}

.new-main .module .content .item .info .bottom-m {
  margin-left: 8px;
  flex: 1;
}

.new-main .module .content .item .info .bottom-m .title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  max-width: 90px;
}

.new-main .module .content .item .info .bottom-r {
  margin-left: 8px;
  font-size: 12px;
  color: #999999;
}

.new-main .module .content .item .desc {
  font-size: 14px;
  color: #666666;
}

.news-box {
  background-color: #fff;
}

.news .tab {
  height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
}

.news .tab .tab-item {
  padding: 0 25px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

.news .tab .tab-item.active {
  font-size: 20px;
  position: relative;
}

.news .tab .tab-item.active::after {
  content: '';
  width: 12px;
  height: 3px;
  border-radius: 100px 100px 0px 0px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
}

.news .head {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #f6f6f6;
}

.news .head .head-item {
  width: 373px;
  margin-right: 30px;
}

.news .head a:last-child {
  margin-right: 0;
}

.news .head .head-item img {
  width: 373px;
  height: 120px;
  border-radius: 4px;
}

.news .head .head-item .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
}

.news .content .ct-h {
  display: flex;
  padding: 30px;
  border-bottom: 1px solid #f6f6f6;
}

.news .content .ct-h .ct-h-l-item {
  display: flex;
  width: 780px;
}

.news .content .ct-h .ct-h-l-item .thumb {
  width: 240px;
  height: 160px;
  border-radius: 4px;
}

.news .content .ct-h .ct-h-l-item .info {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .content .ct-h .ct-h-l-item .info .title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.news .content .ct-h .ct-h-l-item .info .desc {
  color: #666666;
  margin-top: 10px;
}

.news .content .ct-h .ct-h-l-item .info .date {
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
}

.news .content .ct-h .ct-h-l-item .info .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.news .content .ct-h .ct-h-l-item .info .tags .tag {
  padding: 0 8px;
  height: 28px;
  background: #F6F6F6;
  border-radius: 4px;
  color: #666;
  margin-right: 19px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-bottom: 16px; */
  line-height: 28px;
  max-width: 84px;
}

.news .content .ct-h .ct-h-r {
  margin-left: 30px;
}

.news .content .ct-h .ct-h-r .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news .content .ct-h .ct-h-r .item img {
  width: 105px;
  height: 70px;
  border-radius: 4px;
}

.news .content .ct-h .ct-h-r .item .info {
  margin-left: 10px;
}

.news .content .ct-h .ct-h-r .item .info .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.news .content .ct-h .ct-h-r .item .info .date {
  font-size: 12px;
  color: #999999;
  margin-top: 15px;
}

.news .content .ct-m {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

.news .content .ct-m .ct-m-item {
  width: 370px;
  padding: 10px 30px;
  border-bottom: 1px solid #f6f6f6;
  margin-right: 30px;
}

.news .content .ct-m .ct-m-item:nth-child(3n) {
  margin-right: 0;
}

.news .content .ct-m .ct-m-item .title {
  position: relative;
}

.news .content .ct-m .ct-m-item .title p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.news .content .ct-m .ct-m-item .title i {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: -30px;
}

.news .content .ct-m .ct-m-item .date {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}

.news .content .ct-m .ct-m-item .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.news .content .ct-m .ct-m-item .tags .tag {
  padding: 0 8px;
  height: 28px;
  background: #F6F6F6;
  border-radius: 4px;
  color: #666;
  margin-right: 19px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-bottom: 16px; */
  line-height: 28px;
  max-width:84px ;
}

.banner img {
  height: 120px;
  width: 100%;
  border-radius: 4px;
}

.tool .title .title-right {
  display: flex;
  align-items: center;
}

.tool .title .title-right .left,
.tool .title .title-right .right {
  width: 35px;
  height: 35px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  cursor: pointer;
}

.tool .content {
  margin-top: 24px;
  overflow-x: auto;
}

.tool .content::-webkit-scrollbar {
  display: none;
}

.tool .content .swiper-slide {
  width: 226px;
  margin-right: 16px;
}

.tool .tool-item-m {
  margin-right: 20px;
}


.subject .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.subject .content .item {
  width: 295px;
  height: 271px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 20px;
}

.subject .content .item:nth-child(4n) {
  margin-right: 0;
}

.subject .content .item>img {
  width: 295px;
  height: 197px;
  border-radius: 4px 4px 0px 0px;
}

.subject .content .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
  padding: 0 16px;
}

.subject .content .num {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  padding: 0 16px;
}

.map .content {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 40px 0px 40px;
  margin-top: 20px;
}

.map .content .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.map .content .item {
  color: #666666;
  margin-right: 40px;
  margin-bottom: 40px;
}

.map .content .item.black {
  color: #333;
  font-weight: 600;
}
.tool-item-b .info .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}