.mian {
  max-width: 1360px;
  margin: auto;
  /*box-sizing: border-box;*/
  padding: 0 60px;
}
body {
  background-color: #fff !important;
}


main {
  width: 100%;
  /*margin-top: 55px;*/
  overflow: hidden;
  font-family: MicrosoftYaHeiSemibold;
  letter-spacing: 0;
}
/*main * {*/
/*  box-sizing: border-box;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  -ms-box-sizing: border-box;*/
/*}*/

.main_header {
  width: 100%;
  height: 160px;
  background: linear-gradient(90deg, #4E237D 0%, #291F66 100%);
}

.main_header .banner {
  width: 100%;
  height: 160px;
  line-height: 160px;
  /* padding: 0 40px; */
  margin: 0 auto;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0 1px 2px;
  background: url(/img/technologyExchange/visual-banner.png) no-repeat center;
}
.main_header .banner-content{
  display: flex;
  justify-content: space-between;
}

.main_header .banner-content p:nth-child(1){
  font-size: 30px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.main_header .banner-content p:nth-child(2){
  font-size: 24px;
  font-family: PingFang SC-Light, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
}

.visual-info{
  height: 265px !important;
  position: relative;
}
.bg-cover{
  background-size: cover;
  background-position: center;
  height: inherit;
  background-color: #FFFFFF !important;

}
.bg-cover .img-text{
  display: flex;
  align-items: center;
}
.bg-cover .img-text img{
  width: 650px;
  height: 265px;
  margin-right: 22px;
}

.bg-cover .img-text .banner-title{
  font-size: 22px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.bg-cover .img-text .banner-content{
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-top: 20px;
}
.bg-cover .img-text .banner-link-box{
  text-align: right;
  margin-top: 27px;
  width: 100%;
}
.bg-cover .img-text .banner-link{
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  padding: 7px 15px;
  background: #E5A414;
  text-align: right;
  border-radius: 5px;
}

.layui-carousel-ind {
  top: 70px!important;
}
.section-box-1{
  margin-top: 52px;
  background: #FFFFFF !important;
  margin-bottom: 125px;
}

.section-box-1 .title .text-h3{
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.section-box-1 .title .text{
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}

.section-box-1 .img-text-box{
  margin-top: 25px;
  padding: 34px 24px;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 16%);
  position: relative;
}

.top_panel {
  width: 100%;
  height: 100px;
  background: #F1F1F1;
}
.top_panel .menuBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_panel .menu-1 {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.top_panel .menu-1 p {
  margin-right: 36px;
  font-size: 17px;
  color: #333333;
}
.top_panel .menu-1 ul {
  display: flex;
}
.top_panel .menu-1 ul li a {
  padding: 4px 15px;
  border-radius: 16px;
  font-size: 17px;
  color: #666666;
}
.top_panel .menu-1 ul li.current a {
  color: #ffffff;
  background-color: #E5A414;
}

.top_panel .menu-2 {
  display: flex;
  align-items: center;
}
.top_panel .menu-2 p:nth-child(1) {
  margin-right: 80px;
  flex-shrink: 0;
  font-size: 24px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  width: 11%;
}
.top_panel .menu-2 .menu-2-right{
  width: 86%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_panel .menu-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.top_panel .menu-2 ul li {
  margin: 8px 8px 8px 0;
}
.top_panel .menu-2 ul li a {
  padding: 4px 15px;
  border-radius: 16px;
  font-size: 17px;
  color: #666666;
}
.top_panel .menu-2 ul li.current a {
  color: #ffffff;
  background-color: #E5A414;
}


 .census {
  font-size: 17px;
  color: #666666;
}
.census span {
  color: #E5A414;
}

.content .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 95px;
  margin-top: 40px;
}
.content .list .item {
  width: 48%;
  height: 148px;
  margin-top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1607843137254902);
  position: relative;
}
.content .list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 0 22px;
  box-sizing: border-box;
}

/* .content .list .item .time {
  padding: 12px;
  background-color: #E5A414;
  text-align: center;
  color: #fff;
  margin-right: 26px;
}
.content .list .item .time .month {
  border-bottom: 1px solid #fff;
  padding: 0 6px 3px;
  margin-bottom: 3px;
}
.content .list .item .time .year {
  font-size: 15px;
  font-weight: Bold;
} */

.content .list .item .imgs {
  width: 179px;
  height: 114px;
  margin-right: 22px;
  flex-shrink: 0;
}
.content .list .item .imgs img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.content .list .item .textBox {
  width: calc(100% - 201px);
}

.content .list .item .textBox .t1 {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
  /* 内容过长显示成省略号（内容显示为一行） */
  white-space: nowrap;/*设置不换行*/
  overflow: hidden; /*设置隐藏*/
  text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.content .list .item .textBox .t1:hover {
  color: #E5A414;
}
.content .list .item .textBox .t2 {
  font-size: 14px;
  color: #999999;
  /* 内容过长显示两行，多余为省略号 */
  text-overflow:ellipsis;/*设置隐藏部分为省略号*/
  overflow: hidden;/*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 2;/*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.content .list .item .collectBox {
  position: absolute;
  right: 0.8px;
  top: -30px;
}
.content .list .item .collectBox p {
  font-size: 16px;
  color: #E5A414;
  width: 80px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #E5A414;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.content .list .item .collectBox p.collect:hover {
  background-color: #E5A414;
  color: #fff;
}
.content .list .item .collectBox p.collected {
  border: none;
  background-color: #B7B7B7;
  color: #fff;
}

.section-box-2{
  width: 100%;
  height: 228px;
  /* padding: 0 40px; */
  margin: 0 auto;
  /*text-shadow: 0 1px 2px;*/
  background: linear-gradient(
          350deg, #E5A414 0%, #E5A414 100%);
  margin-top: 120px;
  filter: brightness(0.90);
}

.section-box-2 .back{
  width: 100%;
  height: 228px;
  background: url(/img/technologyExchange/visual-1.png) no-repeat center;

}
.section-box-2 .activity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 52px;
}
.section-box-2 .activity .title{
  font-size: 26px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.section-box-2 .activity .content{

  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}

.section-box-2 .activity .activity-img{
  font-size: 18px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.yydQuerypages{
  background: #ffffff !important;
}
.aboutUs{
  background: #EEEEEE!important;
}


.layui-carousel-ind li{
  background-color:#D8D8D8
}
.layui-carousel-ind li.layui-this {
  background-color: #E5A414 !important;
}
.layui-carousel-ind ul {
  background-color: #FFFFFF !important;
}
