* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #515151;
  background-color: #fff;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 58px;
  }
}
ul, ol {
  list-style: none;
}
img {
  border: 0;
}
a {
  color: #515151;
  text-decoration: none;
}
a:hover {
  color: #cd261e;
  text-decoration: none;
}
em, i {
  font-style: normal;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after {
  clear: both;
}
.visible-xs,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

.text-center {
  text-align: center;
}
.t1em {
  display: inline-block;
  text-indent: 1em;
}
.t2em {
  text-indent: 2em;
}
.t4em {
  text-indent: 4em;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fred {
  color: #f00;
}

.bg-water {
  background: #f7f7f7 url(bg-water.png) repeat;
}

/***************** header S *****************/
header .logo {
  position: relative;
  padding: 5px 0;
}
header .logo img {
  display: block;
  max-width: 100%;
}
header .logo h1,
header .logo b {
  position: absolute;
  left: 115px;
  top: 75px;
  font-size: 16px;
  font-weight: normal;
}
header .slogan,
header .tel {
  display: none;
}
@media (min-width: 992px) {
  header .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .tel {
    display: block;
    margin-top: 25px;
    padding-left: 45px;
    font-size: 18px;
    text-align: right;
    background: url(icon-phone.png) no-repeat;
  }
  header .tel p {
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 6px;
    color: #999;
  }
  header .tel span {
    line-height: 20px;
    font-size: 26px;
    color: #cd261e;
  }
}
@media (min-width: 1200px) {
  header .slogan {
    display: block;
    margin-top: 25px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-left: 1px solid #ddd;
  }
  header .slogan h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
  }
  header .slogan p {
    font-size: 16px;
  }
  header .slogan span {
    color: #cd261e;
  }
}
.nav {
  background-color: #E50012;
}
.nav > ul > li {
  float: left;
  text-align: center;
}
.nav > ul > li > a {
  display: block;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
}
.nav > ul > li.active a,
.nav > ul > li > a:hover {
  color: #fff;
  background-color: #b4160f;
}
.nav > ul > li ul {
  display: none;
}
@media (max-width: 767px) {
  .nav > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .nav > ul > li {
    width: 25%;
    border-left: 1px solid #e6322a;
    border-bottom: 1px solid #e6322a;
  }
  .nav > ul > li:first-child,
  .nav > ul > li:nth-child(5) {
    border-left: none;
  }
}
@media (min-width: 768px) {
  header .logo {
    margin-right: 20px;
  }
  .nav > ul > li {
    margin-right: 10px;
  }
  .nav > ul > li > a {
    padding: 5px 10px;
  }
  .nav > ul > li:first-child > a {
    color: #fff;
    background-color: #222;
  }
}
@media (min-width: 992px) {
  .nav > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .nav > ul > li > a {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/***************** header E *****************/


/***************** footer S *****************/
footer {
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  background-color: #222;
}
footer a {
  color: #fff;
}
footer p {
  padding-top: 10px;
}
footer a,
footer span {
  padding: 0 .5em;
}

.footbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  background-color: #cd261e;
  border-top: 1px solid #f55e57;
}
.footbar li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #f55e57;
}
.footbar li:first-child {
  border-left: none;
}
.footbar li a {
  display: block;
  padding-top: 35px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #fff;
  background: url(icon-home.png) center 5px no-repeat;
  background-size: 28px;
}
.footbar li:nth-child(2) a {
  background-image: url(icon-tel.png);
}
.footbar li:last-child a {
  background-image: url(icon-sms.png);
}
@media (min-width: 768px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footbar {
    display: none;
  }
  .backtop {
    position: fixed;
    right: 10px;
    bottom: 50px;
    display: none;
    width: 50px;
    height: 50px;
    background: url(backtop.jpg) no-repeat;
    cursor: pointer;
  }
}
/***************** footer S *****************/


/***************** banner S *****************/
#indexslider .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
#indexslider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#indexslider .owl-dots .owl-dot {
  display: inline-block;
}
#indexslider .owl-dots .owl-dot span {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 5px;
  background-color: #888;
}
#indexslider .owl-dots .owl-dot.active span,
#indexslider .owl-dots .owl-dot:hover span {
  background-color: #E11313;
}
#indexslider .owl-nav div {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  white-space: nowrap;
  text-indent: -99px;
  overflow: hidden;
  border: none;
  background: url(slider-arrow.png) -60px 0 no-repeat;
}
#indexslider .owl-nav .owl-prev {
  left: 5%;
  background-position: -176px 0;
}
#indexslider .owl-nav .owl-prev:hover {
  background-position: -115px 0;
}
#indexslider .owl-nav .owl-next {
  right: 5%;
}
#indexslider .owl-nav .owl-next:hover {
  background-position: 0 0;
}
@media (min-width: 1200px) {
  #indexslider .owl-nav .owl-prev {
    left: 19%;
  }
  #indexslider .owl-nav .owl-next {
    right: 19%;
  }
}

