﻿
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a,div{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
a:hover { text-decoration:none;}

#skip{height: 0; overflow: hidden;}

/*-----控件------------------------------------------------------------------------*/
* { list-style-type:none;}
body {
    background-color: #f4f6f7;
}
table td {
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-all;
}
/* 文字颜色 */
.text-primary{
    color: #0069c5!important;
}
.text-success{
    color: #66bb6a!important;
}
.text-error{
    color: #f15a5d!important;
}
.text-info{
    color: #42a5f5!important;
}
.text-warning{
    color: #ffa726!important;
}
.text-orange{
    color: #ff7043!important;
}
.text-purple{
    color: #5c6bc0!important;
}
.text-pink{
    color: #ec407a!important;
}
.text-blue {
    color: #0069c5!important;
}
.text-default {
    color: #444 !important;
}
.text-white {
    color: #fff !important;
}
/* 按钮 */
.btn {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:hover {
    box-shadow: 0 4px 7px rgba(0,0,0,0.25);
}
.btn-primary{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active{
    background-color:#0070d1!important;
    border-color:#0070d1!important;
}
.btn-info{
    color: #fff;
    background-color: #20a0e4;
    border-color: #20a0e4;  
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active{
    background-color:#22a8f0!important;
    border-color:#22a8f0!important;
}
.btn-cyan-blue{
    color: #fff;
    background-color: #23b6c8;
    border-color: #23b6c8;  
}
.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active{
    color: #fff;
    background-color:#24bfd4!important;
    border-color:#24bfd4!important;
}
.btn-blue{
    color: #fff;
    background-color: #0069c5;
    border-color: #0069c5;  
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active{
    color: #fff;
    background-color:#368DDA!important;
    border-color:#368DDA!important;
}
.btn-success{
    color: #fff;
    background-color: #66bb6a;
    border-color: #66bb6a;  
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active{
    background-color:#6dc772;
    border-color:#6dc772;
}

.btn-danger{
    color: #fff;
    background-color: #f15a5d;
    border-color: #f15a5d;  
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active{
    background-color:#ff5e61;
    border-color:#ff5e61;
}
.btn-orange{
    color: #fff;
    background-color: #ff7043;
    border-color: #ff7043;  
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active{
    color: #fff;
    background-color:#ff855f;
    border-color:#ff855f;
}
.btn-yellow{
    color: #fff;
    background-color: #ffa726;
    border-color: #ffa726;  
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active{
    color: #fff;
    background-color:#ffbe5f;
    border-color:#ffbe5f;
}
.btn-purple{
    color: #fff;
    background-color: #5c6bc0;
    border-color: #5c6bc0;  
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
    color: #fff;
    background-color:#7987D8;
    border-color:#7987D8;
}
.btn-pink{
    color: #fff;
    background-color: #ec407a;
    border-color: #ec407a;  
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active{
    color: #fff;
    background-color:#EE6090;
    border-color:#EE6090;
}
.btn-white {
    background-color: #fff;
    border: 0;
}
.btn-default:hover {
    background: #fff;
}

ul.btnicon-lg li{
    text-align: center;
}
ul.btnicon-lg li a{
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
}

ul.btnicon-lg li a:active{
    background: #efefef;
}
ul.btnicon-lg li a i.iconfont{
    font-size: 38px;
}
ul.btnicon-lg li a p{
    margin-top: 15px;
    color: #444;
}

ul.btn-line li a.btn{
    box-shadow: none;
    border-color: #ebebeb;
}
ul.btn-line li a.btn:hover{
    border-color: #ddd;
    background-color: transparent;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}


/* 标签 */
.label{
    line-height: 16px;
}
.label-primary{
    background-color:#42a5f5;
}
.label-success{
    background-color:#66bb6a;
}
.label-warning{
    background-color:#ffa726;
}
.label-info{
    background-color:#26c6da;
}
.row2 {border-left:#e5e9eb solid 1px; border-right:#e5e9eb solid 1px; border-top:#e5e9eb solid 1px; border-bottom:#dce0e2 solid 2px; border-radius:5px; background-color:#FFF; overflow:hidden;}
.row2 { -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.row2:hover { box-shadow: 0 10px 20px 0 rgba(168,182,191,.6);}
.txt1line { -webkit-box-orient:vertical; box-orient:vertical; display:-webkit-box !important; display:box !important; -webkit-line-clamp:1;}
.txt2line { -webkit-box-orient:vertical; box-orient:vertical; display:-webkit-box !important; display:box !important; -webkit-line-clamp:2;}
.mt15 { margin-top:15px;}

.logo12345-div1 { float:left; width:294px; height:67px; margin-top:15px; position:relative; text-align: center;}
.logo12345-div1 span { display: block; font-size: 22px; color: #282828; line-height: 30px; margin-top: 5px;}
.logo12345-div1 span b { font-family: Arial; color: #ec4f45; font-size: 28px; line-height: 30px;}
.logo12345-div1 p { background-color: #ec4f45; color: #ffffff; font-size: 15px; padding: 3px 20px; display: inline-block; border-radius: 5px; margin-top: 5px;}
.logo12345-div1 p a { color: #ffffff;}

.logo12345-div1_blue { float:left; width:294px; height:67px; margin-top:15px; position:relative; text-align: center;}
.logo12345-div1_blue span { display: block; font-size: 22px; color: #282828; line-height: 30px; margin-top: 5px;}
.logo12345-div1_blue span b { font-family: Arial; color: #007ad8; font-size: 28px; line-height: 30px;}
.logo12345-div1_blue p { background-color: #007ad8; color: #ffffff; font-size: 15px; padding: 3px 20px; display: inline-block; border-radius: 5px; margin-top: 5px;}
.logo12345-div1_blue p a { color: #ffffff;}
.r313-div { padding-left:309px; margin-bottom:0px;}
.r313bnt-div { width:100%; overflow:hidden; margin-top:15px; background:url(r313bj1.jpg) repeat-x; border-radius:5px;  height:80px;}
.r313bnt-div ul { padding:10px 0px 0px 0px; margin:0px; text-align:center;}
.r313bnt-div ul li { display:inline-block; border-right:1px solid #ffffff; padding-left:5px; padding-right:5px;}
.r313bnt-div ul li:last-child { border-right:none;}
.r313bnt-div ul li span { display:block; text-align:left; font-size:16px; line-height:22px; font-weight:bold; color:#ffffff; margin-top:5px;}
.r313bnt-div ul li span img { float:left; margin-right:5px;}
.r313bnt-div ul li p { margin:8px 0px 5px 0px; padding:0px; overflow:hidden;}
.r313bnt-div ul li p a { display:block; float:left; margin-right:4px; background-color:#ffffff; color:#ec5148; border-radius:10px; font-size:14px; line-height:20px; padding-left:8px; padding-right:8px; cursor:pointer;}
.r313bnt-div ul li span p a { margin-top:10px;display:block; float:left; margin-right:13px; background-color:#ffffff; color:#ec5148; border-radius:6px; font-size:14px; line-height:20px; padding-left:10px; padding-right:10px; cursor:pointer;}
#ycfbewm313 { width: 137px; height: auto; position: absolute; box-shadow: 0 10px 20px 0 rgba(168,182,191,.6); z-index: 999; display: none;}
#ycfbewm313 img { display: block; width: 100%; height: auto;}

.special-bj { background-image: url("conbj1.jpg"); background-repeat: repeat-x; background-position: left top; width: 100%; height: auto; overflow: hidden;padding-bottom: 15px;}
.p2-condiv { width: 100%; overflow: hidden; padding: 10px 25px 10px 5px; margin-top: 20px;}
.p2-condiv div { float: left; margin-right: 16px;}
.p2-condiv div img { display: block; width: 32px; height: 32px; margin: 5px auto;}
.p2-condiv div b { font-size: 18px; color: #282828;}
.p2-condiv span { font-size: 16px; color: #282828; line-height: 1.8;}
.p2-condiv p { font-size: 14px; color: #828282; margin-top: 8px; display: inline; margin-left: 5px;}
.p2-condiv ul { pdding-top:5px;}
.brsty1 { border-right: #c6c6c6 solid 1px;}


.default-tab427 { height: 39px; line-height: 39px; border-bottom: 1px solid #cccccc; margin-top: 15px;}
.default-tab427 ul { padding: 0px; margin: 0px; float: left;}
.default-tab427 li.now { font-weight: bold; border-bottom: 1px solid #EC4F45; color: #EC4F45;}
.default-tab427 li { height: 39px; float: left; padding: 0 8px; font-size: 20px; color: #333; margin-right: 15px; cursor: pointer;}
.default-tab427 a { float: left; color: #282828; font-size: 18px; line-height: 39px; margin-left: 25px;}
.default-tab427 a:hover { color: #EC4F45;}

.default-tab427_2 { height: 39px; line-height: 39px; border-bottom: 1px solid #cccccc; margin-top: 15px;}
.default-tab427_2 ul { padding: 0px; margin: 0px; float: left;}
.default-tab427_2 li { float: left; padding: 0 8px; font-size: 18px; color: #282828; margin-left: 15px; cursor: pointer;}
.default-tab427_2 li.now { color: #EC4F45;}
.default-tab427_2 span { float: left; display: block; border-bottom: 1px solid #EC4F45; color: #EC4F45; padding: 0 8px; font-size: 20px; font-weight: bold; }


.sqgk-typebt { width: 100%; overflow: hidden; background-color: #ebeff1;}
.bj-search { float: right; overflow: hidden;}
.bj-search input { float: right; height: 30px; outline: none;}
.bj-search .input1 { border: #e6e8e8 solid 1px; width: 200px;-webkit-border-top-left-radius:4px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-bottomleft:4px;
border-top-left-radius:4px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:4px;}
.bj-search .input2 { background-color: #ec4f45; border: none; width: 36px; background-image: url("bnt-bj2.jpg"); background-repeat: no-repeat; background-position: center 7px;-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:0px;
border-top-left-radius:0px;
border-top-right-radius:4px;
border-bottom-right-radius:4px;
border-bottom-left-radius:0px;}

.suq-view { margin-top:0px; margin-bottom:5px; display: none;}
.block1 { display: block;}
.suq-bt1 { border-bottom:#dedede solid 2px;}
.suq-btsty1 { font-size: 15px; text-align: center; line-height:50px; background-color:#ebeff1; float: left; font-weight: bold; color: #282828;}
.suq-ltsty1 { font-size: 12px; text-align: center; line-height:40px; float: left;}
.suq-ltsty2 { font-size: 16px; text-align: left; line-height:40px; width:100%; height:40px; overflow:hidden; color:#999; white-space: nowrap; text-overflow: ellipsis;}
.suq-ltsty2 a { color:#282828;}
.suq-ltsty2 a:hover { color:#ec4f45;}

.zxft427-div { padding: 0px 10px; overflow: hidden; margin: 15px 0px;}
.zxft427-div img { display: block; width: 100%; height: auto;}
.zxft427-div a { display: block; color: #282828; font-size: 16px; margin-top: 15px;line-height:2;}
.zxft427-div p { color: #828282; font-size: 14px; margin-top: 9px; margin-bottom: 10px;}
.zxft427-div span { background-color: #828282; color: #ffffff; font-size: 14px; line-height: 24px; padding: 2px 10px;}
.enter-img1 { width: 100%; overflow: hidden; margin-top: 15px;}
.enter-img1 ul { padding: 0px; margin: 0px -5px;}
.enter-img1 ul li { width: 50%; float: left; padding-left: 5px; padding-right: 5px;}
.enter-img1 ul li a img { display: block; width: 100%; height: auto;}

.bjtj427-bt { width: 100%; height: 30px; background-color: #e2e5e8; margin-top: 15px;}
.bjtj427-bt ul { padding: 0px; margin: 0px;}
.bjtj427-bt ul li { float: left; font-size: 12px; color: #282828; line-height: 30px; text-align: center;}
.bjtj427-list { width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 20px;}
.bjtj427-list ul { padding: 0px; margin: 0px; overflow:hidden;}
.bjtj427-list ul li { float: left; text-align: center; line-height: 36px; font-size: 15px;}
.bjtj427-list ul li span { display: block; background-color: #a6afb8; color: #ffffff; width: 22px; height: 22px; line-height: 22px; margin: 7px auto;}
.span3-bjc { background-color: #ec4f45 !important;}
.w20_100 { width: 20%;}
.w40_100 { width: 40%;}
.bjtjqh-con { width: 100%; overflow: hidden; display: none;}
.block1 { display: block;}

.xwfbh427-tw { width: 100%; overflow: hidden; margin: 20px 0; padding: 0px 10px;}
.xwfbh427-tw img { display: block; width: 112px; height: 81px; position: absolute;}
.xwfbh427-tw span { padding-left: 122px; display: block;}
.xwfbh427-tw span a { font-size: 14px; line-height: 2; color: #282828; display: block;}
.xwfbh427-tw span p { width: 100%; height: 21px; overflow: hidden; border-radius: 22px; background-color: #ec4f45; font-size: 12px; color: #ffffff; text-align: center; line-height: 22px; margin-top: 2px;}
.xwfbh427-list { width: 100%; overflow: hidden; margin: 10px 0px 35px 0px;padding: 0px 10px;}
.xwfbh427-list ul { padding: 0px; margin: 0px;}
.xwfbh427-list ul li { font-size: 16px; line-height: 2.063; height: 40px; overflow: hidden;}
.xwfbh427-list ul li a { color: #282828;}
.xwfbh427-list ul li a:hover { color: #ec4f45;}
.zjdc-jgfk { width: 100%; overflow: hidden; margin-top: 15px; margin-bottom: 20px; display: none;}
.zjdc-jgfk ul { padding: 0px; margin: 0px;}
.zjdc-jgfk ul li { font-size: 16px;}
.zjdc-jgfk ul li a { color: #282828;}
.zjdc-jgfk ul li a p { width: 60px; line-height: 20px; border-radius: 20px; background-color: #ec4f45; font-size: 12px; text-align: center; margin: 5px 0px 20px 0px; color: #ffffff;}
.black1 { display: block;}
.tongji-tb1 { width: 100%; height: 200px; margin: 10px 0px 32px 0px; background-color: #ccc;}

.fbt12345-div { position: absolute; font-size: 14px; line-height: 39px; margin-left: 30%;}
.fbt12345-div b { color: #ec4f45;}

.sqxxcon-row { width: 100%; overflow: hidden; min-height: 45px; border-bottom: #efeff0 solid 2px; border-top: #fff solid 1px; padding-bottom: 10px;}
.sqxxcon-type { width: 140px; height: 100%; position: absolute; background-color: #efeff0; text-align: center; line-height: 50px; font-size: 16px;}
.sqxxcon-txt { width: 100%; padding-left: 155px; font-size: 16px; color: #282828; padding-top: 10px;line-height:2;}
.bjtjxx427-div { position: absolute; z-index: 99; margin-top: 10px; margin-left: 15px; }
.bjtjxx427-div span { font-size: 18px; font-weight: bold; color: #30a2d6; margin: 0px 0px 5px 0px; line-height: 28px; font-family: Arial;}
.bjtjxx427-div p { font-size: 14px; color: #535353; margin: 0px; line-height: 16px;}
.bjtjxx427-div p i { display: block; float: left; width: 15px; height: 15px; font-style: normal; margin-right: 5px;}
.bjxiangg { width: 100%; overflow: hidden; background-color: #f7efef; margin-top: 15px;}
.bjxiangg span { display: block; float: left; line-height: 50px; font-size: 18px; color: #454545; margin-left: 15px; margin-right: 15px;}
.bjxiangg span b { color: #ec4f45;}
.bjlist-fy { width: 100%; overflow: hidden; background-color: #f7efef; margin-top: 15px; line-height: 40px; text-align: center;}
.bjlist-fy a { font-size: 16px; color: #ec4f45;}
.siuq-form { width: 100%; overflow: hidden; margin-top: 30px;}
.siuq-form ul { padding: 0px; margin: 0px;}
.siuq-form ul li { float: left; overflow: hidden; margin-right: 40px; min-width: 35%; margin-bottom: 20px;}
.siuq-form ul li span { font-size: 15px; line-height: 30px; margin: 0px 10px; color: #454545; width: 78px; display: block; float: left; margin-right: 15px; text-align: right;}
.siuq-form ul li span:before { content:"*"; color: #ff0000; margin-right: 5px;}
.siuq-form ul li label { margin: 0px 10px;}
.siuq-form ul li input { width: auto; height: 30px; outline: none; vertical-align: middle;}
.siuq-form ul li input[type=radio] { margin: 0px;}
.siuq-form ul li input[type=text] {  width: 230px}
.siuq-form2 { width: 100%; overflow: hidden; margin-top: 30px;}
.siuq-form2 ul { padding: 0px; margin: 0px;}
.siuq-form2 ul li { width: 100%; overflow: hidden;  margin-bottom: 20px;}
.siuq-form2 ul li span { font-size: 15px; line-height: 30px; margin: 0px 10px; color: #454545; width: 78px; display: block; float: left; margin-right: 15px; text-align: right;}
.siuq-form2 ul li span:before { content:"*"; color: #ff0000; margin-right: 5px;}
.siuq-form2 ul li label { margin: 0px 10px;}
.siuq-form2 ul li input { width: auto; height: 30px; outline: none; vertical-align: middle;}
.siuq-form2 ul li input[type=radio] { margin: 0px;}
.siuq-form2 ul li input[type=text] {  width: 400px}
.siuq-form2 ul li textarea { width: 400px; outline: none}
.siuq-form2 ul li.scfj-sty1 span:before { display: none;}
.siuq-form2 ul li.scfj-sty1 input[type=text] {  width: 200px;float: left; cursor: not-allowed;} 
.siuq-form2 ul li.scfj-sty1 input[type=file] {  display: none;} 
.siuq-form2 ul li button#scbnt { width: 80px; height: 30px; background-color: #fa9277; border:none; font-size: 16px; color: #ffffff; text-align: center; line-height: 28px; margin-left: 15px; border-radius: 3px;}
.siuq-form2 ul li button#scListAction { width: 80px; height: 30px; background-color: #ee5b47; border:none; font-size: 16px; color: #ffffff; text-align: center; line-height: 28px; margin-left: 15px; border-radius: 3px;}
.tsxz51-div { width: 100%; height: 630px; overflow-x: hidden; overflow-y: scroll; margin-top: 10px; padding: 0px 20px}
.tsxz51-div b { display: block; font-size: 16px; color: #282828; padding-top: 15px;}
.tsxz51-div p { font-size: 15px; color: #454545; margin: 10px 0px;}
.tijiao51-bnt { width: 100%; overflow: hidden; margin: 20px 0px 40px 0px; text-align: center;}
.tijiao51-bnt button { width: 140px; height: 45px; background-color: #ec4f45; border:none; font-size: 18px; color: #ffffff; text-align: center; line-height: 45px;  border-radius: 3px; outline:none;}

.rinfo-div73 { width: 360px; height: 120px; overflow: hidden; border-radius: 5px; margin-top: 15px; background-image: url("rinfo-bj73.jpg"); background-size: 100% 100%; padding-left: 30px; padding-right: 30px;}
.rinfo-bt73 { font-size: 22px; color: #3a3c3d; font-weight: bold; margin-top: 15px;}
.rinfo-con73 { width: 100%; overflow: hidden; margin-top: 10px;}
.rinfo-con73 span { background-color: #de2726; color: #ffffff; font-size: 16px; padding: 3px 8px;}
.rinfo-con73 p { font-size: 16px; color: #3a3c3d; margin-top: 5px;}
.rinfo-con73 p b { color: #de2726;}
.mgb15 { margin-bottom: 15px;}
.rinfo-div73_blue { width: 100%; height: 120px; overflow: hidden; border-radius: 5px; margin-top: 15px; background-image: url("rinfo-bj73_blue.jpg"); background-size: 100% 100%; padding-left: 30px; padding-right: 30px;}
.rinfo-bt73_blue { font-size: 22px; color: #3a3c3d; font-weight: bold; margin-top: 15px;}
.rinfo-con73_blue { width: 100%; overflow: hidden; margin-top: 10px;}
.rinfo-con73_blue span { background-color: #de2726; color: #ffffff; font-size: 16px; padding: 3px 8px;}
.rinfo-con73_blue p { font-size: 16px; color: #3a3c3d; margin-top: 5px;}
.rinfo-con73_blue p b { color: #de2726;}
.r313bnt-div_blue { width:100%; overflow:hidden; margin-top:15px; background:url(r313bj1_blue.jpg) repeat-x; border-radius:5px;  height:80px;}
.r313bnt-div_blue ul { padding:10px 0px 0px 0px; margin:0px; text-align:center;}
.r313bnt-div_blue ul li:last-child { border-right:none;}
.r313bnt-div_blue ul li span {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #367ed6;
    margin-top: 5px;
}
.r313bnt-div_blue ul li span img { float:left; margin-right:5px;}
.r313bnt-div_blue ul li p { margin:8px 0px 5px 0px; padding:0px; overflow:hidden;}
.r313bnt-div_blue ul li p a { display:block; float:left; margin-right:4px; background-color:#ffffff; color:#015293; border-radius:10px; font-size:14px; line-height:20px; padding-left:8px; padding-right:8px; cursor:pointer;}
.r313bnt-div_blue ul li p a {
    display: block;
    float: left;
    margin-right: 4px;
    background-color: #ffffff;
    color: #367ed6;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}
.r313bnt-div_blue ul li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 18px;
    padding-right: 18px;
    float: left;
}
.r313bnt-div ul li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 18px;
    padding-right: 18px;
    float: left;
}
#test3_2{padding-left: 0;}
.default-tab427-more { float: right; padding-top: 0px;}
.default-tab427-more a { font-size: 14px; color: #999;}
.more1023 { position: absolute; margin-top: -45px; margin-left: 80%;}
.more1023 a { font-size: 14px; color: #999999; line-height: 39px;}
.more57-div {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.more57-div a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 34px;
    background-color: #e8e8e8;
    font-size: 14px;
    text-align: center;
    color: #EC4F45;
}

.qytsptdiv {
    width: 120px;
    height: 60px;
}
.yshjts{
    float:right; font-size:14px; color:#ec4f45;background-color:#ffffff;border-radius:22px; padding:0px 5px;margin-right:4px;
}