@charset "utf-8";
@import url("global.css");
@import url("../font/iconfont.css");
/* Width Style*/
.W1400{width:1400px;}
.W1135{width:1135px;}
.W900{width:890px;}
.W800{width:800px;}
.W450{width:450px;}
.W420{width:420px;}
.W320{width:320px;}
.W240{width:240px;}
.W200{width:200px;}

/* Top Style*/
header {position:relative;z-index:10;height:265px;background-color: #fff;background:url(../img/bodybg.png) bottom center no-repeat;}
.logobox{display: flex;justify-content: space-between;align-items: center;}
.Logo{height:145px;display: flex; align-items: center;}
.down{line-height:100px;position: relative;left: 20px;z-index: 1000;}
.down>span{position: relative;z-index: 100;border: 1px solid #D6DFEA;color:#303133;border-radius: 15px; line-height: 30px;height:30px;padding: 0 10px;cursor: pointer;display: block;font-size: 16px;}
.down .icon-zhongxinweizhi{margin-right:3px;font-size:18px;}
.down .icon-jiantou1{font-size: 6px; position: relative; bottom: 3px;}
.down:hover div{display:block;}
.down:hover span{color: rgba(217,144,38,1);font-weight: 600;border: none;}
.down div{display: none; position: absolute; width: 110px; padding: 43px 5px 10px; z-index: 99; right: -8px; transition: all 0.5s; top: -10px;border-radius: 10px;}
.down a{font-weight:100;line-height: 300%;display: block;text-align: center;border-radius: 12px;font-size: 16px;}
.down a:hover{background: rgba(217,144,38,1);color: #fff;}
.Time{height:38px;line-height:38px;border: 1px solid #eee;}
.Time .iconfont{font-size:14px;color:#D1D4DA;}

/*一级导航*/
.navBg{position:relative;z-index:99;box-shadow: 0px 0px 12px 0px rgba(0,0,0,.12);;}
.nav>ul{display: flex;height: 80px;justify-content: space-between;align-items: center;}
.nav ul > li{text-align:center;position: relative;}
.nav ul > li a{font-size: 18px;color: #000;display:block;line-height: 40px;padding: 0 25px;border-radius: 50px;}
.nav ul > li a.selected,.nav ul li a:hover{background: rgba(217,144,38,1);color: #fff!important;transition: all 0.5s ease;text-decoration:none;box-shadow: 0px 0px 8px 0px rgba(217,144,38,1);}
/*二级导航*/
.nav ul > li > ul.nav_xl{width: 100%;background: #fff;position:absolute;display:none;z-index:99;padding: 10px 0;border-radius: 12px;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);}
.nav ul > li:hover ul.nav_xl { display:block;animation:fadeInDown 0.6s; }
.nav ul > li > ul.nav_xl li{ display: inline-block; height:35px; line-height:35px;text-align: center;width: 100%;}
.nav ul > li > ul.nav_xl li a{font-size:16px;font-weight: normal;padding:0;}
.nav ul > li > ul.nav_xl li a:hover{ background:none;color:rgba(217,144,38,1)!important; text-decoration:underline;box-shadow: none;}

.Weizhi{height:60px;}
.Weizhi .Txt{position: relative;line-height:45px;top:12px;}

/*weixin Style*/
.siteGroup{position:relative; FLOAT: right; LEFT: 0px; Z-INDEX: 99;}
.siteGroup_menu {min-WIDTH:225px; POSITION: absolute; FLOAT: right; Z-INDEX: 100; DISPLAY: none; left:-20px;TOP: 42px;box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15); background:#fff; min-height:140px;padding:10px;border-radius: 10px;}


/* Form Style*/
.Search{position: relative;}
.Search:hover .TxtInput{border-color: rgba(217,144,38,1)}
.Search:hover .SeachBtn{background: rgba(217,144,38,1);font-weight: 600;}
.TxtInput{border: 1px solid #ddd;width:380px;height:34px;line-height:34px;overflow:hidden;text-indent: 15px;font-size:14px;transition:all 0.5s;outline: none;border-radius: 50px;}
.SeachBtn{line-height:36px;width:100px;right:0px;top:0px;position:absolute;background:rgba(217,144,38,1);border:none;z-index:1000;cursor:pointer;border-radius:100px;transition:all 0.5s;outline: none;font-size: 16px;color: #fff;box-shadow: 0px 0px 8px 0px rgba(217,144,38,1);}

/*focus 焦点图*/
.swiper1{width:100%;height:500px;margin:0;padding:0;}
.swiper1 .swiper-slide{background:center top;background-size: cover;}
.swiper1 img{animation-duration:5s;animation-timing-function:linear;animation-fill-mode:forwards;height:620px;display:block;}
.swiper-button-prev, .swiper-button-next{height:60px;width:30px;background:url(../img/BtnLeft.png) 5px center no-repeat rgba(214, 223, 234,0.5);border-radius: 0 100px 100px 0;left:0px;top:calc(50% - 10px)}
.swiper-button-next{transform: scaleX(-1);left:auto;right:0px;}

.banner-layer{display:flex;align-items: flex-start!important;flex-direction:column;margin-top: 190px;color: #fff;padding-left: 100px;}
.banner-header{display:block;margin-bottom: 40px;font-size: 55px;line-height:30px;font-weight: 600;}
.banner-sub-title{font-size: 28px;line-height: 180%;}

/**login**/
.banner-btm{position:relative;z-index:2;margin-top:-50px;display:flex;justify-content:space-between}
.banner-btm .inner{background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%);background-color:#fff;width:256px;height:90px;border: 2px solid #FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);border-radius: 12px;display: flex;flex-direction: column;justify-content: center;cursor: pointer;transition: all .5s;}
.banner-btm .inner:hover{background: url(../img/login-hoverbg.png) no-repeat #fff;background-size: cover;margin-top: -5px;box-shadow: 0 10px 24px 0 rgba(0,0,0,0.16);}
.banner-btm .inner:hover .tit a,.banner-btm .inner:hover .tit i:last-child{color: rgba(217,144,38,1);}
.banner-btm .inner p{padding:0 20px; }
.banner-btm .inner .tit a{font-weight:600;font-size:18px;line-height:24px;color:#303133;position:relative;}
.banner-btm .inner .tit i:first-child{color: rgba(217,144,38,1);margin-right:8px;font-size: 18px;font-weight: 100;}
.banner-btm .inner .tit .icon-jiantou1{color: #ADB3BC;float: right;transform: rotateZ(270deg);font-size: 8px;}
.banner-btm .inner .dec{margin-top:6px;color:#999;font-size:14px}
.bg1{background-color: #F5F7FA;margin-top:50px;padding-bottom: 80px;}
.bg2{background:url(../img/bg2.png) no-repeat;background-size:100%;height:630px;padding:30px 0;}
.bg3{background:url(../img/bg3.png) no-repeat center bottom;background-size:100%;height: 680px;padding:0px 0;margin-top: 60px;}

/**count**/
.count{margin-top:50px;}
.count li{cursor:pointer;padding:10px 20px;border-radius:12px;width:290px;height:80px;margin-right:26px;cursor:pointer;position: relative;float: left;color:#666;transition: all 0.5s ease 0s;}
.count li:hover{transform: scale(1.05, 1.05);}
.count li:before{font-size: 95px;position: absolute;bottom: -10px;right: -10px;color:rgba(255,255,255,0.14);}
.count li:nth-child(4){margin-right: 0;}
.count li b{font-weight: 400; font-size:30px;display: inline-block; }
.count li b i{font-style: normal;color: #fff;}
.count li b em{font-style: normal; font-size:14px; font-weight: 100; padding-left:6px; position:relative; top: -1px;color: #fff;}
.count li p{font-size: 16px;margin-top: 5px;color: #fff;}
.count .bico1{background: #3587FD;}
.count .bico2{background: #01CFB0;}
.count .bico3{background: #00A8FB;}
.count .bico4{background: #EE9918;}

/* 近期开标项目 */
.kbrl{display:flex;flex-wrap:wrap;height: 392px;padding: 20px 10px 20px;justify-content: flex-start;}
.kbrl li{width:270px;height:140px;background-color:rgba(217,144,38,.04);border-radius: 8px;padding:20px;color:#303133;margin: 0 33px 33px 0;cursor:pointer;}
.kbrl li:nth-child(4n){margin-right:0;}
.kbrl li:nth-child(3n+2){background-color:rgba(217,144,38,.08);}
.kbrl li:nth-child(3n+1){background-color:rgba(217,144,38,.08);}
.kbrl li:nth-child(1){background-color:rgba(217,144,38,.04);}
.kbrl li:nth-child(8){background-color:rgba(217,144,38,.04);}
.kbrl li .kbrlTitle{font-size:16px;line-height:22px;font-weight:500;}
.kbrl li .kbrlText{line-height:16px;font-size:14px;margin-top:5px;line-height:22px;color:#8F9399;}
.kbrl li:hover{background-color:rgba(217,144,38,1);box-shadow: 0px 0px 8px 0px rgba(217,144,38,1);}
.kbrl li:hover .kbrlTitle{font-weight: 600;}
.kbrl li:hover .kbrlTitle,.kbrl li:hover .kbrlText{color:#fff!important;}

/* Title Style*/
.Title1{text-align: center;position: relative;padding: 50px 0;}
.Title1 > a{font-size:30px;font-weight: 600;color: #333;}
.Title1>.More1{position: absolute;right: 0;top: 58px;}
.Title1>.More1 a:hover{color: #fff;}

.Title2{padding-left:16px;font-weight:400;box-sizing:border-box;position:relative;margin: 10px 0 15px;}
.Title2:before{content:'';width:5px;height: 22px;position:absolute;left:0;top: 9px;background-image: linear-gradient(to bottom,rgba(217,144,38,.3) 0%, rgba(217,144,38,1) 100%);border-radius:4px;}
.Title2.white:before{background:#fff}
.Title2>.cn{float:left;font-size: 20px;font-weight:700;line-height:38px}
.Title2>.More1{float:right;margin:6px 0;}

.Title3{height:40px;background:#f5f5f5;}
.Title3 h2{display:inline-block;font-size:16px;line-height:30px;position: relative;background:#427EBA;box-shadow: 0 0px 10px rgba(17,83,157, 0.5);color:#fff;font-weight:600;padding:5px 25px;}

.Title4{width:355px;height: 140px;background: url(../img/titlebg1.png) no-repeat;background-size: 100%;font-size: 30px;color: #fff;font-weight: 600;line-height: 110px;text-indent: 154px;}

.More1{padding:0 12px;font-size:14px;color:#aaa;line-height:26px;transition:all 1s; border:1px solid #ddd;border-radius:50px;height: 26px;}
.More1:hover{color:#fff;background:rgba(217,144,38,1);border-color:rgba(217,144,38,1);line-height:26px;box-shadow: 0px 0px 8px 0px rgba(217,144,38,1);}

.More2 a{background: rgba(255,255,255,0.60);  border: 1px solid #D6DFEA; height:31px; line-height:31px; text-align:center; color:#555; display:block;transition:all 1s; border-radius:30px;}
.More2 a:hover{text-decoration:none; color:#fff; background:rgba(217,144,38,1);border-color:rgba(217,144,38,1);box-shadow: 0px 0px 8px 0px rgba(217,144,38,1);}

/** List Style**/
.List1 ul{margin:0;padding:0;}/*资讯列表样式*/
.List1 li{padding: 8px 4px 8px 12px;display:block;position: relative;transition:all .6s;font-size: 14px;line-height: 22px;border-radius: 6px;}
.List1 li::before{position:absolute;content:'';top:18px;left:0;height:4px;width:4px;background:rgba(217,144,38,1);transition: all .8s;}
.List1 li:hover{background:rgba(217,144,38,.05);cursor:pointer;}
.List1 li:nth-child(1)::before{background: none;}
.List1 li:nth-child(1){padding-left:158px;line-height:180%;margin-bottom:5px;height: 90px;}
.List1 li:nth-child(1) img{background: none;position: absolute;left: 0;top: 0;width: 140px;height: 95px;border-radius: 5px;}
.List1 a{font-size: 16px;}
.List1 a:hover{text-decoration:none;}
.List1 p{color:#999;}

.List2 ul{margin:0;padding:0;}/*公告列表样式*/
.List2 li{padding: 12px 4px 12px 12px;display:block;position: relative;transition:all .6s;font-size: 14px;line-height: 22px;border-radius: 12px;}
.List2 li::before{position:absolute;content:'';top:22px;left:0;height:4px;width:4px;background:#ccc;transition: all .8s;}
.List2 li:nth-child(even){background-color:#fff;}
.List2 li:hover{padding-left:20px;background:rgba(217,144,38,.1);cursor:pointer;font-weight: 600;}
.List2 li:hover::before{background:rgba(217,144,38,1);left:10px}
.List2 li>a{font-size:16px;}
.List2 li:hover a{text-decoration:none;color:rgba(217,144,38,1)!important;}
.List2 p{color:#999;}

.List3{padding:20px 30px;}/*信用平台*/
.List3 li{float:left;margin-right: 30px; overflow:hidden;border-radius: 6px;}
.List3 li:last-child{margin-right: 0;}
.List3 img{height:70px;transition: all 0.5s ease 0s;}
.List3 img:hover{transform: scale(1.2, 1.2);}

.List4{padding:0;margin: 0;display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;height: 400px;}
.List4 li{background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%);background-color:#fff;width:640px;margin-bottom: 30px;height:185px;border: 2px solid #FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);border-radius: 12px;display: flex;flex-direction: column;justify-content: center;cursor: pointer;transition: all .5s;padding:0 20px;display: flex;}
.List4 .tit{font-size: 20px;font-weight: 600;}
.List4 .desc{font-size:16px;padding:10px 0;}
.List4 .tool{display: flex;justify-content: space-between;align-items: center;}
.List4 .tool a{color: rgba(217,144,38,1);}
.List4 .tool .icon-jiantou1{transform: rotateZ(270deg);float: right;font-weight: 600;color: rgba(217,144,38,1);font-size: 7px;margin-left: 3px;margin-top: 1px;}
.List4 .tool .time{color: #606266;}
.List4 .tool .time i{margin-right:6px;font-size: 14px;}
.List4 li:hover{background:url(../img/ptdt-hover.png) no-repeat;background-size:cover;box-shadow: 0 10px 24px 0 rgba(0,0,0,0.16);}
.List4 li:hover a{color:rgba(217,144,38,1);}

/**zhuanqu style**/
.zhuanquyu{width:332px;height: 300px;position: absolute;left: 542px;top: 200px;}
.zhuanqu{position: relative;}
.zhuanqu .zuhulist{display: flex;flex-wrap: wrap;justify-content: space-between;}
.zhuanqu .zuhulist li{width: 40%;height: 160px;border-radius: 20px;margin-top: -50px;position: relative;z-index: 1;}
.zhuanqu .zuhulist li img{width: 48px;height: 48px;overflow: hidden;border-radius: 50px;}
.zhuanqu .zuhulist li::before{content:"";width: 100%;height: 160px;position: absolute;background: url(../img/zhuanqu-zuhu.png) -17px -11px no-repeat;z-index:-1;}
.zhuanqu .zuhulist li:nth-child(even)::before{transform: rotate(180deg);left: 0;}
.zhuanqu .zuhulist li:nth-child(1),.zhuanqu .zuhulist li:nth-child(7){margin-left:80px;}
.zhuanqu .zuhulist li:nth-child(2),.zhuanqu .zuhulist li:nth-child(8){margin-right:80px;}
.zhuanqu .zuhulist li:nth-child(odd) img{float: right;margin-right: 212px;margin-top: 48px;}
.zhuanqu .zuhulist li:nth-child(odd) p{font-size: 16px;color: #303133;font-weight: 600;margin: 56px;width: 230px;height: 26px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.zhuanqu .zuhulist li:nth-child(even) img{float: left;margin-left: 212px;margin-top: 65px;}
.zhuanqu .zuhulist li:nth-child(even) p{font-size: 16px;color: #303133;font-weight: 600;top: 75px;width: 230px;height: 26px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;right: 50px;position: absolute;}
.zhuanqu .zuhulist li:hover p{color:rgba(217,144,38,1)}
.float-ud {animation: float 3s ease-in-out infinite;}
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/**采购大数据**/
.number{margin:30px 0 0;padding: 0;display: flex;justify-content: space-between;}
.number li{width:288px;height: 112px;padding:0 20px;background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%); border: 2px solid #FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.12); border-radius: 12px;display:flex;position: relative;flex-direction: column;justify-content: center;cursor: pointer;}
.number li:hover{background: url(../img/dashuju-hover.png) no-repeat right bottom;box-shadow: 0 10px 24px 0 rgba(0,0,0,0.16);}
.number li .tit{font-size: 18px;color: #303133;}
.number li div{color: rgba(217,144,38,1);}
.number li .num{font-size: 40px;font-weight: 600;}
.number li .icon{position: absolute;width: 62px;height: 62px;background: rgba(217,144,38,0.1);color: rgba(217,144,38,1);right: 20px;font-size: 30px;border-radius:100px;display: flex;align-items: center;justify-content: center;}
.number li .icon i{font-size: 30px;}
.tubiao{display: flex;margin-top: 30px;flex-wrap: wrap;justify-content: space-between;}
.tubiao li{width: 645px;height:320px;padding:5px 20px 10px;background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%);border: 2px solid #FFFFFF;box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);border-radius: 12px;}
.tubiao li:nth-child(1),.tubiao li:nth-child(2){margin-bottom: 25px;}

/**fuwuzhuanqu**/
.service{display: flex;justify-content: space-between}
.service>li{width:200px;height: 460px;border-radius: 12px;transition: all 1s;overflow: hidden;}
.service .titimg{position: relative;}
.service .titimg h2{font-size: 20px;color: #FFFFFF;position: absolute;left:25px;top:25px;}
.service .listgroup{height:460px;width:670px;padding:10px 20px;background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%); border: 2px solid #FFFFFF; box-shadow: 0 0 20px 0 rgba(0,0,0,0.12); border-radius: 12px;position: relative;}
.service .listgroup::before{content:"";width:100%;height:460px;bottom:0;right:0;position:absolute;background: url(../img/fuwu-listbg.png) no-repeat right bottom;}
.service>li:hover,.service .on{width:710px;}
.service>li:hover .titimg,.service .on .titimg{display: none;}

/**会员服务**/
.VipBanner{height:250px;background:url(../img/vip.png) top center no-repeat;}
.service-list{border-top:solid #ECF2F9 1px;border-left:solid #ECF2F9 1px;color:#555555;font-size:14px}
.service-list tr th{border-right:solid #ECF2F9 1px;border-bottom:solid #ECF2F9 1px;padding:20px}
.service-list tr td{border-right:solid #ECF2F9 1px;border-bottom:solid #ECF2F9 1px;height:50px;padding:0 20px}
.confirm-icon{position:relative;}
.confirm-icon:after{position:absolute;content:'';width:32px;height:32px;display:inline-block;background:url("../img/Sprites.png") no-repeat -94px -254px;margin-top:-8px}
.Vip1,.Vip2,.Vip3{width:200px;position:relative;text-indent:65px;text-align:left;}
.Vip1:before,.Vip2:before,.Vip3:before{position:absolute;content:'';height:40px;width:40px;background:url(../img/Sprites.png) no-repeat -100px -80px; top:30px; left:30px;}
.Vip1 .money,.Vip2 .money,.Vip3 .money{font-size: 30px;color: #EE5D5D;letter-spacing: 0;line-height: 24px;font-weight: 900;}
.Vip1 p,.Vip2 p,.Vip3 p{margin-top:10px;}
.Vip1 .BuyBtn,.Vip2 .BuyBtn,.Vip3 .BuyBtn{font-size:16px;width: 110px;height: 30px;border: 1px solid #DCDFE3;border-radius: 15px;display:block;margin: 0 auto;text-indent: initial;text-align: center;line-height: 30px;}
.Vip1 .BuyBtn:hover,.Vip2 .BuyBtn:hover,.Vip3 .BuyBtn:hover{border-color:#11539D;background:#11539D;color: #fff;transition: all 0.5s ease;text-decoration:none;}
.Vip2:before{background-position:-100px -140px;}
.Vip3:before{background-position:-100px -200px;}




/****网页浮动菜单****/
.float_box{position:fixed;bottom:5%;right:10px;z-index:10000;}
.float_box .float_up{background: #FFFFFF;box-shadow: 0px 3px 16px 0px rgba(44,48,49,0.1);border-radius: 50px;cursor:pointer;display:none;transition: all .6s;list-style-type: none;text-align: center;margin-top: 10px;height: 70px;}
.float_box .float_up:hover{color: #fff;background: rgba(217,144,38,1);}
.float_box .float_up:hover .iconfont{color: #fff;}
.float_box .float_up .iconfont{font-size:34px;line-height:70px;color: rgba(217,144,38,1); }
.float_box .float_list{background: #FFFFFF;box-shadow: 0px 3px 16px 0px rgba(44,48,49,0.1);border-radius: 30px;padding: 20px 0;}
.float_box .float_list li{width:70px;height:70px;line-height:5px;text-align:center;cursor:pointer;color:rgba(217,144,38,1);display:block;position:relative;border-radius: 5px;}
.float_box .float_list li .iconfont{font-size:24px;line-height:40px; transition: all 0s!important;}
.float_box .float_list li p{font-size:14px; transition: all 0s!important;}
.float_box .float_list li a{color:rgba(217,144,38,1); transition: all 0s!important;}
.float_box .float_list li a:hover{color:#fff}
.float_box .float_list .show_box{position:absolute;top:0;left:-232px;display:none;z-index:100;width:235px;border-radius:5px 0 0 5px;background:rgba(217,144,38,1);color:#fff;font-size:18px;line-height:70px;}
.float_box .float_list .show_box .code{margin:20px auto 0;}
.float_box .float_list .show_box a{color:#fff;font-size: 24px;line-height:65px;}
.float_box .float_list li.active{background:rgba(217,144,38,1);color:#fff;box-shadow:none;display:block;}
.float_box .float_list li.active .show_box{display:block;}

/** WebSite Bottom Style**/
.link{padding:30px;}
.link select{WIDTH:243px;HEIGHT:30px;margin:0 10px;}
footer{min-width:1400px;background:rgba(55,64,94,1); padding:30px 0; color:rgba(255,255,255,.6);margin-top: 30px;}
footer a{color:rgba(255,255,255,.6);margin-right: 10px;}
footer a:hover{color:rgba(255,255,255,1);}
footer h2{color:rgba(255,255,255,1);font-size:16px;font-weight:600;}
footer p{line-height: 220%;}
.footer_box{display: flex;justify-content: space-between;}
.footer_box>.W450 .Top10 h2{font-size: 30px;color: #fff;}

/** Two Columns Style **/
.LmBanner{height:200px;background:url(../img/LmBanner.png) no-repeat top center;color:#fff;background-size: cover;}
.LmBanner h2{padding:70px 0 20px;font-size:32px;font-weight:normal!important;}
.LmBanner a{color:#fff;}
.LmTitle{background:rgba(217,144,38,1);height: 55px;color: #FFFFFF;border-top-right-radius: 12px;border-top-left-radius: 12px;padding: 10px 0 0 15px;}
.LmTitle h2{font-size:21px;font-weight: 600;text-align: left;display: inline-block;width: 100%;}
.LmTitle em{font-family: Impact;font-size: 16px;color: rgba(255,255,255,.4);font-weight: 400;font-style: normal;}
.list>ul{padding-bottom:20px;}
.list>ul>li{width: 90%;margin:0 auto;}
.list>ul>li a[class=title]{width:100%;text-indent:25px;height:42px;line-height:42px;padding:0;border-bottom: 1px solid #eee;display:block;font-size:16px;position:relative;margin:5px 0; transition: all .5s;}
.list>ul>li a[class=title]:after{content:'';width: 9px;height: 9px;position:absolute;right: 20px;top: calc(50% - 5px);border-right: 1px solid #333;border-top: 1px solid #333;transform:rotate(45deg); transition: all .5s;}
.list>ul>li a:hover[class=title]{color:rgba(217,144,38,1);text-decoration:none;border-color:rgba(217,144,38,.61);}
.list>ul>li a:hover[class=title]:after{border-color:rgba(217,144,38,1);}

.list-se>li{position: relative;	width:90%;margin:0 auto;}
.list-se>li>a{text-indent:30px;height: 45px;line-height: 45px;display:block;font-size: 16px;color:#666;position: relative;transition: all .51s;}
.list-se>li>a::before{content:"";display:block;width:6px;height:6px;border-radius:100px;left: 15px;position:absolute;background:#ddd;top: 21px;transition: all .51s;}
.list-se>li>a:hover,.lm-active{color:rgba(217,144,38,1)!important;text-decoration:none;background:rgba(217,144,38,.1); border-radius: 6px;font-weight: 600;}
.list-se>li>a:hover::before,.lm-active::before{background:rgba(217,144,38,1)!important;}





.Content{padding:10px 50px 20px;line-height:180%; font-size:16px;}
.Content p{line-height:180%; font-size:16px;margin:8px 0;}
.Content p,.Content span,.Content td{line-height:200%!important; font-size:16px!important; font-family:"Microsoft Yahei Font"}
.Content p,.Content td{line-height:180%; font-size:16px;margin-top:8px!important;margin-bottom:8px!important;}


.fenye{padding:20px 0;border-top:1px solid #eee}
.fenye a ,.fenye select{background: #fff;border: 1px solid #eee;display: inline-block;padding: 5px 12px; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; cursor:pointer;border-radius: 20px;}
.fenye a:hover,.fenye select:hover{border: 1px solid rgba(217,144,38,1);background:rgba(217,144,38,1);color:#fff;box-shadow: 0px 0px 8px 0px rgba(217,144,38,1)}