.banner-page {
  height: 178px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.breadcrumb {
  height: 50px;
  margin-bottom: 20px;
  line-height: 45px;
  background: url(line-bg.gif) left bottom repeat-x;
}
.breadcrumb p {
  padding-left: 20px;
  background: url(icon-path.png) 5px 16px no-repeat;
}
@media (max-width:767px) {
  .banner-page {
    height: 100px;
  }
  .breadcrumb {
    padding: 0 10px;
  }
}
/***************** banner E *****************/

.subnav {
  margin-bottom: 20px;
}
.subnav li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.subnav li a {
  display: block;
  padding: 10px 18px;
  font-size: 16px;
  background-color: #eee;
}
.subnav li.active a,
.subnav li a:hover {
  color: #fff;
  background-color: #ff3333;
}
#pronav .subnav li span {
  display: none;
}
@media (max-width:767px) {
  .subnav {
    padding: 0 10px;
  }
  .subnav li {
    width: 50%;
    padding: 3px;
    margin: 0;
  }
}
@media (min-width:1200px) {
  #pronav {
    padding-left: 5px;
    padding-right: 5px;
  }
  #pronav .subnav {
    margin-left: -5px;
    margin-right: -5px;
  }
  #pronav .subnav li {
    width: 16.66%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  #pronav .subnav li a {
    padding-top: 30px;
    background-color: transparent;
  }
  #pronav .subnav li span {
    position: relative;
    display: inline-block;
  }
  #pronav .subnav li span:after {
    position: absolute;
    left: -30%;
    top: -30%;
    display: block;
    content: " ";
    width: 160%;
    height: 160%;
    background: url(round.png) center no-repeat;
    background-size: contain;
  }
  #pronav .subnav li span img {
    display: block;
  }
  #pronav .subnav li a h4 {
    padding-top: 30px;
  }
  #pronav .subnav li.active a,
  #pronav .subnav li a:hover {
    color: #E11313;
    background-color: #f4f4f4;
  }
  #pronav .subnav li a:hover span:after {
    transform: rotate(90deg);
    transition: all .5s;
  }
}


@media (max-width:767px) {
  .list {
    padding-left: 8px;
    padding-right: 8px;
  }
}


.sidebar .widget {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.sidebar .widget .hd {
  padding: 5px 10px;
  color: #fff;
  background-color: #333;
}
.sidebar .widget .hd h2 {
  font-size: 18px;
}
.sidebar .widget .hd a {
  color: #fff;
}
.sidebar ul {
  padding: 10px;
}
.sidebar ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-indent: 35px;
  background: url(sidenav-li.jpg) no-repeat;
}
.sidebar ul li a:hover {
  color: #fff;
  background-image: url(sidenav-li-active.jpg);
}
@media (max-width: 767px) {
  .sidebar ul li {
    float: left;
    width: 50%;
    padding: 3px;
  }
}
@media (min-width: 768px) {
  #flexwrap {
    display: flex;
  }
  #flexwrap .sidebar {
    width: 256px;
  }
  .sidebar .widget .hd {
    padding: 15px;
  }
  .sidebar ul {
    padding: 15px 19px 10px 19px;
  }
  .sidebar ul li {
    margin-bottom: 6px;
  }
  #flexwrap .content {
    flex: 1;
    margin-left: 30px;
  }
}

