.bannerBox{
    width: 100%;
    min-width: 1400px;
    height: 260px;
    background: url(../images/index_pic31.png) no-repeat top center;
}
.bannerBox .p1{
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    padding: 38px 0 12px;
}
.bannerBox .p2{
    background: url(../images/index_pic32.png) no-repeat top right;
    width: 880px;
    height: 120px;
    padding: 14px 48px 0 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}
/* 筛选 start */
.topBox {
    min-width: 1400px;
    background: url(../../policy/images/filterBg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.filterContainer ul li .filterTitle {
    width: 78px;
}
.filterContainer .filterBar a {
    padding: 0 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    /* margin-left: 12px; */
    font-style: normal;
    border: none;
}
.filterContainer .filterBar a:hover {
    color: #fff;
    background: linear-gradient(to right, #0154d9 0%, #097fcc 50%, #13aebe 100%);
    cursor: pointer;
}

.filterContainer .filterBar a.on {
    color: #fff;
    background: linear-gradient(to right, #0154d9 0%, #097fcc 50%, #13aebe 100%);
    border: none;
}
.filterContainer .filterBar a.lastOne{
    padding-right: 15px;
    background: url(../../public/images/icons/more.png) no-repeat right center;
    color: #0052d9;
}
.filterContainer .filterBar a.lastOne:hover{
    color: #0052d9;
    padding-right: 15px;
    background: url(../../public/images/icons/more.png) no-repeat right center !important;
}
.filterContainer .filterBar a.sq{
    padding-right: 15px;
    background: url(../../public/images/icons/sq.png) no-repeat right center;
    color: #0052d9;
}
.filterContainer .filterBar a.sq:hover{
    color: #0052d9;
    padding-right: 15px;
    background: url(../../public/images/icons/sq.png) no-repeat right center !important;
}
.filterContainer .filterBox li select {
    margin-top: 0 !important;
}
#container.unfold {
    max-height: 1803px;
}
#container {
    max-height: 210px;
}
.filterContainer ul li .filterBar {
    width: 1300px;
}
/* 筛选 end */
.content{
    background: url(../../policy/images/contentBg.jpg) no-repeat center bottom;
}
.mainUl{
    width: 1450px;
}
.mainUl li{
    width: 685px;
    height: 140px;
    box-sizing: border-box;
    background: url(../../policy/images/fileListLi.png) no-repeat center center;
    margin-bottom: 30px;
    margin-right: 30px;
}
.mainUl li a{
    padding: 20px;
    height: 100px;
}
.mainUl li:hover{
    background: url(../../policy/images/fileListLiHover.png) no-repeat center center;

}
.mainUl li .title{
    /* width: 1058px; */
    height: 48px;
    max-width: 95%;
    line-height: 24px;
    display: block;
    font-size: 16px;
    margin-bottom: 14px;
}
.mainUl li:hover .title{
    color: #1371e6;
}
body{
    overflow-x: hidden;
}
.mainUl li .infoBox{
    height: 48px !important;
    margin-bottom: 20px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}
.mainUl li .infoBox p,.mainUl li .infoBox span,.mainUl li .infoBox h1,.mainUl li .infoBox h2,.mainUl li .infoBox h3,.mainUl li .infoBox em{
    line-height: 24px !important;
    color: #8b94a1 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family:"微软雅黑" !important;
    width: 1138px !important;
}
.mainUl li .infoBox img{
    display: none !important;
}
.mainUl li .icon01{
    background: url(../../public/images/icons/time.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
    margin-left: 10px;
}
.mainUl li .icon02{
    background: url(../../policy/images/icon4.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
    width: 154px;
}
.mainUl li .icon03{
    background: url(../../public/images/icons/item.png) no-repeat left center;
    color: #8b94a1;
    padding-left: 20px;
    margin-right: 10px;
    width: 80px;
}
.mainUl li .icon04{
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    background: url(../../policy/images/ksb.png) no-repeat center center;
}

/* .filterContainer .filterTitle{
    text-align: left !important;
    width: auto !important;
} */
.mainUl li .tBorder{
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px dashed #eee;
}
/* 关注 */
.followList {
    width: 1220px;
}
.followList li{
    width: 489px;
    height: 40px;
    background: #f4f7fc url(../../public/images/icons/right2.png) no-repeat 30px center;
    margin:0 20px 20px 0;
    border-radius: 5px;
    padding:30px 0 30px 80px;
}
.followList li .mainInfo{
    width: 395px;
}
.followList li .mainInfo a{
    display: block;
    width: 400px;
    color: #303946;
    margin-bottom: 5px;
}
.followList li.on .mainInfo a,.followList li .mainInfo a:hover{
    color: #1371e6;
}
.followList li .mainInfo p{
    color: #8b94a1;
}
.followList li .closeBtns{
    height: 40px;
    border-left: 1px solid #d8e1ee;
    width: 84px;
}
.followList li .closeBtns a{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../public/images/icons/close.png) no-repeat center;
    margin: 8px 0 0 30px;
}
/* 弹窗 */
.maintainPop_box{
    width: 910px;
    height: 533px;
    border-radius: 5px;
    padding: 25px;
    
}
.maintainPop_box h2{
    font-size: 24px;
    text-align: center;
}
.unitBox {
    overflow-y: scroll;
    height: 400px;
}
.unitBox li{
    margin-bottom: 10px;
}
.unitBox .filterTitle{
    width: 106px;
    color: #8b94a1;
    line-height: 32px;
    text-align: right;
}
.unitBox .filterBar{
    width: 796px;
}
.unitBox .filterBar a{
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #8b94a1;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 10px 10px 0;
}
.unitBox .filterBar a.on{
    border: 1px solid #1569e6;
    background: #1569e6;
    color: #fff;
}
#addOrder{
    display: block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #1569e6;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}
.typeBoxs li{
    width: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid #f4f7fc;
    line-height: 30px;
    margin-right: 10px;
}
.typeBoxs li.on{
    color: #1371e6;
    font-weight: bold;
    border-bottom: 2px solid #1371e6;
}
.tipBox{
    text-align: center;
    line-height: 200px;
}

/* folderList.html */
.addBtn{
    display: inline-block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: #ff9548;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.tagCont{
    width: 1090px;
}
.tagList .tag{
    padding: 0px 28px 0px 20px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #ff9548;
    color: #ff9548;
    border-radius: 17px;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}
.tagList .tag .tagBtn{
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 13px;
    right: 12px;
    background-image: url(../../public/images/icons/close2.png);
    background-size: 100% 100%;
}
.filterContainer ul li .filterBar1{
    width: 1120px;
    line-height: 32px;
    padding: 11px 0;
}
.filterContainer .filterBar1 a{
    padding: 0 10px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
	margin-left: 12px;
	border: 1px solid #fff;
}
.filterContainer .filterBar1 a:hover{
    background-color: #eee;
}
.filterContainer .filterBar1 a.on{
    background-color: #e7f1fc;
	color: #1371e6;
	border: 1px solid #1371e6;
}
.pt20{
    padding-top: 20px !important;
}
.viewTitle{
    background-color: #1569e6;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 14px;
}
.viewTitle span{
    color: #ff9548;
}
.mainCon{
    overflow: hidden;
}
.pager{
    padding-top: 0;
}
/* ai 对比*/
.mainUl li .aiBtn{
	display: block;
    width: 84px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #f5f9fd;
    border: 1px solid #bfd4f7;
    border-radius: 50px;
    color: #0052d9;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
    bottom: 13px;
    right: 20px;
}
.mainUl li .aiBtn.on{
    color: #ff6000;
    background: #ffefe5;
    border: 1px solid #ffd6bd;
}
.mainUl li .aiBtn input{
    display: none;
    opacity: 0;
}
/* AI微场景创新工坊 */
.AIList {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.AIItem {
  width: 335px;
  height: 330px;
  border: #fff 1px solid;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0,82,217,.1);
  background: linear-gradient(to bottom, #fff, rgba(245,249,253,0.9)) ;
}
.AIItem:hover {
  border-top: 1px solid #13b0be;
  border-right: 1px solid #0052d9;
  border-bottom: 1px solid #0052d9;
  border-left: 1px solid #0052d9;
  /* border-image: linear-gradient(to bottom, #13b0be, #0052d9) 1; */
  border-radius: 8px;
}
.AIItemTitle {
  width: 312px;
  height: 80px;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 12px 16px;
  background: url(../images/index_pic23.png) no-repeat center center;
}
.AIItemCenter {
  width: 312px;
  height: 84px;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 12px 16px;
  color: #999;
  background: #eef5fc;
  border-radius: 8px;
}
.w100 {
  width: 100px;
}
.w240 {
  width: 240px;
}
.w280 {
  width: 280px;
}
/* AI微场景创新工坊 end */