.pi {
  cursor: pointer;
}
/*全局配置*/
.section a:hover {
  color: #8f2122;
}
.section-inner a,
.sinLf li,
.sp-a-head,
.sinRig,
.title,
.sinList,
.sp-imgitem a,
.sinLf h1 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.static {
  width: 100%;
  overflow: hidden;
}
.static img {
  width: 100%;
  vertical-align: top;
}
.section-inner {
  margin: 0 auto;
  /*position: relative;*/
 padding-top: 30px;
  width: 1200px;
}
.section-inner > div {
  display: inline-block;
  vertical-align: top;
}
/*左侧二级导航栏目*/
.sinLf {
  width: 22.5%;
  margin-right: 2.5%;
}
.sinLf h1,
.sinLf a {
  padding-left: 25px;
  height: 74px;
  line-height: 74px;
  color: #ffffff;
  font-size: 24px;
}
.sinLf h1 {
  background-color: #8f2122;
  font-weight: normal;
  padding-left: 45px;
}
.sinLf a {
  display: inline-block;
  width: 100%;
}
.sinLf ul {
  border-bottom: 18px solid #ebe8db;
}
.sinLf ul li {
  overflow: hidden;
  position: relative;
  height: 60px;
  background-color: #f7f7f7;
  border-left: 6px solid #8f2122;
}
.sinLf ul li i {
  float: right;
  margin-right: 20px;
  color: #aaaaaa;
  font-style: normal;
}
.sinLf ul li a {
  display: inline-block;
  width: 100%;
  height: 60px;
  vertical-align: top;
  line-height: 60px;
  color: #444444;
  font-size: 18px;
  padding-left: 40px;
  border-right: 1px solid #ebe8db;
  border-bottom: 1px solid #ebe8db;
}
.sinLf ul li:hover,
.sinLf ul .sinLfCur {
  background-color: #FFFFFF;
  border-left: 6px solid #f0ad4e;
}
.sinLf ul li:hover a,
.sinLf ul .sinLfCur a,
.sinLf ul li:hover i,
.sinLf ul .sinLfCur i {
  color: #8f2122;
}
.sinLf ul li:hover:before,
.sinLf ul .sinLfCur:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 1;
  width: 12px;
  height: 3px;
  background-color: #8f2122;
  margin-top: -1.5px;
}
.sinLf li,
.sinLf li:before,
.sinLf li i,
.sinLf li a {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
/*右侧内容区域*/
.sinRig {
  width: 75%;
  position: relative;
  background-color: #FFFFFF;
  padding: 0 3%;
}
.sinRig .title {
  height: 74px;
  border-bottom: 1px solid #e3e3e3;
}
.sinRig .title h1 {
  display: inline-block;
  width: auto;
  height: 74px;
  vertical-align: top;
  position: relative;
  line-height: 74px;
  color: #444444;
  font-size: 26px;
  font-weight: normal;
}
.sinRig .title h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #8f2122;
}
.sinRig .locate {
  line-height: 74px;
}
.sinRig .locate i {
  padding: 10px 15px;
}
.sinRig .locate div {
  display: inline-block;
  vertical-align: top;
}
.sinRig .locate div span:last-child a {
  color: #f0ad4e;
}
.sinRig .locate div span:nth-child(1n) {
  color: #c0c0c0;
}
/*列表页*/
.sinList {
  width: 100%;
  padding: 20px 0;
}
.sinList li {
  position: relative;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px;
}
.sinList li a {
  display: inline-block;
  width: 80%;
  height: 39px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 39px;
  color: #444444;
  font-size: 16px;
}
.sinList li:before,
.sinList li:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
}
.sinList li:before {
  left: 5px;
  margin-top: -3.5px;
  background-color: #e1c668;
  z-index: 2;
}
.sinList li:after {
  left: 7px;
  margin-top: -1px;
  background-color: #f5ebca;
  z-index: 1;
}
.sinList .time {
  line-height: 39px;
  color: #adadad;
  margin-right: 3px;
  font-family: "Arial";
  font-style: italic;
}
/*文章单页*/
.sinArticle {
  padding: 10px 0 30px 0;
}
.sinArticle .head {
  padding: 16px 0;
}
.sinArticle .head h1 {
  text-align: center;
  line-height: 50px;
  color: #8f2122;
  font-size: 26px;
}
.sinArticle .head .desc {
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.sinArticle .content {
  line-height: 25px;
  font-size: 16px;
}
.sinArticle .content hr {
  border: none;
  margin-bottom: 20px;
}
/*图片列表*/
.sinImgList {
  padding: 30px 0;
}
.sinImgList li {
  width: 260px;
  height: 260px;
}
.sinImgList li .item {
  border: 3px solid #f1eacc;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.sinImgList li .item a {
  display: inline-block;
  width: 254px;
  height: 194px;
  vertical-align: top;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.sinImgList li .item a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sinImgList li .item img {
  vertical-align: top;
}
.sinImgList li p {
  text-align: center;
}
.sinImgList li p a {
  line-height: 40px;
  color: #555555;
  font-size: 16px;
}
.sinImgList li:hover .item {
  border: 3px solid #8f2122;
}
.sinImgList li:hover a {
  color: #8f2122;
}
.sinImgList li:not(:nth-child(3n)) {
  margin-right: 3.333%;
}
/*服务指南*/
.fwzn .fwlb {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 26px 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fwzn .fwlb a {
  padding: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.fwzn .fwlb a:not(:last-child) {
  margin-bottom: 16px;
}
.fwzn .fwlb img {
  width: 100%;
}
.fwzn .fwCon .item {
  padding: 19px 0;
  border-bottom: 1px solid #e6e6e6;
}
.fwzn .fwCon h1 {
  line-height: 65px;
  color: #ff9000;
  font-size: 20px;
  font-weight: normal;
}
.fwzn .fwCon .icon li {
  display: inline-block;
  width: 120px;
  height: auto;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}
.fwzn .fwCon .icon li i {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.fwzn .fwCon .icon li p {
  line-height: 29px;
  color: #4c4c4c;
  font-size: 14px;
}
.fwzn .fwCon .icon li a:hover i {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
/*图片新闻列表*/
.sinNewsList ul {
  margin: 10px 0;
}
.sinNewsList ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.sinNewsList ul li > div {
  display: inline-block;
  vertical-align: top;
}
.sinNewsList ul li .pic {
  width: 160px;
  height: 120px;
  margin-right: 20px;
  position: relative;
}
.sinNewsList ul li .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.sinNewsList ul li .pic:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #d9d9d9;
  z-index: 1;
}
.sinNewsList ul li .text {
  width: 75%;
}
.sinNewsList ul li .text h3 {
  margin-bottom: 5px;
}
.sinNewsList ul li .text h3 a {
  line-height: 30px;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
}
.sinNewsList ul li .text h3 a:hover {
  color: #060606;
}
.sinNewsList ul li .text p {
  line-height: 22px;
  color: #999999;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sinNewsList ul li .text .time {
  line-height: 30px;
  color: #db3040;
  font-size: 12px;
  font-family: "Arial";
}
/*响应式*/
/*电脑屏幕*/
@media screen and (max-width: 1200px) {
  .main,
  .section-inner {
    width: 100%;
  }
}
/*平板屏幕*/
/*手机屏幕*/
@media screen and (max-width: 768px) {
  .section-inner {
    top: 0;
  }
  .title,
  .sinLf,
  .sinNewsList ul li .pic:after,
  .sinNewsList ul li .text p,
  .sinNewsList ul li .text .time {
    display: none !important;
  }
  .sinRig {
    width: 100%;
  }
  .fwzn .fwCon .icon li {
    width: 80px;
  }
  .mstatic {
    width: 100%;
  }
  .mstatic img {
    width: 100%;
  }
  .sinList li a {
    width: 70%;
  }
  .sinNewsList ul li .pic {
    width: 110px;
    height: 85px;
  }
  .sinNewsList ul li .text {
    width: 61%;
  }
  .sinNewsList ul li {
    padding: 10px 0;
  }
}