.newslist li {
  padding: 20px 0;
  border-bottom: 1px dotted #bcbcbc;
}
.newslist li a {
  font-size: 20px;
  font-weight: bold;
}
.newslist li span {
  display: block;
  padding: 10px 0;
  color: #666;
}
.newslist li p {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #4d4d4d;
}
@media (min-width:768px) {
  .newslist li {
    float: left;
    width: 49%;
  }
  .newslist li:nth-child(odd) {
    margin-right: 2%;
  }
  .newslist li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .newslist li p {
    text-indent: 2em;
  }
}

.imglist li {
  float: left;
  width: 50%;
  padding: 5px;
  text-align: center;
}
.imglist li a {
  display: block;
}
.imglist li img {
  display: block;
  width: 100%;
}
.imglist li h4 {
  height: 45px;
  padding: 0 5px;
  line-height: 45px;
  font-size: 16px;
}
.imglist li a .thumb {
  position: relative;
  overflow: hidden;
}
.imglist li a .thumb:before,
.imglist li a .thumb:after {
  position: absolute;
  left: 0;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  transition: all .15s ease-out;
}
.imglist li a .thumb:before {
  display: none;
  background: url(alpha.png);
}
.imglist li a .thumb:after {
  top: -100%;
  z-index: 2;
  background: url(icon-plus.png) center no-repeat;
}
.imglist li a:hover .thumb:before,
.imglist li a:hover .thumb:after {
  top: 0;
  display: block;
}
.imglist li a:hover h4 {
  color: #fff;
  background-color: #E11313;
  /*background: #E11313 url(icon-more.png) 94% center no-repeat;*/
}

@media (min-width:768px) {
  .imglist li {
    width: 25%;
  }
}
@media (min-width:1200px) {
  .prolist .imglist li {
    padding: 10px;
  }
}

.related .imglist li h4 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.txtlist li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: url(list-arr.jpg) left center no-repeat;
}
.txtlist li span {
  float: right;
  color: #888;
}
@media (max-width:767px) {
  .txtlist li span {
    display: none;
  }
}


.pagebar {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center
}
.pagebar li {
  display: inline-block;
  margin-bottom: 5px;
}
.pagebar li a,
.pagebar li span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  margin: 0 2px;
  padding: 5px 8px;
}
.pagebar li a:hover,
.pagebar li.active a,
.pagebar li.active span {
  color: #fff;
  background-color: #cd2626;
  border-color: #cd2626;
}
.pagebar .disabled {
  color: #999;
}
@media (min-width: 768px) {
  .pagebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.article {
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 1.75em;
  overflow: hidden;
}
.article img {
  max-width: 100%;
}
.article > p {
  margin-bottom: 1em;
}

.post {
  padding: 15px 8px;
}
.post > h1 {
  text-align: center;
  font-size: 20px;
}
.post .meta {
  height: 30px;
  overflow: hidden;
  margin: 10px 0;
  line-height: 30px;
  text-align: center;
  color: #999;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
}
.post .meta span {
  padding: 0 .5em;
}
.post .abstract {
  padding: 8px;
  background-color: #f5f5f5;
  border: 1px dashed #eee;
}
.post .neirongtu {
  text-align: center;
}
.post .neirongtu img {
  max-width: 100%;
}
.post .prevnext {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.post .prevnext li {
  line-height: 1.5em;
}
.post .article {
  padding-top: 15px;
}
.article img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .post {
    padding: 10px;
  }
  .post .meta {
    margin-top: 20px;
  }
  .post .neirongtu img {
    width: 460px;
    height: 260px;
  }
}

.box {
  margin-bottom: 10px;
}
.box .hd {
  height: 30px;
  margin-bottom: 15px;
  padding-right: 8px;
  line-height: 30px;
  background: url(box-hd.png) no-repeat;
}
.box .hd h3 {
  float: left;
  padding-left: 30px;
  font-size: 18px;
  color: #cd261e;
}
.box .hd h3 span {
  display: inline-block;
  padding-right: .5em;
  background-color: #fff;
}
.box .hd a {
  float: right;
  padding-left: 10px;
  color: #999;
  background-color: #fff;
}

.related {
  margin-top: 20px;
}
.related .box {
  margin-bottom: 10px;
  border: 1px solid #ececec;
}
.related .box .hd {
  height: 36px;
  line-height: 35px;
  text-indent: 1em;
  font-size: 16px;
  background: none;
  border-bottom: 1px solid #ececec;
}
.related .box .bd {
  padding: 5px;
}
@media (min-width:768px) {
  .related {
    display: flex;
  }
  .related #boxpic {
    flex: 1;
  }
  .related #boxtxt {
    width: 25%;
    margin-left: 15px;
  }
  .related #boxtxt .bd {
    padding-left: 10px;
    padding-right: 10px;
  }
}


