@charset "utf-8";
/* CSS Document */
.neirong{ background:#faf3eb}
.pagebody{ margin:auto; width:1200px; background:#FFF;padding: 20px 40px}
.pagebody .smallnav{
  font-size: 14px;
  color: #5e5e66;
}

.pagebody .title_xx{
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 0 160px;
  font-size: 22px;
  font-weight: 600;
}
.pagebody .small{
  text-align: center;
  margin:15px 0;
}
.pagebody .left{ float:left; width:264px;background: #fafafa;}
.pagebody .left li{ line-height:33px;}
.pagebody .left li a{display: block;
    padding: 8px 7% 8px 17%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;}
.pagebody .left li i{ display:none}
.pagebody .right{ float:right; width:810px}
.pagebody .content{ font-family:"微软雅黑"; line-height:30px;}
.left .selected > a::before {
    content: "";
    width: 6px;
    height: 100%;
    background: #f3c67c;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 2;
}
.left .selected > a {
    background: #f3c67c;
    color: #fff;
}
.left .selected > a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #f3c67c transparent transparent;
    position: absolute;
    left: -6px;
    bottom: -6px;
    z-index: 2;
}


.left .selected i {

    font-size: 20px;
    color: #9f1414;
    position: absolute;
    right: 7%;
    top: 15px;
}

.right .paging li{ line-height:55px;border-bottom: 1px solid #e8e8e8;position: relative;padding-left: 28px;}

.right .paging li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/star2x.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 0;
}

.right .paging a .title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: calc(100% - 110px);
}
.right .paging .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #666666;
    line-height: 16px;
    padding-top: 4px;
}
/*产品展示里表格*/
.proinfo table{ background:#ccc;border-spacing:1px; width:95% !important;}
.proinfo td{ border:none!important; background:#f0f5f8; padding:1px; text-align:center; font-family:"Microsoft YaHei" !important;}
.proinfo td *{font-family:"Microsoft YaHei" !important; font-size:12px !important; border:none !important;}

/*分页list*/
.fylist{ text-align:center; margin:20px 0px;}
.fylist .page-on{ background-color:#e4392a; color:#FFF}
.fylist a{ width:41px; height:41px; line-height:41px; background-color:#edecec; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:18px; display:inline-block;border-radius:3px; text-align:center;margin:0 4px;}
.fylist2 .page-on{ background-color:#00AAF6 !important;border-color: #00AAF6 !important;}
.fylist2 a{ background-color:#fff; border-radius:0px; margin:0px;border: 1px solid #DDD;  border-right: none;}
.fylist2 a:last-child{border-right: 1px solid #DDD;}