@charset "utf-8";
/* CSS Document */
.text-act-color,
a.text-act-color {
    color: #ff9900;
}

.act-bg {
    background: url(/public/images/ac-bg.png) repeat;
    background-size: 100%;
}

.act-wrap {
    width: 1002px;
    margin: 0 auto;
    line-height: 24px;
    padding-bottom: 20px;
}

.act-content {
    position: relative;
    background-color: #fff;
}

.act-cnt {
    float: right;
    width: 455px;
}

.act-sbanner {
    position: relative;
    width: 465px;
    height: 260px;
}

.act-sbanner li {
    position: relative;
    height: 265px;
    overflow: hidden;
}

.act-sbanner li img {
    width: 101%;
}

.act-bx-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.ac-navi {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    z-index: 100;
    text-align: center;
}

.ac-navi .bx-pager {
    padding-right: 10px;
}

.ac-navi .bx-pager .bx-pager-item {
    float: right; /*display: inline-block;*/
    margin: -4px 4px;
    overflow: hidden;
}

.ac-navi .bx-pager .bx-pager-item a {
    background: #e0e0e0;
    width: 16px;
    height: 5px;
}

.ac-navi .bx-pager .bx-pager-item a.active {
    background-color: #e54e17;
}

.act-cnt-list li {
    float: left;
    width: 294px;
    height: 115px;
    background-color: #fdfdfd;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px 30px;
    box-sizing: border-box;
}

.act-line {
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 16px;
    margin-right: 5px;
    margin-left: -8px;
    background-color: #ff9900;
}

.act-title {
    height: 55px;
    line-height: 55px;
    padding-left: 70px;
    font-size: 18px;
    background:url(/public/images/news/ac-bg2.png) no-repeat;
}

.ac-videolist ul {
    overflow: hidden;
}

