﻿/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  padding: 0;
  margin: 0;
  /*transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;*/
}

body, button, input, select, textarea {
  padding: 0;
  margin: 0;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

em, i {
  font-style: normal;
  font-weight: normal;
}
em{
	color:red;
}

ul, ol {
  list-style-type: none;
}

li {
  vertical-align: top;
}

img {
  border: 0;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

body {
  font-weight: inherit;
  font-style: inherit;
  font-size: 13px;
  font-family: 'Microsoft YaHei', '微软雅黑';
  padding: 0;
  color: #555;
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
  word-wrap: break-word;
  background: #f8f9fb;
  position: relative;
}
html{clear: both;}
body{float: left;}

/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
button {
    color: #595959;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
}
a {
  color: #555;
  text-decoration: none;
  outline: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  cursor: pointer;
}

a:hover{
  color: #00b38a;
}
.red{color: red;font-weight:bold;}
.top-outer{ background:url('../images/top-bj1.jpg') no-repeat top center #fcfcfc; /* border-bottom: 1px #efefef solid; */height:112px;}
.top-outer::before{content:'';display: block;width:100%;height:112px;background:url('../images/top-opacity.png') repeat-x bottom;position: absolute;top:0;left:0;}
.top-inner{width:1220px;margin:0 auto; position: relative;}
.top-inner .logo{float:left;padding-top:22px;}
.top-inner .logo img{width: 90%;}
.top-inner .nav{float:left;}
.top-inner .nav ul{padding-top:25px;}
.top-inner .nav ul li{width:125px;float:left; text-align: center;font-size: 18px;position: relative;}
.top-inner .nav ul li a{display: inline-block;vertical-align: middle;position:relative;z-index: 2;}
.top-inner .nav ul li em{display: none;vertical-align: middle;background:url('../images/top-icon4.png') no-repeat center;width: 30px;height:10px;position: absolute;right:10px;top:9px;opacity: 0;}
.top-inner .top-a{ position: absolute;z-index: 1;top:48px;right:0; text-align: right;}

.top-inner .top-a .t-0,.top-inner .top-a .t-1,.top-inner .top-a .t-2,.top-inner .top-a .t-3{display: inline-block;vertical-align: top;margin-right:8px;}
.top-inner .top-a .t-1 a,.top-inner .top-a .t-2 a,.top-inner .top-a .t-3 a{display: inline-block;vertical-align: top;width:34px;height:34px;}
.top-inner .top-a .t-1 a:hover,.top-inner .top-a .t-2 a:hover,.top-inner .top-a .t-3 a:hover{filter:alpha(opacity=70);opacity:0.7;}

.top-inner .top-a .t-0{line-height: 34px;}
.top-inner .top-a .t-0 span{display: inline-block;vertical-align: top;overflow:hidden;height: 34px;color: #000000;}

.top-inner .top-a .t-1{position: relative;margin-right:10px;}
.top-inner .top-a .t-1 a{background: url('../images/top-icon3.png') no-repeat;}
.top-inner .top-a .t-1 span{display:inline-block;position: absolute;top:-43px;left:-33px;background:url('../images/top-bj1.png') no-repeat;width:100px;height:42px;text-align: center;line-height: 38px; color:#fff; display: none;}
.top-inner .top-a .t-2{}
.top-inner .top-a .t-2 a{background: url('../images/top-icon2.png') no-repeat;}
.top-inner .top-a .t-3{}
.top-inner .top-a .t-3 a{background: url('../images/top-icon3.png') no-repeat;}
.top-inner .top-a .t-4{display: inline-block;vertical-align:top;}
.top-inner .top-a .t-4 a{background: #307de9;color: #fff;display: inline-block;vertical-align: top;border-radius:30px;line-height: 22px;height:22px;padding:0 5px;margin-top:6px;font-size: 12px;}

.search-outer{height:175px;background:url('../images/top-bj1.jpg') no-repeat top center #fff; background-position:center -112px;border-bottom: 1px #ededee solid;}
/*搜索框输入关键字自动补全*/
#word{
    position: absolute;
    z-index: 99;
    width: 598px;
    height: auto;
    background-color: white;
    border: #ccc solid 1px;
    display: none;
    
  }
  #word .click_work{
    font-weight:lighter;
    font-size: 14px;line-height: 30px;padding-left:10px;
    cursor:pointer;/*鼠标放上变成小手*/
  }
  #word .click_work:hover{
    color: #000;
    background-color: #F0F0F0;
  }
  #word .error{
    color: gray;
    cursor:pointer;/*鼠标放上变成小手*/
  }

.selectda {
    color:red;
}
div#content {
    /*width: 960px;*/
}
#sort {
    width: 125px;
}

.wrap {
   width: 1220px;
    margin: 0 auto;
    font-family: 'Microsoft YaHei', '微软雅黑';
}
#searchfieldContainer {
   /*width: 800px;*/
    margin: 0 auto;
    font-family: 'Microsoft YaHei', '微软雅黑';
}
.index-box1{width: 260px;float:left;background:#fff;border:1px #C6CCD8 solid;margin:15px 0 0 0;padding:15px 15px 0 15px;height:416px;border-top: 2px #255eae solid;}
.index-title1{font-size: 18px;text-align: center;background:url('../images/title-icon1.png') no-repeat bottom center;padding:5px 0 15px 0;background-position-x: -323px;}
.index-title1 span:hover{filter:alpha(opacity=70);opacity:0.7;color: #00b38a;}
.index-title1 i a{display: inline-block;vertical-align: top;width:30px;height:35px;background:url('../images/more-icon2.png') no-repeat right;padding:0 226px 0 0;margin:-28px 0 0 0;}
.index-title1 i a:hover{filter:alpha(opacity=70);opacity:0.7;}
.index-hot1{ text-align: center;padding:10px 0;}
.index-hot1 p{width:50%;float:left;}
.index-hot1 a{display: inline-block;vertical-align: top;color:#0091a5;line-height: 30px;}
.index-hot1 em{display: inline-block;vertical-align: top;height:31px;}
.index-hot1 em.h-a1{width:35px;background:url('../images/icon-1.png') no-repeat left center;}
.index-hot1 em.h-a2{width:25px;background:url('../images/icon-2.png') no-repeat left center;}

.index-hot2{padding:0 10px;line-height: 32px;padding: 0 2px;}
.index-hot2 a{display:inline-block;text-overflow:ellipsis; white-space:nowrap;}
.index-hot2 a:hover{}

.index-title2{font-size: 18px;text-align: center;background:url('../images/title-icon2.png') no-repeat bottom center;padding:10px 0 15px 0;}
.index-title2 a:hover{colro:#255eae;}
.index-list1{padding:10px 0; border-bottom:1px #C6CCD8 dotted;}
.index-list1 ul{}
.index-list1 ul li{height:32px;line-height: 32px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.index-list1 ul li a{}

.index-title3{padding:15px 0 15px 40px;color:#0784bd;background: url('../images/icon-3.png') no-repeat left center; font-size: 18px;}
.index-title3 a{color:#0784bd;}

.index-box2{width:570px;float:left;margin:15px 15px 0 15px;background:#fff;border:1px #C6CCD8 solid;padding:15px 15px 0 15px;height:416px;border-top: 2px #255eae solid;}
.index-slide{}
/* 首页slide */
.side-slideBox{ width:570px; height:280px;overflow:hidden; position:relative;}
.side-slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.side-slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.side-slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px;text-align:center; border-radius:50%; overflow:hidden; background:#fff; cursor:pointer; color:#fff;}
.side-slideBox .hd ul li.on{background: #ff5722;color:#ff5722;}

.side-slideBox .bd{ position:relative; height:100%; z-index:0;   }
.side-slideBox .bd li{position: relative;}
.side-slideBox .bd li em{display: inline-block;width:100%;position: absolute;bottom:0px;z-index: 1;height: 37px;color:#fff;font-size: 20px;background-color: rgba(0,0,0,0.5);}
.side-slideBox .bd li em p{font-size: 16px;margin:8px 0 0 10px;}
.side-slideBox .bd li img{ width:570px; height:280px; display:block;  }

.index-title8{position: relative; height:10px;}
.index-title8 a{display: inline-block;position:absolute;right:5px;top:12px;width: 30px;height: 30px;background: url(../images/more-icon1.png) no-repeat right center;}
.index-title8 a:hover{filter:alpha(opacity=70);opacity:0.7;}


.index-list2{width:540px;}
.index-list2 ul{}
.index-list2 ul li{border-bottom:1px #666 dotted;height:36px;line-height: 36px;margin-left:5px;}
.index-list2 ul li a{float:left;width:400px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index-list2 ul li i{float:right;width:100px;text-align: right;}

.index-box3{width:264px;float:left;margin:15px 0 0 0;background:#fff;border:1px #C6CCD8 solid;padding:15px 15px 0 15px;height:416px;border-top: 2px #255eae solid;}

.index-title4{font-size: 18px;}
.index-title4 em{display: inline-block;width:40px;height:30px;vertical-align: top;}
.index-title4 em.t-icon1{background:url('../images/icon-12.png') no-repeat left center;}
.index-title4 span{display: inline-block;vertical-align: top; line-height: 30px;}
.index-title4 span a{}
.index-title4 i{}
.index-title4 i a{display: inline-block;vertical-align: top;width:30px;height:30px;background:url('../images/more-icon2.png') no-repeat right center;margin-left:8px;}
.index-title4 i a:hover{filter:alpha(opacity=70);opacity:0.7;}

.index-tag1{border-bottom:1px #C6CCD8 dotted;padding:10px 0;}
.index-tag1 a{display: inline-block;vertical-align: top;line-height: 28px;padding:0 10px;text-overflow:ellipsis; white-space:nowrap;}
.index-tag1 a:hover{}

.index-tag2{padding:5px 0 0 0;}
.index-tag2 ul{}
.index-tag2 ul li{margin:9px 0 0 0;border:1px #C6CCD8 solid;height:44px;line-height: 44px;padding:0 0 0 12px;/* background: url('../images/icon-13.png') no-repeat;overflow: hidden;white-space: nowrap; */}
.index-tag2 ul li a{}
.index-tag2 ul li.i-t1{background-position: 15px 13px;}
.index-tag2 ul li.i-t2{background-position: 15px -42px;}
.index-tag2 ul li.i-t3{background-position: 15px -98px;}
.index-tag2 ul li.i-t4{background-position: 15px -153px;}
.index-tag2 ul li.i-t5{background-position: 15px -207px;}

.index-left1{width:875px;float: left;background: #fff;border:1px #C6CCD8 solid;margin: 15px 0 0 0;padding: 15px 17px 0 15px;height:560px;}
.index-box4{}

.index-title5{font-size: 18px;border-bottom: 1px #C6CCD8 dotted;padding: 10px 0 15px 0;position: relative;margin:0 15px;}
.index-title5 #index_type4{display: block;}
.index-title5 #index_type5{display: block;}
.index-title5 em{display: inline-block;width:40px;height:30px;vertical-align: top;}
.index-title5 em.t-icon1{background:url('../images/icon-4.png') no-repeat left center;}
.index-title5 span{display: inline-block;vertical-align: top; line-height: 30px;}
.index-title5 span a{}
.index-title5 i{position: absolute;top:10px;right:10px;}
.index-title5 i a{display: inline-block;vertical-align: top;width:30px;height:30px;background:url('../images/more-icon1.png') no-repeat right center;margin-left:8px;}
.index-title5 i a:hover{filter:alpha(opacity=70);opacity:0.7;}

.index-h{padding:10px 15px;}
.index-h em{display: inline-block;vertical-align: top;width: 40px;height:36px;}
.index-h em.h-icon1{background:url('../images/icon-5.png') no-repeat center left;}
.index-h em.h-icon2{background:url('../images/icon-6.png') no-repeat center left;}
.index-h em.h-icon3{background:url('../images/icon-7.png') no-repeat center left;}
.index-h em.h-icon4{background:url('../images/icon-8.png') no-repeat center left;}

.index-h span{vertical-align: top;line-height: 36px;font-size: 18px;}

.index-l{padding-bottom: 25px;}
.index-l.border-b{border-bottom:1px #666 dotted;padding-bottom:20px;margin-bottom:10px;}
.index-l a{display: inline-block;vertical-align: top;line-height: 30px;padding:0 5px;text-overflow:ellipsis; white-space:nowrap;}
.index-l a:hover{}
.index-ll{padding: 15px 15px 15px 40px;}
.index-ll.border-b{border-bottom:1px #666 dotted;padding-bottom:20px;margin-bottom:10px;}
.index-ll a{display: inline-block;vertical-align: top;line-height: 32px;padding:0 15px;text-overflow:ellipsis; white-space:nowrap;}
.index-ll a:hover{}

.index-right1{width:306px;float:right;}
.index-box5{margin:15px 0 0 11px;background:#fff;border:1px #C6CCD8 solid;padding: 15px 15px 0 15px;height:386px;}
.index-box5 ul{padding:10px 0 0 10px;}
.index-box5 ul li{height:32px;line-height: 32px;overflow: hidden;white-space: nowrap;}
.index-box5 ul li.l-1 a{color:#ff5722;}
.index-left2{width: 908px;float: left;}

.index-box6{background: #fff;border:1px #C6CCD8 solid;margin: 15px 0 0 0;padding:5px 0;height:213px;}

.index-list3{width:49.5%;float: left;}
.index-list3.border-r{border-right:1px #C6CCD8 dotted;}
.index-list3 h2{margin:5px 0 0 25px;}
.index-list3 h2 em{display: inline-block;width:40px;height:35px;vertical-align: top;}
.index-list3 h2 em.t-icon1{background:url('../images/icon-8.png') no-repeat left center;}
.index-list3 h2 em.t-icon2{background:url('../images/icon-9.png') no-repeat left center;}
.index-list3 h2 em.t-icon3{background:url('../images/icon-10.png') no-repeat left center;}
.index-list3 h2 em.t-icon4{background:url('../images/icon-11.png') no-repeat left center;}
.index-list3 h2 span{display: inline-block;vertical-align: top; line-height: 35px;font-size: 18px;width: 327px;}
.index-list3 h2 span a{}
.index-list3 h2 i{display: inline-block;vertical-align: top;}
.index-list3 h2 i a{display: inline-block;vertical-align: top;width:30px;height:35px;background:url('../images/more-icon2.png') no-repeat right;padding-right:0px;}
.index-list3 h2 i a:hover{filter:alpha(opacity=70);opacity:0.7;}
.index-list3 ul{padding:5px 15px 0 50px;}
.index-list3 ul li{line-height: 32px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index-box7{background: #fff;border:1px #C6CCD8 solid;margin: 15px 0 0 0;padding: 10px 0;height:213px;}
.index-box8{background: #fff;border:1px #C6CCD8 solid;margin: 15px 0 0 0;padding: 15px 0 0 0;height:190px;}
/* 首页图片向左滚动 */
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .hd{display: none;}
.picMarquee-left .bd{}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; padding-left: 20px;}
.picMarquee-left .bd ul li{ margin:0 11px; float:left; _display:inline; overflow:hidden;border:1px #d9d9d9 solid;}
.picMarquee-left .bd ul li .pic{}
.picMarquee-left .bd ul li .pic img{}
.picMarquee-left .bd ul li .pic a:hover{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.picMarquee-left .bd ul li .pic a{-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: inherit;}
.index-right2{width:294px;float:right;background: #fff;border:1px #C6CCD8 solid;margin:15px 0 0 15px;}
.index-box9{height: 680px;padding-top:10px;padding: 15px 15px 0 15px;}
.index-title6{font-size: 18px;background: url(../images/title-icon1.png) no-repeat bottom center; text-align: center;padding: 10px 0 15px 0;position: relative;}
.index-title6 em{display: inline-block;width:40px;height:35px;vertical-align: top;}
.index-title6 em.t-icon1{background:url('../images/icon-15.png') no-repeat left center;}
.index-title6 span{display: inline-block;vertical-align: top; line-height: 35px;}
.index-list4 ul{padding:10px 0 0 10px;}
.index-list4 ul li{line-height: 32px;overflow: hidden;white-space: nowrap;}
.index-title7{margin:10px 0 0 25px;}
.index-title7 em{display: inline-block;width:40px;height:35px;vertical-align: top;}
.index-title7 em.t-icon1{background:url('../images/icon-16.png') no-repeat left center;}
.index-title7 span{display: inline-block;vertical-align: top; line-height: 35px;font-size: 18px;}
.index-title7 span a{}
.index-title7 i{}
.index-title7 i a{display: inline-block;vertical-align: top;width:30px;height:35px;background:url('../images/more-icon2.png') no-repeat right center;margin-left:8px;}
.index-title7 i a:hover{filter:alpha(opacity=70);opacity:0.7;}
.index-list5{padding:8px 15px 5px 15px;}
.index-list5 p{color:#ff5722;}
.index-list5 ul{padding:5px 0 0 0;}
.index-list5 ul li{height:36px;line-height: 36px;padding:0 0 0 25px;}
.index-list5 ul li label{display: inline-block;vertical-align: middle;}
.index-list5 ul li input{display: inline-block;vertical-align: middle;}
.index-list5 a{display: block;height:50px;color:#fff;font-size: 16px; text-align: center;background:url('../images/icon-20.png') no-repeat 15px center #00961f;line-height: 50px;padding-left:35px;}
.index-list5 a:hover{background-color: #ff5722;}
.index-list5 h5{margin-top: 15px;}

.index-l .resour-list{padding:15px 0 0 0;}
.index-l .resour-list li{width: 200px;float:left;text-align: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 10px 0px 0px 0px;margin: 0 0 0 18px;}
.index-l .resour-list li img{}

.index-title9{font-size: 18px;background:url('../images/icon-18.png') no-repeat;padding:0 0 0 40px;margin:0 0 0 28px;}
.index-title9 i{display: inline-block;vertical-align: top;}
.index-title9 i a{display: inline-block;vertical-align: top;width:30px;height:35px;background:url('../images/more-icon2.png') no-repeat right;padding-right:736px;}
.index-title9 i a:hover{filter:alpha(opacity=70);opacity:0.7;}

/* footer */
.footer-outer{background: #2868c2;margin-top:20px;margin-bottom: 0px;bottom:0}
.footer-inner{width: 1100px;margin:0 auto;padding:30px 0;}
.footer-inner dl{}
.footer-inner dl dt{width:149px;float:left;border-right: 1px #fff dotted;}
.footer-inner dl dd{width:950px;float:left;text-align: center;}
.footer-inner dl dd p{font-size: 12px;color:#fff;padding:16px 0 0 0;}
.footer-inner dl dd p .f-icon1{display: inline-block;vertical-align: middle;background:url('../images/bottom-icon2.png') no-repeat;width: 24px;height:24px;margin:0 5px;}
.footer-inner dl dd p .f-icon2{display: inline-block;vertical-align: middle;background:url('../images/bottom-icon4.png') no-repeat;width: 16px;height:13px;margin:0 5px;}
.footer-inner dl dd p .f-btn1{display: inline-block;vertical-align: middle;background:url('../images/bottom-icon3.png') no-repeat;width: 132px;height:30px;margin:0 5px;}
.footer-inner dl dd p .f-btn1:hover{filter:alpha(opacity=70);opacity:0.7;}
.footer-inner dl dd p .b-a{border-right:1px #fff solid;padding:0 15px;color:#fff;}
.footer-inner dl dd p .b-a.last-a{padding-right:0;border:none;}

/* 详情页 */
.detail-left{width:805px;float:left;background: #fff;border:1px #C6CCD8 solid;margin:15px 0 0 10px;padding:25px;}
.detail-left .detail-title{position: relative;border-bottom: 1px #C6CCD8 dotted;padding:10px 15px 45px 0;margin-left: 30px;}
.detail-left .detail-title h2{font-size: 20px;color: rgb(85, 85, 85);}
.detail-left .detail-title p{padding:10px 0 15px 0; font-size: 14px;}
.detail-left .detail-title p span{padding-right:20px;}
.detail-left .detail-title p i{color:#0984bd;padding-right:10px;}
.detail-left .detail-title h6{position: absolute;padding: 15px 0 0 10px;height:30px;}
.detail-left .detail-title h6 a{}
.detail-left .detail-title h6 a:hover{filter:alpha(opacity=70);opacity:0.7;}
.detail-left .detail-title h6 a.d-a1{}
.detail-left .detail-title h6 a.d-a2{background-image: url('../images/s-icon9.png');}
.detail-left .detail-title h6 a.d-a3{background-image: url('../images/s-icon10.png');}

.detail-left .detail-main{padding:20px 30px; font-size: 13px;color: rgb(85, 85, 85);}
.detail-left .detail-main p{line-height: 30px;}

.detail-left .detail-tag{}
.detail-left .d-tab{border-bottom: 1px #C6CCD8 dotted;padding:20px 0 0 0;margin: 0 30px;}
.detail-left .d-tab ul{}
.detail-left .d-tab ul li{width:106px;height:48px; line-height: 48px; text-align: center;font-size:16px;float:left; cursor:pointer;}
.detail-left .d-tab ul li:hover{background: #eee;}
.detail-left .d-tab ul li.active{color:#fff;background: #00b38b;}

.detail-left .d-liter{padding:0 30px;}
.detail-left .d-liter .d-l{border-bottom: 1px #C6CCD8 dotted;padding:10px 50px 10px 0;}
.detail-left .d-liter .d-l h3{color:#0681bc;font-size: 16px;line-height: 32px;}
.detail-left .d-liter .d-l h4{font-size: 14px;color:#00b38b;line-height: 32px;}
.detail-left .d-liter .d-l p{font-size: 14px;line-height: 26px;}

.detail-right{width:300px;float:left;background: #fff;border:1px #C6CCD8 solid;margin:15px 0 0 15px;padding:20px 0;}
.detail-right .d-title{font-size: 18px;border-bottom: 1px #C6CCD8 dotted;margin:0 25px 0 25px;padding:0 0 10px 0;}
.detail-right .d-title span{display: inline-block;vertical-align: top; line-height: 30px;}
.detail-right .d-title span a{}
.detail-right .d-title i{}
.detail-right .d-title i a{display: inline-block;vertical-align: top;width:30px;height:30px;background:url('../images/more-icon2.png') no-repeat right center;margin-left:8px;}
.detail-right .d-title i a:hover{filter:alpha(opacity=70);opacity:0.7;}
.detail-right .d-list{padding:8px 0;}
.detail-right .d-list ul{}
.detail-right .d-list ul li a{display: block;height:34px;line-height: 34px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding:0 25px;background:url('../images/dot-3.png') no-repeat 10px center;}
.detail-right .d-list ul li a:hover{color:#fff;background-color:#ff5333;}

.detail-right .d-btn{margin:0 25px;border-top: 1px #C6CCD8 dotted;}
.detail-right .d-btn p{padding:10px 0 0 0;}
.detail-right .d-btn p a{display: block;height:48px;border:1px #C6CCD8 solid; text-align: center;}
.detail-right .d-btn p a span{font-size: 18px;color:#000;display: inline-block;vertical-align: top;line-height: 48px;padding-right: 30px;}
.detail-right .d-btn p a em{display: inline-block;vertical-align: top;width: 48px;height:48px;margin-right:10px;}
.detail-right .d-btn p a em.d-icon1{background: url('../images/s-icon12.png') no-repeat center center;}
.detail-right .d-btn p a em.d-icon2{background: url('../images/icon-16.png') no-repeat center center;}
.detail-right .d-btn p a:hover{background: #bbb;}

/* 个人中心 */
.set-banner{height:200px;background:url('../images/set-banner.jpg') no-repeat top center;}
.set-left{width:250px;min-height:467px;float:left;background: #fff;border:1px #C6CCD8 solid;margin:15px 0 0 10px;}
.set-left .set-head{padding:5px 0 40px 0;}
.set-left .set-head h4{width:90px;height:90px; overflow:hidden;border:2px #a8a8a8 solid; border-radius:50%; margin:0 auto;}
.set-left .set-head h4 img{}
.set-left .set-head p{ text-align: center;padding:10px 0 0 32px; }
.set-left .set-head p span{display: inline-block; vertical-align: top;line-height: 26px;color:#000;font-size: 18px;}
.set-left .set-head p a{display: inline-block; vertical-align: top;width:26px;height:26px;background:url('../images/s-icon13.png') no-repeat;margin-left:10px;}
.set-left .set-head p a:hover{filter:alpha(opacity=70);opacity:0.7;}
.set-left .set-nav{margin:0 10px;}
.set-left .set-nav dl{}
.set-left h2{margin:5px 20px 3px 20px;border-bottom: 1px #C6CCD8 solid;padding:15px 0;background: url('../images/data-icon1.png') no-repeat 20px center;font-size: 18px;padding:15px 0 15px 55px;}
.set-left .set-nav dl.s-more{position: relative; cursor:pointer;}
.set-left .set-nav dl.s-more em{width:44px;height:44px;position:absolute;right:40px;top:0;background: url('../images/add-icon.png') no-repeat center center;}
.set-left .set-nav dl.active.s-more em{background-image: url('../images/minus-icon.png')}
.set-left .set-nav dl dt{height:44px; line-height: 44px;background: url('../images/s-icon14.png') no-repeat 50px center;padding-left:90px;font-size:16px;color:#000; cursor:pointer;border-bottom: 1px #666 dotted;}
.set-left .set-nav dl dt:hover{background-color:#f3f1f1;}
.set-left .set-nav dl dt a{color:#000;}
.set-left .set-nav dl dt a:hover{color:#ff5018;}
.set-left .set-nav dl dt.s-icon1{}
.set-left .set-nav dl dt.selectd{background-color:#009688; color:#fff;}
.set-left .set-nav dl dt.selectd a{color:#fff;}
.set-left .set-nav dl dt.s-icon2{background-image:url('../images/s-icon15.png');background-size:20px auto;}
.set-left .set-nav dl dt.s-icon3{background-image:url('../images/s-icon16.png');background-size:20px auto;}
.set-left .set-nav dl dt.s-icon4{background-image:url('../images/s-icon12.png');background-size:24px auto;background-position: 48px center;}
.set-left .set-nav dl dt.s-icon5{background-image:url('../images/icon-16.png');background-size:26px auto;background-position: 46px center;}
.set-left .set-nav dl dt.s-icon6{background-image:url('../images/s-icon17.png');}
.set-left .set-nav dl dd{border-bottom: 1px #666 dotted;display: none;}
.set-left .set-nav dl dd span{display: block;}
.set-left .set-nav dl dd a{display: block;line-height: 38px;height:38px;padding:0 0 0 85px;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;color:#000;}
.set-left .set-nav dl dd a:hover{background: url('../images/dot-5.png') no-repeat 70px center #f3f1f1;}
.set-left .set-nav dl dd span .selectd{background: url('../images/dot-55.png') no-repeat 70px center #009688; color:#fff;}
.set-left .set-navs{margin:0 10px;}
.set-left .set-navs dl.s-more{position: relative; cursor:pointer;}
.set-left .set-navs dl.s-more em{width:44px;height:44px;position:absolute;right:40px;top:0;background: url('../images/add-icon.png') no-repeat center center;}
.set-left .set-navs dl.active.s-more em{background-image: url('../images/minus-icon.png')}
.set-left .set-navs dl dt{height:44px; line-height: 44px;padding-left:50px;font-size:16px;color:#000; cursor:pointer;border-bottom: 1px #666 dotted;}
.set-left .set-navs dl dt:hover{background-color:#f3f1f1;}
.set-left .set-navs dl dt a{color:#000;}
.set-left .set-navs dl dt a:hover{color:#ff5018;}
.set-left .set-navs dl dt.s-icon1{}
.set-left .set-navs dl dt.selectd{background-color:#009688; color:#fff;}
.set-left .set-navs dl dt.selectd a{color:#fff;}
.set-left .set-navs dl dt.s-icon2{background-image:url('../images/s-icon15.png');background-size:20px auto;}
.set-left .set-navs dl dt.s-icon3{background-image:url('../images/s-icon16.png');background-size:20px auto;}
.set-left .set-navs dl dt.s-icon4{background-image:url('../images/s-icon12.png');background-size:24px auto;background-position: 48px center;}
.set-left .set-navs dl dt.s-icon5{background-image:url('../images/icon-16.png');background-size:26px auto;background-position: 46px center;}
.set-left .set-navs dl dt.s-icon6{background-image:url('../images/s-icon17.png');}
.set-left .set-navs dl dd{border-bottom: 1px #666 dotted;display: none;}
.set-left .set-navs dl dd span{display: block;}
.set-left .set-navs dl dd a{display: block;line-height: 38px;height:38px;padding:0 0 0 85px;transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;color:#000;}
.set-left .set-navs dl dd a:hover{background: url('../images/dot-5.png') no-repeat 70px center #f3f1f1;}
.set-left .set-navs dl dd span .selectd{background: url('../images/dot-55.png') no-repeat 70px center #009688; color:#fff;}

.set-right{width:910px;min-height:430px;float:left;background: #fff;border:1px #C6CCD8 solid;margin:15px 0 0 15px;padding:15px 15px 0 15px;}

.set-right .set-bread{border-bottom: 1px #666 dotted;padding:0 0 10px 0;font-size: 13px;}
.set-right .set-bread a{}
.set-right .set-bread span{}
.set-right .set-cont{min-height: 400px;padding-top: 3px;}
/* 搜索页 */
.cast-outer{background: #fff;border:1px #C6CCD8 solid;margin-top:10px;}
.cast-tab{/*border-bottom:1px #C6CCD8 solid;*/}
.cast-tab.active{position: fixed;top: 0;z-index: 999;left: 0;right: 0;background: #fff;}
.cast-tab ul{ /*text-align: center;*/width: 1220px;margin: 0 auto; }
.cast-tab ul li{display: inline-block;vertical-align: top;width:110px;height:55px; line-height: 55px;color:#555;;font-size: 16px; cursor:pointer;}
.cast-tab ul li:hover{background: #f1f1f1;}
.cast-tab ul li em{display: inline-block;vertical-align: top;width:30px;height:55px;background:url('../images/icon-4.png') no-repeat center center;}
.cast-tab ul li em.c-icon1{}
.cast-tab ul li em.c-icon2{background-image: url('../images/s-icon1.png');}
.cast-tab ul li em.c-icon3{background-image: url('../images/icon-12.png');}
.cast-tab ul li em.c-icon4{background-image: url('../images/s-icon2.png');}
.cast-tab ul li em.c-icon5{background-image: url('../images/baozhi.png');}
.cast-tab ul li em.c-icon6{background-image: url('../images/yinpin.png');}
.cast-tab ul li em.c-icon7{background-image: url('../images/s-icon3.png');}
.cast-tab ul li em.c-icon8{background-image: url('../images/waiwen.png');}
.cast-tab ul li em.c-icon9{background-image: url('../images/biaozhun.png');}
.cast-tab ul li em.c-icon10{background-image: url('../images/qitaziyuan.png');}
.cast-tab ul li em.c-icon11{background-image: url('../images/s-icon3.png');}
.cast-tab ul li em.c-icon12{background-image: url('../images/s-icon3.png');}
.cast-tab ul li span{display: inline-block;vertical-align: top;}

.cast-tab ul li.active{color:#0c88ae;position: relative;background: #10CBC8}
.cast-tab ul li.active::after{content: '';width:100%;height:3px;top:0;left:0;z-index: 1;position: absolute;}
.cast-tab ul li.active::before{content: '';width:15px;height:11px;/*background:url('../images/dot-6.png')*/ no-repeat center center;bottom:-9px;left:50%;z-index: 1;position: absolute;margin-left:-7px;}

.cast-cont{width:1130px;margin:0 auto;}
.cast-cont ul{padding:8px 0 8px 0px;}
.cast-cont ul li{text-overflow:ellipsis; white-space:nowrap;float:left;background:url('../images/dot-2.png') no-repeat left center;padding:5px 35px 5px 10px;width: 160px;}
.cast-cont ul li a{}
.cast-cont ul li a:hover{color:#fe5722;}
.selectda a{color:#fe5722;}

.cast-left{width:240px;float:left;background: #fff;border:1px #C6CCD8 solid;margin:15px 0 0 0;padding:10px 0;background: url('../images/dot-7.png') no-repeat right top #fff;}
.cast-center{width:704px;float:left;background: #fff;border:1px #C6CCD8 solid;margin:15px 15px 15px 15px; position: relative;}
.cast-right{width:240px;float:left;background: #fff;border:1px #C6CCD8 solid;margin:15px 0 0 0;padding:10px 0;}


.cast-title1{margin:12px 10px 10px 10px;border-bottom: 1px #C6CCD8 dotted;padding:10px 0 0 0;font-size: 18px; position: relative;}
.cast-title1 em{display: inline-block;vertical-align: top;width: 40px;height:30px;background: url('../images/s-icon4.png') no-repeat center center;}
.cast-title1 em.ct-icon1{}
.cast-title1 em.ct-icon2{background-image: url('../images/s-icon5.png');}
.cast-title1 em.ct-icon3{background-image: url('../images/s-icon6.png');}
.cast-title1 span{font-size: 18px;display: inline-block;vertical-align: top;line-height: 30px;width:170px;color: #555;}
.cast-title1 i{width: 30px;display: inline-block;vertical-align: top; position: absolute;top:2px;right:0;}
.cast-title1 i .down{display: inline-block;vertical-align: top;width: 30px;height:30px;background: url('../images/icon-down1.png') no-repeat center center;}
.cast-title1 i .up{display: inline-block;vertical-align: top;width: 30px;height:30px;background: url('../images/icon-up3.png') no-repeat center center;}
.cast-title1 i a:hover{filter:alpha(opacity=70);opacity:0.7;}

.cast-list1{width: 243px;height: 281px;overflow-y: auto;position: absolute;}
.cast-list1::-webkit-scrollbar{width:5px;}
.cast-list1::-webkit-scrollbar-thumb{background-color:#d9d9d9;}
.cast-list1 dl{}
.cast-list1 dl dt{height:31px;line-height: 31px;}
.cast-list1 dl dt.more{}
.cast-list1 dl dt a{display: block;padding:0 20px 0 30px; position:relative;}
.cast-list1 dl dt.more a{padding-right:20px;}

.cast-list1 dl dt a:hover,.cast-list1 dl dt.active a{background: #009688;color:#fff;}
/*.cast-list1 dl dt a:hover::before,.cast-list1 dl dt.active a::before{content:'';width:20px;height:34px;background:url('../images/dot-3.png') no-repeat center;position: absolute;left:10px;top:0;}*/
.cast-list1 dl dt a span{float: left;}
.cast-list1 dl dt a i{float: right;}
.cast-list1 dl dd{background: #f3f1f1;padding:10px 0; display: none;}
.cast-list1 dl dd span{display: block;height:31px;line-height: 31px;}
.cast-list1 dl dd span a{display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding:0 30px 0 50px;}
.cast-list1 dl dd span a:hover{background: #fff;}
.cast-list1 dl dd span a em{}

.cast-list2{width: 243px;height: 281px;overflow-y: auto;position: absolute;}
.cast-list2::-webkit-scrollbar{width:5px;}
.cast-list2::-webkit-scrollbar-thumb{background-color:#d9d9d9;}
.cast-list2 ul{}
.cast-list2 ul li{height:31px;line-height: 31px;}
.cast-list2 ul li a{display: block;padding:0 20px 0 30px;}
.cast-list2 ul li a:hover{background: #0783bf;color:#fff; position:relative;}
.cast-list2 ul li a:hover::before{content:'';width:20px;height:30px;background:url('../images/icon-right.png') no-repeat center center;position: absolute;right:5px;top:0;}
.cast-list2 ul li a span{float: left;}
.cast-list2 ul li a i{float: right;}

.cast-list2.int-list ul li a:hover{background: #ff5333;color:#fff; position:relative;}
.cast-list2.retr-list ul li a:hover{background: #ff5333;color:#fff; position:relative;}
.cast-list2.retr-list ul li a{padding:0 20px;}
.cast-list2.retr-list ul li a:hover::before{content:'';width:20px;height:31px;background:url('../images/dot-3.png') no-repeat center;position: absolute;left:5px;top:0;}

.cast-list3{}
.cast-list3 ul{}
.cast-list3 ul li{height:31px;line-height: 31px;}
.cast-list3 ul li a{display: block;padding:0 20px 0 30px;}
.cast-list3 ul li a:hover{background: #0783bf;color:#fff; position:relative;}
.cast-list3 ul li a:hover::before{content:'';width:20px;height:30px;background:url('../images/icon-right.png') no-repeat center center;position: absolute;right:5px;top:0;}
.cast-list3 ul li a span{float: left;}
.cast-list3 ul li a i{float: right;}

.cast-list3.int-list ul li a:hover{background: #ff5333;color:#fff; position:relative;}
.cast-list3.retr-list ul li a:hover{background: #ff5333;color:#fff; position:relative;}
.cast-list3.retr-list ul li a{padding:0 20px;}
.cast-list3.retr-list ul li a:hover::before{content:'';width:20px;height:31px;background:url('../images/dot-3.png') no-repeat center;position: absolute;left:5px;top:0;}



.cast-title2{margin:10px;border-bottom: 1px #C6CCD8 dotted;padding:0 0 10px 0;font-size: 18px;line-height: 20px; text-align: center;}

.cast-p{padding:5px 20px;line-height: 24px;}
.cast-ecart{}

.cast-hot{padding:0 0 10px 10px;}
.cast-hot ul{}
.cast-hot ul li{width:50%;float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cast-hot ul li a{display: block;padding:6px 0 6px 10px;position: relative;color: #098acc;}
.cast-hot ul li a:hover{color: #ff5333;}

.cast-search{border-bottom: 1px #C6CCD8 dotted;padding:0 0 10px 0;margin:0 20px 0 20px;}
.cast-select{width:110px;float:left;}
.cast-select select{border:1px #C6CCD8 solid;height:38px;display: block;width:100px;border-radius: 3px;padding:5px;}

.cast-input{width:298px;float:left;}
.cast-input input{border:1px #C6CCD8 solid;height:36px;padding:0 10px;width:270px;border-radius: 3px;}

.cast-btn{width:100px;float:left;}
.cast-btn button{width: 100px;height:36px;background-color:#009688;/* background:url('../images/icon-search.png') no-repeat center center #009688;*/ color:#fff;border-radius: 3px;border:none;outline: none; cursor:pointer;}
.cast-btn button:hover{filter:alpha(opacity=70);opacity:0.7;}

.cast-re{width:33px;float:left;text-align: center;}
.cast-re .ch{display: inline-block;width:36px;height:36px;background:url('../images/s-icon-ch.png') no-repeat center center;}
.cast-re .en{display: inline-block;width:36px;height:36px;background:url('../images/s-icon-en.png') no-repeat center center;}
.cast-re a:hover{filter:alpha(opacity=70);opacity:0.7;}

.cast-link{width:123px;float:right;text-align: right;}
.cast-link dl{}
.cast-link dl dt{}
.cast-link dl dt a{display:inline-block;background:url('../images/icon-right2.png') no-repeat right center;padding:0 20px 0 0;}
.cast-link dl dd{padding:5px 0 0 0;}
.cast-link dl dd a{display:inline-block;background:url('../images/icon-down3.png') no-repeat right center;padding:0 13px 0 0;}

.cast-sum{border-bottom: 1px #C6CCD8 dotted;line-height: 28px;padding:10px 0;margin:0 70px 0 20px;}
.cast-sum span{color:#ff5333;}

.cast-main{margin:10px 60px 10px 10px;border-bottom: 1px #C6CCD8 dotted;padding:5px 10px;position: relative;}
.cast-main h2 a{font-size: 16px;color: #098acc;padding:0 110px 5px 0; display: block;}
.cast-main p{line-height: 20px;}
.cast-main ul{padding-top:5px;}
.cast-main ul li{line-height: 20px;/*padding:0 0 0 30px;background: url('../images/s-icon11.png') no-repeat;*/}
.cast-main ul li.c-li1{background-position: 0 9px;}
.cast-main ul li.c-li2{background-position: 0 -28px;}
.cast-main ul li.c-li3{background-position: 0 -63px;}
.cast-main ul li.c-li4{background-position: 0 -93px;}
.cast-main h4{position: absolute;right:0;top:4px;}
.cast-main h4 i{display:inline-block;width:17px;margin-left:7px;height:17px;font-size:18px;}
.cast-main h4 i:hover{cursor:pointer;}
.cast-main h4 i a{display:inline-block;width:100%;height:100%; /*background: url('../images/s-icon8.png') no-repeat;*/}
.cast-main h4 i.t-a1 a{}
.cast-main h4 i.t-a2 a{background-image: url('../images/s-icon9.png');}
.cast-main h4 i.t-a4 a{background-image: url('../images/s-icon99.png');}
.cast-main h4 i.t-a3 a{background-image: url('../images/s-icon10.png');}
.cast-main h4 i a:hover{filter:alpha(opacity=70);opacity:0.7;}

.cast-page{position: absolute;width: 30px;top:90px;right:1px;}
.cast-page.active{position: fixed;z-index: 999;background: #fff;}
.cast-page ul{}
.cast-page ul li{border:1px #e2e2e2 solid;text-align: center;height:34px; line-height: 34px;position:relative;margin-top: -1px;}
.cast-page ul li a{display: block;width:100%;height:100%;background: #fff;}
.cast-page ul li.prev-all a{background:url('../images/icon-prevall.png') no-repeat center center;}
.cast-page ul li.prev a{background:url('../images/icon-prev.png') no-repeat center center;}
.cast-page ul li.next-all a{background:url('../images/icon-nextall.png') no-repeat center center;}
.cast-page ul li.next a{background:url('../images/icon-next.png') no-repeat center center;}
.cast-page ul li a:hover{background-color: #ccc;}

/**搜索页标签**/
.select-filter { overflow: hidden; clear: both;padding:10px 10px 5px 20px;}
.select-filter li {float: left;height: 24px;line-height: 24px;padding: 0 8px 0 8px;font-size: 12px;background: #fff;border-radius: 2px;border: 1px solid #fcd298;color: #ff9e48;margin: 0 5px 5px 0;}
.search-result {margin-top: 5px;}
.close-s {position: relative;display: inline-block;width: 8px;height: 8px;margin-left: 8px;background: url(../images/icon-set.png)  no-repeat -132px 0;cursor: pointer;}

/* 数字资源 */
.data-nav{width: 250px;min-height:485px;background: #fff;border:1px #C6CCD8 solid;float:left;margin-top:15px;}
.data-nav h2{margin:5px 20px 0 20px;border-bottom: 1px #C6CCD8 solid;padding:15px 0;background: url('../images/data-icon1.png') no-repeat 20px center;font-size: 16px;padding:15px 0 15px 55px;}
.data-nav ul{margin:10px 20px 0 20px;}
.data-nav ul li{border-bottom:1px #C6CCD8 dashed;}
.data-nav ul li a{display: block;line-height: 36px;height:36px;padding-left:55px;position: relative;}
.data-nav ul li a::before{content: '';width: 5px;height:5px;background: #fff;position: absolute;top:15px;left:40px;}
.data-nav ul li a:hover{background: #009688;color:#fff;}
.data-nav ul li.active a{background: #009688;color:#fff;}

.data-cont{width: 905px;min-height:435px;padding:25px;background: #fff;border:1px #C6CCD8 solid;float:right;margin-top:15px;}
.data-cont .data-table{width:100%;border:1px #C6CCD8 solid;}
.data-cont .data-table th{border:1px #C6CCD8 solid; text-align: center;background: #f8f9fb;padding:10px 0;}
.data-cont .data-table td{border:1px #C6CCD8 solid; text-align: center;padding:10px;}
.data-cont .data-table td p{ text-align: left; }

/* 高级搜索 */
.senior-main{background: #fff;border:1px #C6CCD8 solid;margin-top:15px;padding:20px;}
.senior-title{border-bottom: 1px #e4e0e0 solid;}
.senior-title span{display: inline-block;vertical-align: top;line-height: 40px;height:40px;font-size: 18px;border-bottom: 3px #3e8c3a solid;padding:0 35px 0 0;}

.senior-type{}
.senior-type dl{position: relative;}
.senior-type dl dt{position: absolute;top:24px;left:10px;}
.senior-type dl dd{padding:0 0 0 80px;}
.senior-type dl dd ul{padding:10px 0 0 0;}
.senior-type dl dd ul li{width:14%;float: left;text-overflow:ellipsis; white-space:nowrap;padding:10px 0 0 0;}
.senior-type dl dd ul li label{display: inline-block;vertical-align: middle;}
.senior-type dl dd ul li label input{display: inline-block;vertical-align: middle;margin: -2px 3px 0 0;}

.senior-tab{border-bottom: 1px #e4e0e0 solid;padding:25px 0 0 0;}
.senior-tab ul{}
.senior-tab ul li{width: 105px;height:40px; text-align: center;line-height: 40px;font-size: 16px;float:left; cursor:pointer;}
.senior-tab ul li:hover{background:#f1f1f1;}
.senior-tab ul li.active{color:#fff;background: #4a7dac;}

.senior-cont{padding-top:25px;}
.senior-left{width: 80px;float:left;text-align: center;line-height: 32px;}
.senior-right{width: 1075px;float: right;}
.retrieval-list li {line-height: 28px;vertical-align: middle;margin-bottom: 15px;clear: both;overflow: hidden;}
.re-l{width: 80px;float:left;}
.re-l .cond-btn{width:23px;height:23px;background:url('../images/re-icon.png') no-repeat;border:none;outline: none;cursor: pointer;margin-right:10px;margin-top:5px;float:left;}
.re-l .cond-btn.delete-condition{background-position: -41px 0;margin-right:0;}
.re-l .cond-btn:hover{opacity: 0.8;}
.re-r{width: 990px;float:left;}
.re-r .inline-m{width: 235px;float:left;}

.re-r input{position: relative;height: 14px;line-height: 14px;width: 185px;padding: 8px 30px 8px 10px;font-size: 12px;border-radius: 3px;color: #595959;background: #fff;border: 1px solid #e1e1e1;z-index: 5;}
.re-l select,.re-r select{appearance: none;-moz-appearance: none;-webkit-appearance: none;background: url(../images/down-arrow-r.png) no-repeat right #fff;text-indent: 10px;border: 1px solid #e4e0e0;font-size: 12px;color: #595959;height: 32px;line-height: 30px;border-radius: 3px;width: 225px;}
.re-l select{width: 67px;}


.s-form-cont input{position: relative;height: 14px;line-height: 14px;width: 185px;padding: 8px 30px 8px 10px;font-size: 12px;border-radius: 3px;color: #595959;background: #fff;border: 1px solid #e1e1e1;z-index: 5;margin-right:8px;background:url('../images/calendar-icon.png') no-repeat right center;}


.senior-btn{padding:37px 0 0 85px;}
.senior-btn .s-btn1,.senior-btn .s-btn2{font-size: 16px;padding: 10px 20px;background: #009688;color: #fff;border: 1px solid #009688;margin-right: 5px;border-radius: 2px;outline: none;cursor: pointer;}
.senior-btn .s-btn2{border-color:#d3d3d3;background:#fff;color:#848181;}
.senior-btn .s-btn1:hover,.senior-btn .s-btn2:hover{opacity: 0.8;}


.expression-input{width:500px;float: left;}
.expression-input textarea{width: 450px;
    border-color: #dcdcdc;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;height:190px;}
.expression-input p{color: #e46a6a;line-height: 20px;}
.expression-input .senior-btn{padding:20px 0 0 0;}


.expression-refer{width:650px;
  float: right;letter-spacing: 0;border-radius: 3px;}
.expression-refer dl{margin-bottom: 10px;}
.expression-refer dl dt{}
.expression-refer dl dd{}
.expression-refer dl dd ul{}
.expression-refer dl dd ul li{float: left;width:16.66%;margin-right: 10px;}

.layui-card .set-bread{border-bottom: 1px #666 dotted;padding:0 0 10px 0;font-size: 14px;}
.clearfix .cards{margin:15px 0 0 0;padding: 15px 15px 0 15px;}
.lists li{border-bottom: 1px solid #666;}
.lists li dl{height: 150px;}
.lists li dl dt{float: left;}
.lists li dl dt img{width:260px;height: 150px;margin-right: 20px;}
.lists li dl .dd1{padding:10px 0;font-size:13px;color: #098acc;padding: 0 110px 5px 0;border-bottom:1px dotted #666;}
.lists li dl .dd1 a{font-size: 16px;color: #098acc;}
.lists li dl .dd2{padding:10px 0 0 20px;font-size:10px; border-bottom:0;}
.lists li dl .dd2 div{width:870px;}
.lists li dl .dd3{padding:10px 0;border-bottom:0;}
.listdatas li{}
.listdatas li dl{}
.listdatas li dl dt{float: left;}
.listdatas li dl dt img{width:260px;height: 150px;margin-right: 20px;}
.listdatas li dl .dd1{padding:10px 0;font-size: 16px;padding: 0 110px 5px 0;border-bottom:0px dotted #666;}
.listdatas li dl .dd1 a{font-size: 16px;color: #098acc;}
.listdatas li dl .dd2{padding:10px 0 0 0;border-bottom:0;}
.listdatas li dl .dd2 div{width:870px;}
.listdatas li dl .dd3{padding:0 0;border-bottom:0;}
@media (max-width: 1300px) {}
@media (max-width: 480px) {}
