@charset "utf-8";
h1,h2,h3,h4,h5,h6,div,ul,li,ol,span,strong,body,em,b,p,dl,dt,dd,table,th,td,tr,input,a{padding:0;margin:0;font-size:12px;font-family: "Microsoft YaHei","微软雅黑";}em{font-style:normal}img{border:0}ul,li{list-style:none}a{text-decoration:none;color:#333333;outline:0}a:hover{text-decoration:none}
a{
    transition: all 0.5s;
}
.topbg{background-color: #159957;background-image: linear-gradient(120deg, #155799, #159957);}
.wd{width:1200px;margin:0 auto;}
.clear::after{
    content:"";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    zoom: 1;
}
.other-login{
    float: right;
    margin-top:5px;
}
.ts{
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.other-login a,.info-login a{
    display:inline-block;
    border:1px solid #ffd5b4;
    padding:5px 10px;
    color:#ffd5b4;
    font-size:14px;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    border-radius: 2px;
}
.other-login a:hover,.info-login a:hover{
    color:#fff;
    border-color: #ff9c4f;
    background:#ff9c4f;
}
.nav li{
    float: left;
    
}
.nav ul{
    position: relative;
}
.nav li.ts,.nav li.ts:hover{
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.nav li a.child,.nav li a.no-child{
    display: block;
    font-size:16px;
    color:#fff;
    padding:10px 35px;
    border-top: 2px solid transparent;
}

.nav li.on{
    background: #fff;
    cursor: pointer;
}
.nav li.on a{
    color:#333333;
}
.nav li.on a.child{
    border-top: 2px solid #ff6f00;
}
.nav .childbox{
    display: none;
    width: 1200px;
    background: #fff;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius:4px;
    padding:15px;
}
.nav .childbox a{
    display:inline-block;
    font-size:14px;
    padding:10px 20px;
}
.nav .childbox a:hover{
    color:#006dc0;
    text-decoration: underline;
}
.nav li:first-child.on,.nav li:last-child.on{
    background: none;
}
.nav li:first-child.on a,.nav li:last-child.on a {
    color:#fff;
}
.nav li:last-child.on a.child{
    border-top: 2px solid transparent !important;
}
.search-box{
    padding:40px 0;
    width:1200px;
}
.search-content{
    float: left;
    position: relative;
    box-shadow:0px 0px 10px 0px #209ea2;
}
.search-box .search-input{
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 18px 25px;
    border:none;
    -webkit-appearance: none; 
    box-shadow: none;
    outline: none;
    float: left;
    height:60px;
    box-sizing: border-box;
    overflow: hidden;
    width:500px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-box .search-sub{
    float: left;
    background: #fe8a30;
    border:none;
    height:60px;
    line-height:60px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    width: auto;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    width:110px;
    text-align: center;
    transition: all .5s;
}
.search-box .search-sub:hover{
    background:#ff9c4f;
}
.search-box .search-sub i{
    margin-right:5px;
}
.login{
    float: right;
    padding-top:15px;
}
.login a{
    display:inline-block;
    border:1px solid #ffd5b4;
    padding:5px 10px;
    color:#ffd5b4;
    font-size:14px;
    transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    border-radius: 2px;
}
.login a:hover{
    color:#fff;
    border-color: #ff9c4f;
    background:#ff9c4f;
}
.login .to-home,.login .to-out,.info-login .to-home,.info-login .to-out{
    padding:0;
    border:0;
    font-size:14px;
    margin-top:5px;
}
.login .to-home,.info-login .to-home{
    margin-right:10px;
}
.login .to-home i,.login .to-out i,.info-login .to-out i,.info-login .to-home i{
    margin-right:5px;
    font-size:20px;
    vertical-align: bottom;
}
.login .to-home:hover,.login .to-out:hover,.info-login .to-out:hover,.info-login .to-home:hover{
    background:none;
}
.desk-box{
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 9;
}
.desk{
    color:#fff;
    font-size:14px;
    cursor: pointer;
    display:inline-block;
    background: hsla(0,0%,100%,.1);
    padding:0px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
a.desk{
    border-radius:0px;
    background: hsla(0,0%,100%,.3);
}
.desk i{
    vertical-align: center;
    margin-right:5px;
}
.desk:hover{
    background: hsla(0,0%,100%,.2);
}
.logo{
    float: left;
    width:160px;
    position: relative;
    top:-3px;
}
.pt20{
    padding-top:20px;
}
.left-menu{
    background-color: #f5f7fa;
    width:300px;
    float: left;
    box-sizing: border-box;
    padding:20px;
}
.new-index-article{
    width:600px;
    float: left;
    padding:0 20px;
    box-sizing: border-box;
}
.index-rec{
    width:300px;
    float: left;
}
.nav-2{
    padding:0px 0 40px 0;
}
.nav-2 ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}

.nav-2 li{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    border-radius: 8px;
    -webkit-transition: all .2s;
    background: hsla(0,0%,100%,0);
    transition: all .2s;
}
.nav-2 li a{
    display:block;
    width: 100px;
    height: 90px;
    box-sizing: border-box;
    padding-top:20px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    transition: all .2s;
}
.nav-2 span{
    display: block;
    text-align: center;
    font-size:40px;
    color:#ffd5b4;
}
.nav-2 li{
    padding:0 40px;
}
.nav-2 li a font{
    color:#fff;
    font-size:18px;
    line-height:50px;
}
.nav-2 li a:hover{
    background: hsla(0,0%,100%,.1);
}
.nav-2 li a:hover span{
    font-size:42px;
}

.box-title{
    font-size:20px;
    color:#828282;
}
.ul-title{
    padding:7px 0;
}
.ul-title a{
    font-size:16px;
}
.ul-title i{
    color:#828282;
    margin-right:3px;
}
.left-menu li{
    float: left;
    padding:0 20px 7px 0;
}
.left-menu li a{
    font-size:14px;
    color:#40485b;
    transition: all 0.5s;
}
.left-menu ul{
    border-bottom:1px solid #eee;
    padding:20px 0;
}
.left-menu ul::after{
    display: block;
    content:"";
    clear: both;
}
.left-menu ul:last-child{
    border:0;
}
.left-menu li a:hover{
    color:#797e8c;
    text-decoration: underline;
}
.left-menu li a.b{
    color:#f60;
}
.left-menu li a.b:hover{
    color:#f00;
}
.box-title-menu-icon{
    font-size:26px;
    float: left;
    position: relative;
    left:-3px;
    top:2px;
}
.left-menu-b-icon{
    color:#f60;
    font-size:14px;
}

.home-list-title,.home-list-title i{
    font-size:20px;
} 
 .home-list-title i{
    color:#ff6f00;
    font-weight: normal;
    font-size:40px;
    margin-right: 10px;
}
.new-list-loop{
    padding-top: 20px;
}
.new-list-loop .title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-list-loop .title a{
    font-size:16px;
    color:#005980;
    padding:7px 0;
}
.new-list-loop .title a i{
    font-size:12px;
}
.new-list-loop .tip{
    margin:7px 0 15px 0;
    color:#828282;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-list-loop .title a:hover{
    color:#1293d2;
}
.index-rec-title{
    width:100%;
}
.right-title{
    border-bottom: 1px solid #e3e9ed;
}
.right-title span{
    display: inline-block;
    text-align: center;
    padding: 0 15px 14px 15px;
    font-size:16px;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 1px solid #fe7300;
    position: relative;
    bottom:-1px;
    min-width:30%;
}
.tags{
    padding-top:20px;
}
.index-hot ul{
    padding-top:7px;
}
.index-hot li a{
    font-size:14px;
}
.index-hot li a:hover{
    color:#f60;
}
.index-hot li{
    padding:5px 0;
}
.index-hot li i{
    width:22px;
    height:22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-style: normal;
    margin-right:10px;
    font-size:12px;
    background:#e3e3e3;
    border-radius: 3px;
}
.index-hot li:nth-child(-n+3) i{
    background:#ffbd86;
    color:#fff;
}
.index-hot li:nth-child(-n+2) i{
    background:#ff9944;
    color:#fff;
}
.index-hot li:first-child i{
    background:#fe7300;
    color:#fff;
}
.index-hot li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tags div a{
    font-size:14px;
    color:#777777;
    margin:10px 10px 0 0;
    display: inline-block;
}
.tags div a:hover{
    color:#f00 !important;
}
.linkbg{
    margin-top:40px;
    background: #fbfbfb;
    border-top: 1px solid #e3e9ed;
}

.link-title{
    padding-top:30px;
    color:#999999;
}
.link-title span{
    float: right;
}
.link-article{
    padding:5px 10px 30px 10px;
}
.link-article a{
    display: inline-block;
    margin:8px 10px 0 0;
    color:#999999;
}
.link-article a:hover{
    color:#f60;
}
.footbg{
    background: #222222;
}
.foot{
    padding:10px 0;
    text-align: center;
    color:#9d9d9d;
    font-size:12px;
}
.foot a{
    color:#9d9d9d;
}
.position{
    padding:15px 0;
    font-size:14px;
    color:#999999;
}
.position i.icon-arrow-right{
    font-size:12px;
    margin:0 5px;
}
.position i.icon-weizhi{
    font-size:16px;
    margin-right:3px;
}
.position a{
    font-size:14px;
    color:#393939;
    font-size:14px;
}
.position a:hover{
    color:#1293d2;
}
.category{
    background-color: #f5f7fa;
}
.category li{
    float: left;
}
.category li a{
    display: inline-block;
    padding:5px 15px;
    height:26px;
    line-height:26px;
    font-size:14px;

}
.category li a.cur{
    background:#ff6f00;
    color:#fff;
    border-radius: 3px;
}

.list-title{
    font-size:20px;
    padding:20px 0;
    color:#ff6f00;
    padding-left:15px;
}
.list-article{
    padding-bottom:30px;
}
.list-article .left{
    width:810px;
}
.list-article .right{
    width:360px;
    padding-left:30px;
}
.list-article .left li a{
    font-size: 16px;
    color: #005980;
    padding: 7px 0;
}
.list-article .left li i{
    font-size: 12px;
    margin-right:4px;
}
.list-article .left li a:hover{
    color:#1293d2;
    text-decoration: underline;
}
.list-article .left li{
    padding-bottom:20px;
}
.page{
    text-align: center;
    padding:20px 0;
    padding-bottom:0;
}
.page a,.page span,.page .disabled{
    display:inline-block;
    padding:4px 10px;
    font-size:16px;
}
.page span{
    background:#ff6f00;
    color:#fff;
    border-radius: 3px;
}
.page .disabled{
    color:#999;
}
.list-hot{
    padding-top:20px;
}
.list-hot li a{
    color: #333333;
    font-size:14px;
}
.list-hot li a:hover{
    color:#f60;
}
.list-hot li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
}
.list-hot ul{
    padding-top:10px;
}
.list-hot li i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    font-style: normal;
    margin-right: 10px;
    font-size: 12px;
    background: #e3e3e3;
    border-radius: 3px;
}

.list-hot li:nth-child(-n+3) i{
    background:#ffbd86;
    color:#fff;
}
.list-hot li:nth-child(-n+2) i{
    background:#ff9944;
    color:#fff;
}
.list-hot li:first-child i{
    background:#fe7300;
    color:#fff;
}
.list-xg{
    background:#fff;
    padding-top:20px;
}
.right-list-common ul{
    padding-top:10px;
}
.right-list-common li a{
    font-size:14px;
}
.right-list-common li a{
    font-size: 14px;
    color: #005980;
    padding: 7px 0;
}
.right-list-common li a:hover{
    color:#1293d2;
}
.right-list-common li a strong{
    color:#f00 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
.right-list-common li{
    padding-bottom:10px;
}
.info-top{
    padding:20px 0;
}
.info-nav{
    padding-left:30px;
    height:30px;
    line-height:30px;
}
.info-nav a{
    font-size:16px;
    color:#fff;
    margin-right:20px;
}
.info-nav a:hover{
    color:#fe8a30;
}
.info-search{
    position: relative;
    margin-right:30px;
}
.info-search .text{
    outline: none;
    background:#fff;
    border:none;
    height:30px;
    line-height:30px;
    font-size:14px;
    width:200px;
    padding:0 5px;
    border-radius: 3px;
    padding-right:40px;
    transition: all 0.3s;
}
.info-search button{
    font-size:16px;
    background:#eee;
    color:#666;
    border:none;
    height:26px;
    line-height:26px;
    position: absolute;
    right:2px;
    top:2px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s;
    padding: 1px 6px;
}
.info-search-on button{
    background:#fe8a30;
    color:#fff;
}
.info-search-on .text{
    width:260px;
}
.info .left{
    width:810px;
    padding-bottom:20px;
}
.info .right{
    width:360px;
    padding-left:30px;
}
.info .left h1{
    font-size:24px;
    text-align: center;
    padding:30px 0 35px 0;
    color:#fe7300;
}
.info .text{
    font-size:14px;
    line-height:28px;
    color:#666;
}
.info .text p{
    padding-bottom:15px;
    font-size:18px;
    color:#666;
    letter-spacing: 1px;
}
.info .text strong,.info .text b{
    color:#000;
    font-size:20px;
    margin-bottom:10px;
}
.info .text h1{
    font-size:26px;
    padding-top:15px;
    padding-bottom:10px;
    color:#000;
}

.info .text h2{
    font-size:24px;
    padding-top:15px;
    padding-bottom:10px;
    color:#000;
}
.info .text h3{
    font-size:24px;
    padding-top:15px;
    padding-bottom:10px;
    color:#000;
}
.info .text h4{
    font-size:20px;
    padding-top:15px;
    padding-bottom:10px;
    color:#000;
}
.info .text h5{
    font-size:20px;
    padding-top:15px;
    padding-bottom:10px;
    color:#000;
}

.doc{
    background:#f5f7fa;
    padding:15px;
    margin-top:20px;
    border:1px solid #eee;
}
.doc .icon{
    width:80px;
}
.doc .icon i{
    font-size:60px;
    color:#155799;
}
.doc .icon,.doc .tip{
    float: left;
}
.doc .tip{
    width:480px;
}
.doc .btn{
    float: right;
}
.doc .tip .name{
    padding-top:5px;
    font-size:16px;
    color:#f60;
    font-weight:bold;
}
.doc .tip .tt{
    font-size:14px;
    color:#999;
    padding-top:8px;
}
.doc .btn{
    padding-top:10px;
    padding-right:5px;
}
.doc .btn a{
    background:#159957;
    display:inline-block;
    color:#fff;
    padding:10px 15px;
    font-size:16px;
    border-radius: 4px;
    margin-left:15px;
}
.doc .btn a i{
    margin-right:5px;
    font-size:18px;
}
.doc .btn a:hover{
    background:#ff9c4f;
}

.info-tags{
    margin-top:20px;
}
.info-tags{
    font-size:14px;
    color:#999;
}
.info-tags i{
    margin-right:3px;
}
.info-tags a{
    font-size:14px;
    color:#005980;
    margin-right:10px;
}
.info-tags a:hover{
    color:#1293d2;
}
.info .xg{
    padding-top:20px;
}
.info .xg h2{
    font-size:16px;
}
.info .xg ul{
    padding-top:10px;
    padding-left:15px;
}
.info .xg li a{
    font-size:14px;
}
.info .xg li a{
    font-size: 14px;
    color: #005980;
    padding: 7px 0;
}
.info .xg li a:hover{
    color:#1293d2;
}
.info .xg li{
    padding-bottom:10px;
    list-style-type: disc;
    color:#999;
}

.info-fd{
    position:fixed;
    top:50px;
    width:360px;
}
.top-fudong{
    display: none;
    position: fixed;
    top:0px;
    width:100%;
    left:0px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    height:30px;
    padding:10px 0;
    z-index: 9999;
    border-bottom: 1px solid #e1e1e1;
}
.top-fudong .xglist{
    width:250px;
    background:#f6f6f6;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    color:#fe7300;
    cursor: pointer;
    position: relative;
}
.top-fudong .xglist i.icon-good-fill,.top-fudong .xglist i.icon-cry{
    color:#fe7300;
    font-size:22px;
    margin:0 5px 0 10px;
    float: left;
}
.top-fudong .xglist i.icon-cry{
    font-size:18px;
}
.top-fudong .xglist i.icon-arrow-down,.top-fudong .xglist i.icon-arrow-up,.top-fudong .xglist i.icon-close{
    float: right;
    font-size:22px;
    margin-right:10px;
}
.top-fudong .xglist i.icon-close{
    font-size:16px;
}
.top-fudong .xglist .xglist-box{
    width:100%;
    overflow: hidden;
    background:#fff;
    border:1px solid #dfdfdf;
    border-radius: 3px;
    top:0px;
    left:0px;
    position: absolute;
    box-shadow: 0 5px 10px rgb(0 0 0 / 9%);
    opacity: 0;
    height: 0px;
}
.top-fudong .show .xglist-box{
    height: auto;
    opacity: 1;
}
.top-fudong .xglist dl{
    padding:5px 15px;
}
.top-fudong .xglist dt{
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.top-fudong .xglist dt i.icon-good-fill{
    margin:0;
    margin-right:5px;
}
.top-fudong .xglist dt i.icon-arrow-up{
    font-weight: normal;
    color:#fe7300;
}
.top-fudong .xglist dd{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    list-style: disc;
    position: relative;
    padding-left:10px;
}
.top-fudong .xglist dd::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #c0cbd6;
    left: 0px;
    top: 50%;
    margin-top:-2.5px;
    position: absolute;
}
.top-fudong .xglist dd{
    color:#333;
}
.top-fudong .xglist dd a:hover{
    color:#f60;
}
.top-fudong .search{
    padding-left:80px;
}


.top-fudong .search .box{
    position: relative;
}
.top-fudong .search .box .text{
    outline: none;
    background:#fff;
    color:#333;
    border:none;
    height:28px;
    line-height:28px;
    font-size:14px;
    width:300px;
    padding:0 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all 0.3s;
    padding:0 10px;
    border:1px solid #fe8a30;
}
.top-fudong .search .box button{
    font-size:12px;
    background:#fe8a30;
    color:#fff;
    border:none;
    height:30px;
    line-height:30px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all 0.3s;
}
.top-fudong .search .box button:hover{
    background:#ff9c4f;
}
.top-fudong .btn{
    padding-left:80px;
}
.top-fudong .btn a{
    display: inline-block;
    border-radius: 3px;
    background: #159957;
    display: inline-block;
    color: #fff;
    height:30px;
    line-height:30px;
    padding:0 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 15px;
}
.top-fudong .btn a i{
    margin-right:5px;
}
.top-fudong .btn a:hover,.top-fudong .btn a.down{
    background:#ff9c4f;
}
.top-fudong .mobile a{
    display: inline-block;
    border: 1px solid #ffd5b4;
    padding: 5px 10px;
    color: #fe8a30;
    font-size: 14px;
    border-radius: 2px;
    font-size:12px;
    position: relative;
    background:#fff;
    text-align: center;
    width:122px;
}
.top-fudong .mobile i{
    font-size:14px;
    color:#fe8a30;
    margin-right: 3px;
}
.top-fudong .mobile p{
    background:#fff;
    display: none;
}
.top-fudong .mobile a:hover p{
    display: block;
    padding:10px 0 5px 0;
}
.left-slide{
    position: fixed;
    top:45%;
    margin-left:-100px;
    background:#3da647;
    padding:3px;
    border-radius: 3px;
}
.left-slide i{
    font-size:26px;
}
.left-slide .down i{
    font-size:28px;
}
.left-slide .top i{
    font-size:28px;
}
.left-slide a{
    display: inline-block;
    min-width:35px;
    line-height:35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color:#fff;
    padding:3px 0;
}
.left-slide div{
    position: relative;
}
.left-slide .qrcode a:hover p{
    display: block;
}
.left-slide .qrcode p{
    display: none;
    position: absolute;
    left:35px;
    top:-3px;
    text-align: center;
    background:#fff;
    height: 168px;
    border:1px solid #3da647;
    border-left-width: 3px;
    padding:0 10px;
}
.left-slide .qrcode p em{
    font-weight: bold;
    color:#3da647;
}
.left-slide a b{
    display: none;
}
.left-slide a:hover b{
    display: inline-block;
    position: absolute;
    width:60px;
    background:#3da647;
    color:#fff;
    border-radius: 3px;
}

#mymsg{
    background:rgba(0,0,0,0.5);
    color:#fff;
    padding:10px 15px;
    position: fixed;
    top:20%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}
.search-list-box{
    padding:30px 0 20px 0;
}
.search-list-box .left{
    width: 810px;
}
.search-list-box .right{
    width: 360px;
    padding-left: 30px;
}
.search-list .nolist{
    font-size:20px;
    color:#999;
    text-align: center;
    padding-top:100px;
}

.search-list .tip{
    font-size:14px;
    color:#999;
}
.search-list .loop li{
    padding-top:20px;
}
.search-list .loop li a{
    font-size:18px;
    color:#333;
    text-decoration: underline;
}
.search-list .loop li a em{
    font-size:18px;
    color:#f60;
    text-decoration: underline;
}
.search-list .loop .des{
    font-size:12px;
    color:#888;
    padding-top:5px;
    line-height:24px;
}
.search-list .loop .des em{
    font-size:12px;
    color:#f60;
}
.search-list .page{
    padding:40px 0 80px 0 !important;
}
.search-text-form h1{ font-size:20px;padding-bottom:15px;color:#4a4a4a; }
.search-text-form textarea{resize: none;width:100%;outline: none;border:0;line-height:22px;font-size:16px;height:150px;background: #fafafa;border:1px solid #e9e9e9;padding:10px;border-radius: 5px;box-sizing: border-box;}
.search-text-form textarea:hover,.search-text-form textarea.cur{border-color: #ff9b4e;}
.search-text-form .btn{text-align: center;padding:10px 0;}
.search-text-form .btn span{display: inline-block;padding:10px 16px;font-size:16px;background: #159957;cursor: pointer;color:#fff;border-radius: 3px;}
.search-text-form .btn span:hover{background:#22b26a;}
#search-text-list .tip{ font-size: 20px;padding: 20px 0 30px 0;  text-align: center;}
.xg-search li a{
    color: #333333;
    font-size:14px;
}
.xg-search li a:hover{
    color:#f60;
}
.xg-search ul{
    padding-top:15px;
}
.xg-search li i{
    font-size: 12px;
    margin-right:4px;
}
.xg-search li{
    padding-bottom: 15px;
}

.xg-search-text h2.title{
    padding-bottom:25px;
}
.xg-search-text h2.title a{
    font-size:20px !important;
    color:#005980;
}
.xg-search-text h2.title i{
    font-size:22px;
    margin-right:10px;
    color:#005980;
}
.xg-search-text .text{
    margin-bottom:100px;
    position: relative;
    cursor: pointer;
}
.text-max-height{
    max-height: 600px;
    overflow: hidden;
}
.xg-search-text .hide{
    position: absolute;
    width:100%;
    left:0px;
    bottom:0px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 100%);
    text-align: center;
    padding-top:200px;
}
.xg-search-text .text,.xg-search-text .text p{
    font-size:16px;
    color: #666;
    letter-spacing: 1px;
}
.xg-search-text .text p{
    padding-bottom: 15px;
}
.xg-search-text h1,.xg-search-text h2,.xg-search-text h3,.xg-search-text h4,.xg-search-text h6,.xg-search-text h6{
    font-size:16px !important;
}

.info-fd2{
    top:0px !important;
}
.xg-search-text .hide a{
    display: block;
    font-size:22px;
    color:#fe7300;
    font-weight: bold;
    cursor: pointer;
    padding-top:30px;
}
.xg-search-text .hide a i{
    font-size:18px;
}
.search-xg-a-hide{
    display: none;
}
#info-right-fudong{
    background:#fff;
    z-index: 999;
}
.info-tip{
    background:#fef9f5;
    border:1px solid #ffe3ce;
    padding:10px;
    margin-top:20px;
    color:#f00;
    font-size:12px;
    line-height:22px;
}
.info-tip strong{
    color:#f00;
}
.h1-tip{
    margin-top:0;
    margin-bottom:30px;
    background:#fafafa;
    border-color: #ededed;
    color:#005980;
}