.single .article p {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #aboutphoto li {
    float: left;
    display: block;
    width: 33.33%;
    padding: 15px;
  }
}


.tabs .panel > div {
  display: none;
}
.tabs .panel > div.active {
  display: block;
}

.flinks {
  padding: 15px 0;
  background: url(flinks-bg.jpg) repeat-x;
}
.flinks .tabs > ul li {
  position: relative;
  float: left;
  display: block;
  padding: 5px 25px;
  margin-right: 2px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-bottom: none;
  cursor: pointer;
}
.flinks .tabs > ul li.active {
  background-color: #fff;
  border-top-color: #cd261e;
}
.flinks .tabs > ul li.active:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #cd261e;
}
.flinks .tabs .panel {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
}
.flinks .tabs .panel a {
  margin-right: 1em;
}

.section {
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sec-tit {
  margin-bottom: 15px;
  text-align: center;
}
.sec-tit h2 {
  line-height: 2em;
  font-size: 26px;
  font-weight: normal;
  background: url(title-bg.jpg) center no-repeat;
}
.sec-tit h2 span {
  color: #cd261e;
}
@media (min-width: 768px) {
  .sec-tit {
    margin-bottom: 40px;
  }
  .sec-tit h2 {
    font-size: 32px;
  }
}

#iabout {
  position: relative;
}
#iabout .text {
  padding: 10px;
}
#iabout .text p {
  margin-bottom: 15px;
  line-height: 2em;
}
#iabout .thumb img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  #iabout .text {
    border: 1px solid #333;
  }
}
@media (min-width: 1200px) {
  #iabout .text {
    width: 65%;
    padding: 30px 130px 30px 30px;
  }
  #iabout .text p {
    font-size: 18px;
  }
  #iabout .text a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ddd;
  }
  #iabout .text a:hover {
    border-color: #cd261e;
  }
  #iabout .thumb {
    position: absolute;
    right: 0;
    top: 30px;
  }
  #iabout .thumb:after {
    position: absolute;
    left: 2%;
    top: 2%;
    display: block;
    content: " ";
    width: 96%;
    height: 96%;
    border: 1px solid #fff;
  }
}

body.index .imglist li img {
  border: 1px solid #eee;
}

.procat {
  margin-top: -25px;
  margin-bottom: 25px;
  text-align: center;
}
.procat li {
  display: inline-block;
  padding: 5px;
}
.procat li a {
  display: block;
  padding: 9px 15px;
  border: 1px solid #ccc;
}
.procat li a:hover {
  padding: 10px 16px;
  background: url(pronav-active.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
@media (min-width:1200px) {
  .procat li {
    float: left;
    display: block;
    width: 16.66%;
  }
}



#newstab {
  float: left;
  width: 65%;
}
#newstab > ul {
  height: 41px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#newstab > ul li {
  float: left;
  display: block;
  margin-right: 8px;
}
#newstab > ul li a {
  display: block;
  padding: 0 30px;
  line-height: 40px;
  font-size: 16px;
  background-color: #f5f5f5;
}
#newstab > ul li.active a {
  color: #fff;
  background-color: #cd261e;
}
#newstab .txtlist li {
  border-bottom: 1px dashed #eee;
}
.headline {
  display: flex !important;
  margin-bottom: 5px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #eee;
}
.headline .thumb {
  width: 200px;
}
.headline .thumb img {
  display: block;
  width: 100%;
}
.headline .text {
  flex: 1;
  margin-left: 15px;
}
.headline .text h4 {
  margin-bottom: 8px;
  font-size: 16px;
}
.headline .text p {
  line-height: 1.75em;
  color: #666;
}
@media (min-width:768px) {
  .headline .thumb img {
    width: 200px;
    height: 150px;
  }
}


