body {
  min-width: 1200px;
}
header {
  padding-top: 23px;
  height: 118px;
}
header .w1200 .hd-right .mailbox {
  position: relative;
  margin-top: 15px;
}
header .w1200 .hd-right .mailbox span {
  margin-right: 8px;
  font-size: 16px;
  color: #333;
}
header .w1200 .hd-right .mailbox input {
  width: 140px;
  height: 32px;
  border-radius: 23px;
  border: 1px solid #e6e6e6;
  padding: 0 40px 0 10px;
  color: #999;
  background: none;
  outline: none;
}
header .w1200 .hd-right .mailbox .icon {
  position: absolute;
  top: 6px;
  right: 9px;
}
header .w1200 .hd-right .mailbox .icon div {
  margin-right: 9px;
  width: 1px;
  height: 20px;
  display: inline-block;
  background-color: #dcdcdc;
}
header .w1200 .hd-right .mailbox .icon img {
  margin-top: -13px;
}
nav {
  margin: 0 auto;
  height: 50px;
  box-shadow: 0px 5px 20px 0px rgba(22, 52, 121, 0.3);
  max-width: 1920px;
}
nav .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
nav .w1200 a {
  color: #333;
  font-size: 16px;
}
.banner {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .w1200 {
  position: relative;
  height: 100%;
}
.banner .w1200 .synopsis {
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 20px;
  width: 400px;
  height: 220px;
  background-color: rgba(233, 133, 46, 0.9);
  color: #fff;
}
.banner .w1200 .synopsis .h2 {
  font-size: 20px;
  text-align: center;
}
.banner .w1200 .synopsis .line {
  width: 326px;
  margin: 8px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .w1200 .synopsis .line .yuan {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.banner .w1200 .synopsis .line .xian {
  width: 150px;
  height: 1px;
  background-color: #fff;
}
.banner .w1200 .synopsis p {
  margin: 0 auto;
  width: 347px;
  text-align: justify;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 27px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main {
  margin: 30px auto 60px;
}
.main .w1200 {
  position: relative;
}
.main .line {
  position: absolute;
  left: -355px;
  top: 0;
  width: 355px;
  height: 355px;
  border-top: 5px solid #dcdcdc;
  border-right: 7px solid #dcdcdc;
}
.main .navigation {
  float: left;
}
.main .navigation ul {
  float: left;
  width: 210px;
  border-top: 5px solid #0388e1;
  box-sizing: border-box;
  padding-left: 15px;
}
.main .navigation ul .active {
  height: 125px;
  overflow: hidden;
  color: #0388e1;
}
.main .navigation ul li {
  padding-left: 32px;
  height: 64px;
  line-height: 65px;
  border-bottom: 1px solid #dcdcdc;
}
.main .navigation ul li:hover a {
  color: #0388e1;
}
.main .navigation ul li a {
  display: block;
  font-size: 18px;
  color: #333333;
}
.main .navigation ul li:first-child {
  height: 64px;
  box-sizing: border-box;
  padding-top: 10px;
  border: none;
}
.main .navigation ul li:first-child a {
  font-size: 22px;
  color: #0388e1;
}
.main .text-box {
  float: right;
  width: 950px;
}
.main .text-box .title {
  height: 33px;
  border-bottom: 1px solid #dcdcdc;
}
.main .text-box .title span {
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 33px;
}
.main .text-box .title span a {
  display: inline-block;
}
.main .text-box #Article {
  padding-top: 30px;
}
.main .text-box #Article iframe {
  width: 950px;
  height: 500px;
}
.main .text-box #Article h2 {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.main .text-box #Article .details {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 20px 0 30px;
}
.main .text-box #Article .details span {
  margin-right: 28px;
}
.main .text-box #Article p {
  color: #333333;
  font-size: 16px;
  /*text-indent: 2em;*/
  text-align: justify;
  line-height: 30px;
}
.main .text-box #Article img {
  display: block;
  margin: 0 auto;
  max-width: 790px;
}
.main .text-box #InstitutionSetting {
  padding-top: 60px;
  padding-bottom: 30px;
}
.main .text-box #InstitutionSetting .setting-left {
  float: left;
  width: 160px;
  height: 100%;
}
.main .text-box #InstitutionSetting .setting-left img {
  width: 100%;
  height: 100%;
}
.main .text-box #InstitutionSetting .setting-list {
  float: left;
  display: flex;
  align-items: center;
  width: 790px;
  height: 100%;
  position: relative;
}
.main .text-box #InstitutionSetting .setting-list ul {
  width: 548px;
}
.main .text-box #InstitutionSetting .setting-list ul li {
  margin-bottom: 1px;
}
.main .text-box #InstitutionSetting .setting-list ul li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 106px;
  padding: 16px 49px 16px 40px;
  background-color: #f7f7f7;
  color: #333;
  font-size: 18px;
}
.main .text-box #InstitutionSetting .setting-list ul li a .setting-title {
  width: 100%;
}
.main .text-box #InstitutionSetting .setting-list ul li a .setting-title h3 {
  float: left;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 18px;
  color: #333;
}
.main .text-box #InstitutionSetting .setting-list ul li a .setting-title span {
  float: right;
}
.main .text-box #InstitutionSetting .setting-list ul li a p {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .text-box #InstitutionSetting .setting-list ul li:last-child {
  margin-bottom: 0;
}
.main .text-box #InstitutionSetting .setting-list ul li:hover a {
  background-color: #fdf3f3;
}
.main .text-box #InstitutionSetting .setting-list ul li:hover a .setting-title h3,
.main .text-box #InstitutionSetting .setting-list ul li:hover a .setting-title span {
  color: #0388e1;
}
.main .text-box #InstitutionSetting .setting-list ul li .setting-img {
  display: none;
  margin-right: 2px;
  width: 240px;
  height: 641px;
  position: absolute;
  right: 0;
  top: 0;
}
.main .text-box #InstitutionSetting .setting-list ul li .setting-img img{
  width: 240px;
  height: auto;
}
.main .text-box #InstitutionSetting .setting-list ul li:first-child .setting-img {
  display: block;
}
.main .text-box #InstitutionSetting .setting-list ul li:hover .setting-img{
  display: block;
}
.main .text-box #JZnbm {
  margin-top: 20px;
}
.main .text-box #JZnbm li {
  float: left;
  margin-top: 14px;
  margin-right: 70px;
  width: 268px;
  height: 66px;
  border-bottom: 1px solid #dcdcdc;
}
.main .text-box #JZnbm li:nth-child(3n) {
  margin-right: 0;
}
.main .text-box #JZnbm li:hover {
  border-bottom: 1px solid #0388e1;
}
.main .text-box #JZnbm li:hover a {
  color: #0388e1;
}
.main .text-box #JZnbm li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
}
.main .text-box #NewsList {
  padding: 10px 0 40px;
}
.main .text-box #NewsList ul li:hover a .text {
  color: #0388e1;
}
.main .text-box #NewsList ul li a {
  display: block;
  height: 57px;
  line-height: 57px;
  border-bottom: 1px dashed #dcdcdc;
}
.main .text-box #NewsList ul li a div {
  float: left;
}
.main .text-box #NewsList ul li a .icon {
  margin-top: 24.5px;
  width: 6px;
  height: 6px;
  background-color: #0388e1;
}
.main .text-box #NewsList ul li a .text {
  margin-left: 10px;
  color: #333333;
  font-size: 18px;
  width: 835px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .text-box #NewsList ul li a .time {
  float: right;
  color: #666666;
  font-size: 16px;
}
.main .text-box #BeltList {
  padding-bottom: 40px;
}
.main .text-box #BeltList ul li a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.main .text-box #BeltList ul li a img {
  float: left;
  width: 120px;
  height: 170px;
}
.main .text-box #BeltList ul li a .text-box {
  box-sizing: border-box;
  float: right;
  width: 788px;
  padding-top: 4px;
}
.main .text-box #BeltList ul li a .text-box h3 {
  font-size: 18px;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .text-box #BeltList ul li a .text-box p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 2px;
  text-align: justify;
}
.main .text-box #BeltListTime {
  padding-top: 15px;
  padding-bottom: 40px;
}
.main .text-box #BeltListTime ul li a {
  display: block;
  padding: 15px 0;
}
.main .text-box #BeltListTime ul li a .overflow {
  float: left;
  width: 240px;
  height: 150px;
  overflow: hidden;
}
.main .text-box #BeltListTime ul li a .overflow img {
  width: 100%;
  height: 100%;
  transition: 1s transform;
}
.main .text-box #BeltListTime ul li a .overflow img:hover {
  transform: scale(1.1);
}
.main .text-box #BeltListTime ul li a .text-box {
  position: relative;
  box-sizing: border-box;
  float: right;
  width: 679px;
  height: 150px;
  padding-top: 4px;
}
.main .text-box #BeltListTime ul li a .text-box:hover h3 {
  color: #0388e1;
}
.main .text-box #BeltListTime ul li a .text-box h3 {
  font-size: 18px;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 11px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .text-box #BeltListTime ul li a .text-box p {
  margin-bottom: 10px;
  height:63px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 2px;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main .text-box #BeltListTime ul li a .text-box i {
  position: absolute;
  bottom: 5px;
  left: 0px;
  display: inline-block;
}
.main .text-box #BeltListTime ul li a .text-box i img {
  width: 20px;
  height: 20px;
}
.main .text-box #BeltListTime ul li a .text-box .time {
  margin-left: 30px;
}
.main .text-box #BeltListTime ul li a .text-box span {
  color: #666666;
  font-size: 16px;
  margin-right: 60px;
  vertical-align: -8px;
}
.main .text-box #TXxgk {
  padding-bottom: 40px;
}
.main .text-box #TXxgk li {
  float: left;
  margin-right: 25px;
  margin-top: 30px;
  width: 300px;
  height: 280px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.main .text-box #TXxgk li:nth-child(3n) {
  margin-right: 0;
}
.main .text-box #TXxgk li:hover a img {
  transform: scale(1.1);
}
.main .text-box #TXxgk li:hover a .TXxgk-text-box .title {
  color: #0388e1;
}
.main .text-box #TXxgk li a {
  display: block;
}
.main .text-box #TXxgk li a .overflow {
  width: 300px;
  height: 160px;
  overflow: hidden;
}
.main .text-box #TXxgk li a img {
  display: block;
  width: 300px;
  height: 160px;
  transition: 1s transform;
}
.main .text-box #TXxgk li a .TXxgk-text-box {
  padding: 0 20px;
  margin-top: 15px;
}
.main .text-box #TXxgk li a .TXxgk-text-box .title {
  width: calc(100% - 130px);
  border-bottom: 1px solid #e77817;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .text-box #TXxgk li a .TXxgk-text-box p {
  margin-top: 8px;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .text-box #TXyfm {
  padding-bottom: 40px;
}
.main .text-box #TXyfm li {
  margin-top: 30px;
  float: left;
  margin-right: 25px;
}
.main .text-box #TXyfm li:nth-child(3n) {
  margin-right: 0;
}
.main .text-box #TXyfm li:hover a h4 {
  color: #0388e1;
}
.main .text-box #TXyfm li:hover a img {
  transform: scale(1.1);
}
.main .text-box #TXyfm li a {
  display: block;
}
.main .text-box #TXyfm li a .overflow {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.main .text-box #TXyfm li a img {
  width: 300px;
  height: 200px;
  transition: 1s transform;
}
.main .text-box #TXyfm li a h4 {
  margin-top: 18px;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