.ac-videolist li {
    float: left;
    width: 33.333%;
    overflow: hidden;
    text-align: justify;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ac-imgwrap {
    display: block;
    width: 50%;
    height: 100%;
}

.ac-imgwrap img {
    width: 100%;
}

.ac-imgwrap:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.icon-video,
a.icon-video {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(/public/images/ac-video-btn.png) no-repeat center;
}

a.icon-video:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.ac-img-list {
    width: 105%;
}

.ac-img-list li {
    width: 290px;
    height: 250px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin-right: 45px;
}

.ac-img-list li.mr-0 {
    margin-right: 0;
}

.ac-imglist-wrap {
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
}

.ac-imglist-wrap img {
    width: 100%;
}

.ac-plist li {
    display: inline-block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: #dcdcdc solid 2px;
    vertical-align: top;
    margin-left: -4px;
}

.ac-plist li.active {
    border-top: #ff9900 solid 2px;
}

.ac-plist li.active a,
.ac-plist li:hover a {
    color: #ff9900;
    font-size: 20px;
    font-weight: bold;
}

.act-userlist-wrap {
    width: 960px;
    height: 340px;
    overflow: auto;
    position: relative;
}

.act-userlist {
    overflow: hidden;
}

.act-userlist li {
    float: left;
    vertical-align: top;
    margin-right: 55px;
    width: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 45px;
}

.act-userlist li img {
    display: block;
    width: 195px;
    height: 195px;
    border-radius: 195px;
    margin-bottom: 10px;
}

.act-userlist li p {
    white-space: normal;
}

/*body{*/
/*scrollbar-face-color:#f98818; */
/*面子*/
/*scrollbar-arrow-color:#f0f0f0; */
/*箭头*/
/*scrollbar-3dlight-color:#f98818; */
/*最外左*/
/*scrollbar-highlight-color:#f98818; */
/*左二*/
/*scrollbar-shadow-color:#f98818; */
/*右二*/
/*scrollbar-darkshadow-color:#f98818; */
/*右一*/
/*scrollbar-track-color:#f0f0f0; */
/*滑道*/
/*}*/
/*---滚动条默认显示样式--*/
/*::-webkit-scrollbar-thumb{*/
/*background-color:#f98818;*/
/*-webkit-border-radius:5px;*/
/*width: 50px;*/
/*border: 2px solid #fff;*/
/*}*/
/*---鼠标点击滚动条显示样式--*/
/*::-webkit-scrollbar-thumb:hover{*/
/*background-color:#f98818;*/
/*-webkit-border-radius:4px;*/
/*}*/
/*---滚动条大小--*/
/*::-webkit-scrollbar{*/
/*width:8px;*/
/*height:8px;*/
/*}*/
/*---滚动框背景样式--*/
/*::-webkit-scrollbar-track-piece{*/
/*background-color:#f0f0f0;*/
/*-webkit-border-radius:5px;*/
/*}*/
.tr-bg {
    background-color: #f4fbfe;
}

.act-table table {
    width: 100%;
    text-align: left;
}

.act-table  .bg-orage {
    background: #fa8818;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
}

.act-table table th {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 12px;
}

.act-table table td {
    height: 60px;
}

.act-table table td:first-child {
    text-align: center;
    width: 300px;
}

.act-slide {
    width: 100%;
}

.ac-aside-wrap {
    width: 1002px;
    margin: 0 auto;
}

.ac-aside-c {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: -90px;
}

.ac-aside {
    position: fixed;
    bottom: 288px;
}

/*.tab-content{*/
/*height: 510px;*/
/*overflow: hidden;*/
/*}*/
.ac-border {
    border: #e5e5e5 solid 2px;
    border-right: 0;
}

.act-word-wrap {
    padding: 30px 15px;
    width: 98%;
    height: 470px;
    overflow: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.act-word-wrap .mCSB_scrollTools .mCSB_draggerRail {
    width: 7px;
    background-color: #e8eff7;
}

.act-word-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f0f0f0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f98818;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 2px 0;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #f98818;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 5px 0;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(249, 136, 24, .5);
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
}

.tab-pane {
    opacity: 0;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.tab-pane.active {
    opacity: 1;
}

.ac-video-img {
    width: 465px;
    height: 293px;
    overflow: hidden;
}

.ac-video-img img {
    width: 100%;
}

.ac-album {
    width: 100%;
    background-color: #fff;
}

.ac-album-b {
    width: 100%; /*height: 600px;*/
    overflow: hidden;
}

.ac-album-b li img {
    width: 100%;
    margin-bottom: 10px;
}

.ac-album-sm a {
    display: inline-block;
    width: 80px;
    height: 55px;
    border: solid 2px #f0f0f0;
    padding: 3px;
}

.ac-album-sm a.active {
    border-color: #009800;
}

.ac-album-sm a img {
    width: 100%;
}

.bx-controls-direction a {
    left: 10px;
    margin: 0;
}

.bx-controls-direction .bx-next {
    right: 10px;
}

.bx-pager-c {
    white-space: nowrap;
    overflow: auto;
}

.bx-pager-c a {
    display: inline-block;
    width: 100px;
    padding: 2px;
    border: solid 2px #f0f0f0;
    margin-right: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-pager-c a img {
    width: 100%;
}

.bx-pager-c a.active {
    border-color: #009800;
}

.bx-pager-c .bx-controls-direction a {
    border: 0;
}

.bx-pager-c .bx-controls-direction .bx-prev {
    left: -60px;
    background-color: rgba(0, 0, 0, .5);
}

.bx-pager-c .bx-controls-direction .bx-next {
    right: -60px;
    background-color: rgba(0, 0, 0, .5);
}

.bx-pager-c .bx-controls-direction a .icon {
    margin-left: 2px;
}

.pic {
    width: 100%;
    overflow: hidden;
}

.pic img {
    width: 100%;
}

.act-slide2, .act-slide {
    overflow: hidden;
}

.act-slide ul, .act-slide2 ul {
    width: 110%;
}

.act-slide li {
    float: left;
    width: 220px;
    margin-right: 22px;
}

.act-slide2 li {
    float: left;
    width: 170px;
    margin-right: 25px;
}

.act-slide2 .pic img {
    height: 170px;
}

.act-newslist li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #e5e5e5 solid 1px;
}

/*专题页2*/
.ay-cnt {
    background-color: #fcf8f0;
    padding-bottom: 40px;
}

.ay-cnt-w {
    width: 1000px;
    margin: 0 auto;
    padding: 45px 50px;
    background-color: #fff;
}

.ay-banner {
    background-color: #fcf8f0;
}

.ay-banner .ay-cnt-w {
    padding: 0;
    width: 1100px;
}

.ay-banner img {
    width: 100%;
}

.ay-sbanner {
    display: inline-block;
    width: 381px;
    height: 283px;
    overflow: hidden;
    vertical-align: top;
}

.ay-title {
    line-height: 70px;
    color: #f98818;
    padding-left: 64px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    background: url(/public/images/zt-title.png) no-repeat left bottom;
}

.ay-title2 {
    line-height: 59px;
    background: url(/public/images/title2-bg.png) no-repeat left bottom;
    color: #f98818;
    padding-left: 25px;
    font-size: 21px;
    font-weight: bold;
}

.ay-scnt {
    margin-top: -15px;
    display: inline-block;
    width: 410px;
    vertical-align: top;
    margin-left: 15px;
}

.ay-cop {
    margin-top: -15px;
    display: inline-block;
    width: 170px;
    vertical-align: top;
    margin-left: 15px;
}

.ay-scnt-cnt {
    margin-top: 17px;
    background-color: #fcfcfc;
    padding: 10px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
}

.ay-cop .ay-title {
    margin-bottom: 15px;
}

.ay-cop .ay-title2 {
    margin-bottom: 15px;
}

.ay-title-cnt2{
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.ay-user {
    width: 110%;
    overflow: hidden;
}
.ay-user-title {

  line-height: 26px;
  white-space: pre-wrap;
}

.ay-user li {
    float: left;
    width: 207px;
    margin-bottom: 40px;
    background-color: #fcfcfc;
    text-align: center;
    margin-right: 57px;
}

.ay-user-cnt {
    line-height: 30px;
    color: #999999;
    padding: 15px 0;
    height: 100px;
}

.ay-user-cnt strong {
    color: #333333;
    font-size: 18px;
}

.ay-line-v {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #f98818;
    vertical-align: middle;
}

.ay-comm {
    background-color: #4b4a4a;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}

.ay-table table {
    border: #d9d9d9 solid 1px;
    border-collapse: collapse;
    line-height: 30px;
    font-size: 15px;
    text-align: left;
    width: 100%;
}

.ay-table table th {
    background: #fa8818;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    padding: 8px 0 8px 45px;
}

.ay-table table .bg-orage {
    background: #fa8818;
    color: #ffffff;
    font-weight: normal;
    font-size: 19px;
}

.ay-table table th:first-child {
    width: 140px;
    text-align: center;
    padding-left: 0;
    border-right: #ffffff solid 1px;
}

.ay-table table td {
    vertical-align: top;
    border: #d9d9d9 solid 1px;
    padding: 8px 0 8px 45px;
}

.ay-table table td:first-child {
    width: 140px;
    font-size: 16px;
    text-align: center;
    padding-left: 0;
}

.ay-sbanner .bx-controls-direction a {
    top: inherit;
    bottom: 0;
    height: 35px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ay-sbanner .bx-prev {
    left: inherit;
    right: 44px;
}

.ay-sbanner .bx-next {
    right: 0;
}

.act-bx-cnt {
    font-size: 12px;
    width: 70%;
    line-height: 35px;
    height: 35px;
}

.icons {
    display: inline-block;
    width: 43px;
    height: 35px;
    background: url(/public/images/ay-arrow.png) no-repeat left;
    background-color: rgba(0, 0, 0, .5);
}

.icon-next1 {
    background-position: -42px 0;
}

.ay-sbanner .bx-controls-direction a:hover .icons {
    background-color: #e2944f;
}

.ay-speech li {
    overflow: hidden;
    padding: 25px 0;
    line-height: 25px;
    border-bottom: #dedede solid 1px;
}

.ay-speech li:last-child {
    border-bottom: 0;
}

.ay-speech .more,
.ay-speech-cnt .more {
    color: #f98818;
}

.text-333 {
    color: #333333;
}

.text-indent {
    text-indent: 2em;
}

.ay-speech-cnt {
    /*padding-top: 25px;*/
    overflow: hidden;
    line-height: 24px;
    /*border-top: #dedede solid 1px;*/
    margin-top: 25px;
}

.ay-speech-cnt.first {
    margin-top: 0;
    border-top: none;
}

.ay-speech-u {
    width: 220px;
}

.ay-speech-u-t {
    line-height: 36px;
    background: #fa8818;
    color: #ffffff;
    font-size: 16px;
    padding-left: 18px;
}

.ay-speech-u p {
    background: #fcfcfc;
}

.ay-video {
    padding: 50px 75px;
    text-align: center;
    background-color: #fcfcfc;
    margin-top: 25px;
}

.ay-weibo-list {
    margin-top: 25px;
}

.ay-weibo-list li {
    margin-bottom: 16px;
    background-color: #fcfcfc;
    padding: 15px 22px;
}

.ay-friend-w {
    display: inline-block;
    width: 50%;
}

.ay-friend li {
    font-size: 16px;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}

.ay-speech-u-p {
    padding: 17px;
    background: #fcfcfc;
}

.list_lh {
    height: 300px;
    overflow: hidden;
}

.list_lh li {
    padding: 10px;
}

.list_lh li.lieven {
    background: #F0F2F3;
}

.list_lh li p {
    height: 24px;
    line-height: 24px;
}

.list_lh li p a {
    float: left;
}

.list_lh li p em {
    width: 80px;
    font: normal 12px/24px Arial;
    color: #FF3300;
    float: right;
    display: inline-block;
}

.list_lh li p span {
    color: #999;
    float: right;
}

.list_lh li p a.btn_lh {
    background: #28BD19;
    height: 17px;
    line-height: 17px;
    color: #fff;
    padding: 0 5px;
    margin-top: 4px;
    display: inline-block;
    float: right;
}

.btn_lh:hover {
    color: #fff;
    text-decoration: none;
}


.wraper-special{
  background-color: #fcf8f0;
}

.main-special .container{
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  padding-top: 28px;
}

.main-special{
  padding-bottom: 54px;
}

.lead-special{
  position: relative;
  border: 1px solid #f98818;
  padding: 20px 40px;
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
}

.lead-special:after{
  content: "";
  width: 69px;
  height: 71px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/public/images/lead-special.png") no-repeat;
}

.title-special{
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  color: #666666;
  line-height: 20px;
  padding-bottom: 9px;
  border-bottom: 3px solid #d5d5d5;
}

.title-special:before{
  content: "";
  position: absolute;
  width: 3px;
  top: 0;
  left: 0;
  height: 20px;
  background-color: #f98818;
}

.title-special:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #f98818;
  height: 3px;
  width: 90px;
}
.news-special li{
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e0e0e0;
}
.news-special .pic{
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
    margin-right: 20px;
}
.news-special .pic img{
  width: 100%;
  height: auto;
  min-height: 100%;
}

.news-special .cnt{
  height: 120px;
  position: relative;
}

.news-special .cnt .t-t{
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-special .cnt .c-t{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.news-special .cnt .c-t a{
  color: #f98818;
}

.news-special .cnt span{
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
}

.page-special{
  float: right;
}

.page-special a{
  float: left;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border: 1px solid #f98818;
  text-align: center;
  color: #f98818;
  margin-left: 9px;
}

.page-special a:hover,
.page-special a.active{
  background-color: #f98818;
  color: #fff;
}

.img-special {
  margin-top: 38px;
  margin-bottom: 38px;
}

.img-special img{
  width: 100%;
  height: auto;
}

.text-special{
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  margin-top: 34px;
  margin-bottom: 34px;
  text-align: justify;
}
.album-special{
  text-align: center;
  padding-top: 35px;
}
.album-tab{
  display: inline-block;
  margin-bottom: 32px;
}
.album-tab a{
  float: left;
  width: 130px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #f98818;
  border: 1px solid #f98818;
  position: relative;
}
.album-tab a.active{
  color: #fff;
  background-color: #f98818;
}
.album-tab a.first{
  padding-left: 5px;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
.album-tab a.second{
  padding-right: 5px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
.album-tab a.active:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #f98818;
}
.album-cnt{
  margin-bottom: 50px;
  padding: 19px 16px;
  background-color: #fcf8f0;
  position: relative;
}
.album-cnt .bxslider{
  height: 550px;
}
.album-cnt .bxslider li{
  height: 550px;
  overflow: hidden;
}
.album-cnt .bxslider li img{
  width: 100%;
  height: auto;
  min-height: 100%;
}
.album-cnt .bx-next,
.album-cnt .bx-prev{
  height: 78px;
  width: 50px;
  top: 50%;
  margin-top: -39px;
  font-size: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.album-cnt .bx-prev{
  left: -16px;
  background: url("/public/images/icon-album-prev.png") #fcf8f0 center no-repeat;
}
.album-cnt .bx-next{
  right: -16px;
  background: url("/public/images/icon-album-next.png") #fcf8f0 center no-repeat;
}
.video-special{
  margin-top: 37px;
  margin-bottom: 50px;
}
.video-special .bx-wrapper{
  padding-left: 58px;
  padding-right: 58px;
}
.video-special .bxslider{
  height: 344px;
}
.video-special .bxslider li{
  height: 344px;
}
.video-special .bxslider .video{
  float: left;
  height: 344px;
  width: 433px;
  overflow: hidden;
}

.video-special .bxslider .cnt{
  margin-left: 470px;
  height: 344px;
  position: relative;
}
.video-special .bxslider .cnt span{
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-bottom: 12px;
  display: block;
}
.video-special .bxslider .cnt h3{
  font-size: 26px;
  color: #333333;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-special .bxslider .cnt p{
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
  max-height: 215px;
  overflow: hidden;
}
.video-special .bxslider .cnt a{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  width: 146px;
  line-height: 40px;
  font-size: 16px;
  color: #f98818;
  border: 1px solid #f98818;
  text-align: center;
}
.video-special .bxslider .cnt a:hover{
  background-color: #f98818;
  color: #fff;
}
.video-special .bx-prev,
.video-special .bx-next{
  height: 60px;
  width: 30px;
  top: 50%;
  margin-top: -30px;
  font-size: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-special .bx-prev{
  left: 0;
  background: url("/public/images/icon-video-prev.png") #fbab5d center no-repeat;
}
.video-special .bx-next{
  right: 0;
  background: url("/public/images/icon-video-next.png") #fbab5d center no-repeat;
}
.blog-special{
  border: 1px solid #e0e0e0;
  padding-left: 26px;
  padding-right: 26px;
  margin-top: 38px;
  margin-bottom: 60px;
  height: 422px;
  overflow-y: hidden;
}

.blog-special li{
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e0e0e0;
}

.blog-special .avatar{
  float: left;
  width: 68px;
  height: 68px;
  overflow: hidden;
}
.blog-special .avatar img{
  width: 100%;
  height: auto;
  min-height: 100%;
}
.blog-special .cnt{
  margin-left: 75px;
  height: 68px;
}

.blog-special .cnt p{
  line-height: 24px;
  font-size: 14px;
  height: 48px;
  overflow: hidden;
  color: #666666;
}

.blog-special .cnt span{
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #999999;
}

.model-special li{
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e0e0e0;
}

.model-special h3{
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.model-special p{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.model-special span{
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
  line-height: 16px;
}
.model-special p a {
  color: #f98818;
}

.model-special span b{
  font-weight: normal;
  margin-left: 12px;
}

.model-special span .icon-eye{
  background: url("/public/images/icon-eye.png") center no-repeat;
  display: inline-block;
  height: 10px;
  width: 17px;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 0;
}

.text-666{ color: #666;}