.faqscroll {
  height: 345px;
  overflow: hidden;
}
.faqscroll .bd {
  position: relative;
}
.faqlist li {
  padding: 10px;
  box-sizing: content-box;
  border-bottom: 1px dashed #eee;
}
.faqlist li div {
  height: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  padding-left: 35px;
  font-weight: bold;
  background: url(icon-q.png) left center no-repeat;
  background-size: contain;
}
.faqlist li p {
  padding-left: 35px;
  background: url(icon-a.png) left center no-repeat;
  background-size: 30px 30px;
}
@media (max-width: 767px) {
  #inews > .box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #inews {
    padding-top: 0;
  }
  #inews .box {
    padding-right: 5px;
  }
  #faqnews {
    float: right;
    width: 33.2%;
    padding-left: 5px;
  }
  #faqnews .txtlist li {
    position: relative;
    background: none;
    border-left: 1px solid #ddd;
  }
  #faqnews .txtlist li:before {
    position: absolute;
    left: -3px;
    top: 50%;
    display: block;
    content: " ";
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background: url(li.png) no-repeat;
  }
  #faqnews .txtlist li:hover:before {
    background-image: url(li-active.png);
  }
}

.whyus .item {
  display: flex;
  margin-bottom: 20px;
}
.whyus .item:last-child {
  margin-bottom: 0;
}
.whyus .item .text {
  position: relative;
  width: 60%;
  padding-left: 120px;
  padding-top: 20px;
  background: url(icon-ys.png) no-repeat;
}
.whyus .item .text .ph {
  height: 50px;
  margin-bottom: 15px;
  line-height: 38px;
  font-size: 24px;
  background: url(line-dot.jpg) left bottom repeat-x;
}
.whyus .item .text .ph i {
  position: absolute;
  left: 35px;
  top: 20px;
  font-family: Arial;
  font-size: 50px;
  font-style: italic;
  color: #fff;
}
.whyus .item .text p {
  line-height: 2em;
}
.whyus .item .text p span {
  font-weight: bold;
}
@media (max-width:767px) {
  .whyus .item .text {
    width: 100%;
    padding-left: 80px;
    background-size: 75px 75px;
  }
}
@media (min-width:768px) {
  .whyus .item {
    margin-bottom: 30px;
  }
  .whyus .item div:last-child {
    margin-left: 50px;
  }
  .whyus .item .text {
    padding-top: 40px;
  }
  .whyus .item .text .ph i {
    left: 50px;
    top: 30px;
  }
}



.tuwenlist li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.tuwenlist li .thumb img {
  display: block;
  width: 80px;
  height: 60px;
}
.tuwenlist li .text {
  margin-left: 10px;
}
.tuwenlist li .text a {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.tuwenlist li .text p {
  display: block;
  height: 1.2em;
  overflow: hidden;
}
@media (min-width:768px) {
  .tuwenlist li .thumb img {
    width: 130px;
    height: 100px;
  }
  .tuwenlist li .text {
    margin-left: 25px;
  }
  .tuwenlist li .text p {
    height: auto;
  }
}




.sidekf {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  padding: 16px 0;
  background: #8f9090;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}
.sidekf li {
  line-height: 50px;
  position: relative;
  text-align: center;
}
.sidekf li > a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.sidekf li > a:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 34px;
  border-bottom: 1px solid #a5a6a6;
}
.sidekf li:last-child > a:after {
  display: none;
}
.sidekf li .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  transform: translateX(100%);
  background: #f00;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
}
.sidekf li:hover .txt {
  opacity: 1;
  transform: translateX(0);
}
.sidekf li .img {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}
.sidekf li:hover .img {
  opacity: 1;
  transform: translateX(0);
}
.sidekf li .img img {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
}
.sidekf li .txt a {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 16px;
}
.sidekf li:nth-child(3) .txt a {
  width: 160px;
}
.sidekf li .txt a img {
  margin-left: 10px;
}