footer {
  padding-top: 30px;
  height: 165px;
  background: url(../img/footer.png) no-repeat center;
}
footer .footer-lf {
  float: left;
}
footer .footer-lf span {
  font-size: 14px;
  color: #fff;
}
footer .footer-lf img {
  margin-bottom: 20px;
}
footer .footer-rg {
  float: right;
}
footer .footer-rg ul li {
  margin-left: 30px;
  font-size: 14px;
  color: #fff;
  float: left;
}
.page_wrap {
  width: 100%;
  text-align: center;
}
#page_turn_box {
  display: block;
  margin: 0px auto;
  text-indent: 0;
  font-size: 16px;
}
#page_turn_box div{
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333;
  margin-right: 40px;
  line-height: 50px;
}
#page_turn_box div input {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #333;
  width: 50px;
  height: 30px;
  margin: 0 10px;
  text-align: center;
}
#page_turn_box div button {
  background-color: #0388e1;
  width: 50px;
  height: 30px;
  border: none;
  margin-left: 10px;
  color: white;
  border-radius: 5px;
}
#page_turn_box > a {
  text-indent: 0;
  padding: 2px 12px;
  height: 26px;
  color: #333333;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
  font-size: 16px;
}
#page_turn_box > a.on {
  background-color: #0388e1;
}
#page_turn_box > a:hover,
#page_turn_box > a.on {
  color: white;
  background-color: #0388e1;
}
/*邮箱*/
.write_wrap{
  padding: 40px 30px;
  letter-spacing: 0!important;
}
.write_wrap p.title{
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  border-bottom: 0 !important;
}
.write_wrap p.title:after{
  content: '';
  display: block;
  margin: 8px auto 0;
  width: 40px;
  height: 2px;
  background-color:  rgb(3,136,225);
}
.write_wrap label.input_box{
  display: inline-block;
  width: 379px;
  height: 24px;
  font-size: 0;
  margin-bottom: 20px;
}
.write_wrap label.input_box > input{
  width: 320px;
  height: 24px;
  display: inline-block;
  border:  solid 1px rgb(220,220,220);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  color: #333;
  border-radius:4px;
}
.write_wrap label  span{
  display: inline-block;
  width: 41px;
  font-size: 16px;
  color: rgb(3,136,225);
  margin-right: 16px;
  border-bottom: 0 !important;
}
.write_wrap label.textarea_box{
  display: block;
  height: 288px;
  width: 100%;
  font-size: 0;
}
.write_wrap .tips span,.tips{
  width: auto;
  margin-right: 2px;
}
.write_wrap .tips span.error{
  color: red;
}

textarea:focus{
  outline: none;
}
.write_wrap .textarea_box>textarea{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 830px;
  height: 288px;
  border: solid 1px rgb(220,220,220);
  vertical-align: top;
  padding: 5px 8px;
  color: #333;
  font-size: 18px;
  border-radius: 4px;
}

.write_wrap .send_mail{
  width: 200px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px  rgb(3,136,225);
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 1px;
  color:  rgb(3,136,225);
  margin: 30px  auto 0;
  cursor: pointer;
}
.write_wrap .send_mail:hover{
  background-color:  rgb(3,136,225);
  color: #fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:    #999; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:    #999; }

::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #999; }

:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:       #999; }



.write_wrap .textarea_box>textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size: 14px;  }

.write_wrap .textarea_box>textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 14px;  }

.write_wrap .textarea_box>textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px;   }

.write_wrap .textarea_box>textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px ; }

/*电子报*/

.dzb-base .top{ background: #f8f8f8; height: 75px;margin: 20px auto;}
.dzb-base .dTitle{ display: inline-block; min-width: 260px;height: 75px; line-height: 75px; padding-left:10px;letter-spacing: 2px; font-size: 18px; font-weight: bold;color: rgb(0, 103, 172);}
.dzb-base .dBB{display: inline-block; width: 400px; vertical-align: top;}
.dzb-base .dBB .btn_l{cursor: pointer; display: inline-block;vertical-align:middle; width: 0; height: 0; border: 10px solid transparent;border-right-color: #007bde;}
.dzb-base .dBB .btn_r{cursor: pointer; display: inline-block;vertical-align: middle; width: 0; height: 0; border: 10px solid transparent;border-left-color: #007bde;}
.dzb-base .dBB .dBBBox{display: inline-block;vertical-align: middle; width: 350px; overflow: hidden; height: 75px;}
.dzb-base .dBB .dBBBox>ul{ width: 10000px;}
.dzb-base .dBB .dBBBox>ul>li{display: inline-block;vertical-align: middle; cursor: pointer;}
.dzb-base .dBB .dBBBox>ul>li>a{line-height: 75px;letter-spacing: 2px; padding-left:16px; font-size: 18px; color: rgb(99, 99, 99);}
.dzb-base .dBB .dBBBox>ul>li.on>a,.dzb-base .dBB .dBBBox>ul>li:hover>a{ color:#007bde}
.dzb-base .main .left .title {
  height: 60px;
  border-bottom: none;
}
.dzb-base .main{ font-size: 0; padding-bottom:30px;}
.dzb-base .main .left{display: inline-block; width:450px; min-height:575px ;max-height:575px ;overflow: hidden; height: auto;vertical-align: top; background-color: #fff;  }
.dzb-base .main .left img{ width: 100%;}
.dzb-base .main .bbgy{ display: inline-block; width: 470px;background-color: #fff;vertical-align: top; margin-left: 30px; }
.dzb-base .main .right{ display: inline-block;width: 340px;background-color: #fff;vertical-align: top; }
.dzb-base .main  .top{width: 100%;height: 40px;margin-top:0; font-size: 16px;letter-spacing: 2px; color: rgb(255, 255, 255);line-height: 42px;font-weight: bold; background: #007bde;}
.dzb-base .main .right .top >i{ display: inline-block; vertical-align: top; margin: 0 10px;margin-top:12px;margin-right: 10px;background: url("http://www.scetop.com/html/xww/img/jqBg.png") no-repeat center; width:18px; height: 18px;}
.dzb-base .main .bbgy .top >i{ display: inline-block; vertical-align: top; margin: 0 10px;margin-top:12px; background: url("http://www.scetop.com/html/xww/img/bbgyBg.png") no-repeat center; width:18px; height: 18px;}
.dzb-base .main .right ul{ padding: 10px 20px; } 
.dzb-base .main .right ul >li{ cursor: pointer;}
.dzb-base .main .right ul >li>img{ border: 1px solid #ccc;  border-radius: 3px;}
.dzb-base .main .right ul >li>p{font-size: 14px; padding-bottom: 10px ; color: rgb(51, 51, 51); line-height: 2.571;letter-spacing: 1px; text-align: center;}
.dzb-base .main .bbgy .ulBox{display: block; padding-bottom:30px; margin-top: -20px; min-height: 505px;max-height: 505px;overflow: auto;overflow-x: hidden;}
.dzb-base .main .bbgy ul{padding: 0 10px;width: 450px; min-height: 505px;}
.dzb-base .main .bbgy ul>li{padding-top:20px; border-bottom: 1px dashed #969696; height: 62px;position: relative;}
.dzb-base .main .bbgy ul>li i{ display: inline-block; margin-top:5px; vertical-align: top; background: url("http://www.scetop.com/html/xww/img/bicon.png") no-repeat center; width: 9px; height: 13px;}
.dzb-base .main .bbgy ul>li .title{float: right;text-align: justify; vertical-align: top; padding-right: 10px;border-bottom: none; height: 50px; width:415px; font-size: 16px;color: #333; line-height: 1.5;letter-spacing: 2px;}
.dzb-base .main .bbgy ul>li:hover .title{color: #007bde;}
.dzb-base .main .bbgy ul>li:hover i{ background-image: url("http://www.scetop.com/html/xww/img/onbicon.png")}
.detailOn .dzb-base .main .right,.detailOn .dzb-base .main .left{ display: none;}
.detailOn .dzb-base .main .bbgy {margin-left: 0px;display: none;}
.DzBDetales { display: none;}
.detailOn  .collbackFn{ float: right; cursor: pointer!important ; padding-right: 10px}
.detailOn .DzBDetales{ display: inline-block; width: 100%; background: #fff; min-height: 575px; vertical-align: top; font-size:16px;}
.detailOn .DzBDetales .top>i{ display: inline-block; background:  url("http://www.scetop.com/html/xww/img/addressIcon.png") no-repeat top; width:13px; height: 22px; margin: 0px 10px;vertical-align: middle; }
.detailOn .DzBDetales .dDetails .pageTitle{font-size: 20px;text-align: center;color: #007bde;line-height: 1.5;font-weight: bold; letter-spacing: 2px;}
.detailOn .DzBDetales .dDetails  .pageFtitle{width: 100%;height: 30px;margin-bottom: 30px; font-size: 0; background: url(http://www.scetop.com/html/xww/img/pageFtitleBG.png) center no-repeat;margin-top: 5px;text-align: center;}
.detailOn .DzBDetales .dDetails .pageFtitle span{display: inline-block;font-size: 12px;color: #959595;margin: 0px 10px;line-height: 30px;}
.detailOn .DzBDetales .dDetails .dDetailsBox{ margin: 0 auto; width: 750px; border-top: 1px dashed #969696 ; padding-top:20px; overflow: hidden;}
.txt-cut2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* select */
 .select{position:relative;display: inline-block;vertical-align: top; width: 272px; height: 45px;margin-top:8px; font-size: 0; z-index:99!important;  }
 .select input{height:35px;width: 250px; text-align: center; color: #333; position: relative; border: 2px solid transparent; display:inline-block;border-radius: 3px; background:#ffffff  no-repeat 97px center;line-height:35px;padding-left:5px;cursor:pointer;margin-top:10px; padding-right:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:1;font-size:16px;}
 .select i{display:block;position: absolute;cursor: pointer; z-index:10; right: 25px; top:14px; width: 18px;height: 18px;background-color: transparent;border-left: 2px solid #007bde;border-bottom: 2px solid #007bde;transform: rotate(-45deg);transition: all .2s ease-in-out;}
 .select input{border: 2px solid #007bde;border-radius: 40px; }
 .select dt{ cursor: pointer; position: absolute; left: 0; top: 10px; width: 260px;height: 38px; display:block;z-index: 9; }
 .select.cur i{  transform: rotate(135deg);top: 25px;}
 .select div{position:absolute;left: 7px;top:38px;border: 1px solid #d2ccc4;font-size:0; background:#fff;display:none;border-radius:5px; }
 .select div ul{padding-top:20px; width:250px;max-height:400px;overflow:auto; overflow-x: hidden; }
 .select div ul li a{line-height:40px;display:block;padding:0 20px;padding-left:0; width: 230px;text-align: center; font-size:16px; }
 .select div ul li a:hover{background:#f5f5f5;}
