@charset "utf-8";
 
/* CSS Document */

body {
    font: 12px/26px Microsoft YaHei, SimSun, Arial;
    font-family: Microsoft YaHei;
    color: #303030;
 
	width: 100%;
    height: auto;
    position: relative;
    /*background: url(../../images/hsdt/body_bg.png) no-repeat left top fixed;*/
    min-height: 400px;
    z-index: 11;
    background-size: cover;
    background-size: 100% 100%;}




body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
select,
textarea,
p,
blockquote,
th,
td {
    margin: 0px;
    padding: 0px;
}

.clearfix {
    margin: 0px;
    padding: 0px;
    border: 0px;
    clear: both;
}

ol,
dl,
ul,
li,
dl,
dd,
dt {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
}

a img {
    border: 0px;
}

img {
    vertical-align: middle;
}

input {
    font-family: Microsoft YaHei;
}





/*郭翰亭追加*/
.ss_text .addss_text {
    width: 65%;
}

/*公共样式开始*/

.modal {
    overflow-y: auto;
}

.text-left {
    text-align: left!important;
}

.font_red {
    color: red;
}

.font_green {
    color: #007bb6;
}

.text-indent {
    text-indent: 2em;
}

.input_full {
    width: 100%;
    height: 100%;
    border: none;
}

.input_radio {
    margin-left: 20px;
    margin-bottom: 0px;
}

.input_radio span {
    margin-left: 2px;
    vertical-align: middle;
}

.input_radio input {
    vertical-align: middle;
}

.mar_l_15 {
    margin-left: 15px;
}



/*部分按钮*/

.btn_box {
    width: 100%;
    height: 40px;
    margin: 20px auto;
}

.btn_nomal {
    width: 105px;
    height: 40px;
    background: #e3e3e3;
    color: #313131;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    border: none;
    font-size: 16px;
	margin-right:10px;
}

.btn_box .btn_nomal:hover,
.btn_box .btn_select {
    background: #007bb6;
    color: #ffffff;
}








/*段落*/

p {
    line-height: 30px;
    color: #494949;
    font-size: 14px;
}

p.text_indent_2em {
    text-indent: 2em;
}







/*无边框*/

.noborder {
    border: none!important;
}







/*无上边距*/

.nomartop {
    margin-top: 0px!important;
}







/*表格*/

.table tbody tr td {
    text-align: left;
    color: #333333;
}







/*公共样式结束*/


/*总体背景*/

.ztbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -999;
}

.ztbg img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main_bg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.main {
    width: 100%;
    height: auto;
    margin: 0px auto;
}






/*总体背景*/


/*首页开始*/

.mgt10px {
    margin-top: 10px;
}

.shadow_3px_5px {
    box-shadow: 0px 3px 10px #666666;
}

.shadow_3px_5px_t {
    text-shadow: 0px 3px 10px #666666;
}









/*正文切换部分*/

.tabs {
    float: left;
}

.tabs ul li {
    width: 185px;
    height: 105px;
    background: #fff;
    margin-bottom: 8px;
    position: relative;
}

.tabs ul li.selectTag {
    background: #007bb6;
}

.tabs ul li em {
    display: none;
}

.tabs ul li.selectTag em {
    display: block;
    position: absolute;
    right: -11px;
    top: 45px;
}

.tabs ul li.selectTag a {
    color: #fff;
}

.tabs ul li.selectTag a span {
    color: #fff;
}

.tabs ul li a {
    display: block;
    font-size: 18px;
    color: #007bb6;
    height: 105px;
    padding-left: 80px;
}

.tabs ul li a b {
    margin-top: 25px;
    display: inline-block;
}

.tabs ul li a span {
    display: block;
    font-size: 12px;
    color: #8b8b8b;
    font-weight: bold;
    text-align: left;
}







/*左侧导航*/

.tabs ul li a.nav_icon1 {
    background: url(/images/hsdt/xwzx.png) no-repeat 20px center;
}

.tabs ul li a.nav_icon1h {
    background: url(/images/hsdt/xwzx_hover.png) no-repeat 20px center;
}

.tabs ul li a.nav_icon2 {
    background: url(/images/hsdt/xlzs.png) no-repeat 20px center;
}

.tabs ul li a.nav_icon2h {
    background: url(/images/hsdt/xlzs_hover.png) no-repeat 20px center;
}

.tabs ul li a.nav_icon3 {
    background: url(/images/hsdt/bmzx.png) no-repeat 20px center;
}

.tabs ul li a.nav_icon3h {
    background: url(/images/hsdt/bmfw_hover.png) no-repeat 20px center;
}

.tabs ul li a.nav_icon4 {
    background: url(/images/hsdt/dtxx.png) no-repeat 20px center;
}

.tabs ul li a.nav_icon4h {
    background: url(/images/hsdt/dtxx_hover.png) no-repeat 20px center;
}








/*新闻中心部分切换内容*/

.tabs_con {
    float: right;
    width: 852px;
}

.yyzk {
    background: #007bb6;
    width: 255px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.yyzk dl {
    text-align: center;
}

.yyzk dl dt {
    float: none;
    display: inline-block;
}

.yyzk dl dt img {
    width: 70px;
    height: 77px;
}

.yyzk dl dd h3 {
    font-size: 20px;
    color: #fff;
}

.yyzk dl dd p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.yyzk dl dd {
    margin-left: 0px;
    float: none;
    display: inline-block;
}

.yyzk dl {
    margin-top: 30px;
}

.yyzk_text {
    height: 106px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.yyzk_text p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.dtxw {
    width: 100%;
}

.yyzk a.zxnc,
.yyzk a.zstz {
    padding: 25px 0px 19px 0px;
    margin-top: 0px;
    background: #007bb6;
    display: block;
}

.yyzk a.zxnc:hover {
    background: #026391;
}

.yyzk a.zstz:hover {

    background: #026391;
}

.yyzk a.zstz {
    margin-top: 8px;
}

.yyzk a.zstz img,
.yyzk a.zxnc img {
    vertical-align: sub;
    float: left;
    margin: 0px 20px 0px 35px;
}

.yyzk a.zxnc span,
.yyzk a.zstz span {
    display: table-cell;
    color: #ffffff;
    font-weight: bold;
}

.yyzk a.zxnc h3,
.yyzk a.zstz h3 {
    font-size: 18px;
    font-weight: bold;
}

.yyzk a.zxnc p,
.yyzk a.zstz p {
    font-size: 14px;
    color: #ffffff;
}

.after_yyzk {
    background: none;
}

.gggs {
    background: #007bb6;;
    width: 200px;
    height: 194px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.gggs a.zxnc {
    width: 100%;
    height: 100%;
    padding-top: 43px;
    margin-top: 0px;
    background: #007bb6;
    display: inline-block;
    text-align: center;
    position: relative;
}

.gggs a.zxnc:hover {
    background: #026391;
}

.gggs a.zxnc img {
    margin-bottom: 20px;
}

.gggs a.zxnc img.gggsnew {
    position: absolute;
    top: 0px;
    right: 0px;
}

.gggs a.zxnc span {
    color: #ffffff;
    font-weight: bold;
}

.gggs a.zxnc h3 {
    font-size: 18px;
    font-weight: bold;
}

.gggs a.zxnc p {
    font-size: 14px;
    color: #ffffff;
}







/*焦点图*/

.focus {
    position: relative;
    width: 465px;
    height: 240px;
     float: left; 
    margin-bottom: 5px;
    margin-right: 10px;
}

.focus img {
    width: 465px;
    height: 240px;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    height: 16px;
    text-align: right;
    z-index: 10;
    padding-right: 10px;
}

.shadow_title {
    float: left;
    width: 375px;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.shadow_title a{    
    width: 100%;
    height: 123px;
    margin-bottom: 0px;
    padding: 25px 0px 19px 0px;
    margin-top: 0px;
    background: #007bb6;
    display: inline-block;
}
.shadow_title a:hover{
    background:#026391;
}
.shadow_title a span{    
    display: table-cell;
    color: #ffffff;
    font-weight: bold;
}
.shadow_title a h3{   
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}
.shadow_title a p{    
    font-size: 14px;
    color: #ffffff;
}
.shadow_title a.dtxw img{
    vertical-align: sub;
    float: left;
    margin: 5px 20px 0px 85px;
}
.shadow_title a.dqjs img{
    vertical-align: sub;
    float: left;
    margin: 8px 20px 0px 85px;
}
.dtxw_text {
    height: 124px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #026391;
    padding: 18px 30px;
    line-height: 32px;
}

.dtxw_text a {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
}

.dtxw_text a.dtxw_text_con {
    width: 322px;
    height: 64px;
    overflow: hidden;
}

.dtxw_text p {
    text-indent: 0px;
}

.dtxw_text p span {
    float: left;
    color: #fff;
    font-size: 14px;
}

.focus .fPic .dtxw_text p a {
    color: #fff;
    float: right;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.focus .fcon a {
    display: block;
}

.focus .fcon img {
    display: block;
}
.focus .fcon .fcon_bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 36px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.focus .fcon .fcon_title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 370px;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    color: #dddddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus .fbg {
    width: 100px;
    bottom: 15px;
    right: 0px;
    /* left: 220px; */
    position: absolute;
    /* text-align: right; */
    z-index: 200;
}

.focus .D1fBt a {
    /* position: relative; */
    width: 8px;
    height: 10px;
    margin: 0 2px;
    display: inline-block;
    /* outline: 0; */
    /* float: left; */
    background: #fff;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #d10000;
}

.focus .D1fBt i {
    display: none;
}







/*视频部分*/

.xwzx_bottom {
    margin-top: 5px;
}

.btm_left {
    float: left;
    width: 375px;
	height:194px;
}
.btm_left em {
    display: none;
}

.btm_left a {
    position: relative;
    display: block;
}

.btm_left a img.video {
    width: 427px;
    height: 194px;
}

.btm_left a:hover em {
    display: block;
    position: absolute;
    left: 168px;
    top: 80px;
}

.btm_left a em img {
    width: 58px;
    height: 58px;
}

video {
    object-fit: fill;
}







/*地铁信息部分*/

.dtxx_part2 {
    background: #007bb6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 330px;
    padding: 8px 10px;
}

.dtxx_title {
    line-height: 35px;
    width: 202px;
    margin: 15px 0px;
    float: left;
}

.dtxx_title h3 {
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin-left: 15px;
	width:80px;
	float:left;
	margin-top:10px;
}

.dtxx_title a {
    float: right;
    font-size:14px;
	position: relative;
    top: 6px;
    color: #ffffff;
}
.dtxx_title a img{
	float:left;}
.dtxx .dtxx_news {
    width: 100%;
    height: 50px;
    border: 1px solid #ffffff;
    margin: 10px auto;
}

.dtxx .dtxx_news a:hover {
    background: #026391;
}

.dtxx_news .time {
    width: 72px;
    height: 100%;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    color: #007bb6;
    float: left;
}

.dtxx_news .day {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.dtxx_news .month {
    font-size: 14px;
    line-height: 14px;
}

.dtxx_news a {
    line-height: 48px;
    color: #ffffff;
    display: inline-block;
    width: 408px;
    padding-left: 15px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtxx_xwgh {
    width: 610px;
    height: 315px;
    margin-right: 20px;
    float: left;
}

.dtxx_xwgh img {
    width: 610px;
    height: 315px;
}

.dtxx_xwgh_news {
    width: 202px;
    height: 248px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dtxx_xwgh_news p {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
	text-indent:2em;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden; 
}

.dtxx_part4 {
    width: 100%;
    height: 108px;
    margin-top: 5px;
}

.dtxx_part4 li {
    width: 421px;
    height: 108px;
    margin-left: 10px;
    float: left;
}

.dtxx_part4 li:first-child {
    margin-left: 0px;
}

.dtxx_part4 a {
    padding: 26px 70px;
    margin-top: 0px;
    background: #007bb6;
    display: block;
}

.dtxx_part4 a:hover {
    background: #026391;
}

.dtxx_part4 a img {
    vertical-align: sub;
    float: left;
    margin: 0px 20px 0px 35px;
}

.dtxx_part4 a span {
    display: table-cell;
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px;
}

.dtxx_part4 a h3 {
    font-size: 18px;
    font-weight: bold;
}

.dtxx_part4 a p {
    font-size: 14px;
    color: #ffffff;
}







/*便民服务*/

.bmfw ul li {
    float: left;
    width: 280px;
    text-align: center;
    height: 145px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #007bb6;
}

.bmfw ul li:hover {
    background: #026391;
}

.bmfw ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    height: 145px;
    line-height: 35px;
    font-weight: bold;
    padding-top: 45px;
    padding-left: 80px;
}

.bmfw ul li a img {
    margin-right: 6px;
    float: left;
}

.bmfw ul li a p{
    color: #fff;
    font-size: 18px;
    float: left;
    line-height: 23px;
    text-align: left;
}
.bmfw ul li a p span{
    display: block;
    font-size: 12px;
}





/*线路展示切换*/

.xlzs_tabs {
    margin-top: 5px;
}

.xlzs_tabs ul li {
    float: left;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.xlzs_tabs ul li a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
}

.xlzs_tabs ul li.selectTag {
    background: #fff;
}

.xlzs_tabs ul li.selectTag a {
    color: #01ac35;
}

.xlzs_con img {
    height: 373px;
}







/*登录后页面样式*/


/*登录弹出部分*/

.login_tc_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    display: none;
    z-index: 999;
}

.login_tc .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.login_tc {
    width: 395px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -197px;
    margin-top: -140px;
    display: none;
    z-index: 99999;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}

.login_tc h1 {
    height: 45px;
    line-height: 45px;
    color: #00a1ee;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.login_tc ul {
    width: 311px;
    margin: 0px auto;
    margin-top: 30px;
}

.login_tc li {
    height: 41px;
    position: relative;
    margin-bottom: 12px;
}

.login_tc li.login_list {
    /*padding-left: 45px;*/
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    overflow: hidden;
}

.login_tc li.login_yhm {
    background: #fff url(/images/hsdt/login_yhm.png) no-repeat left top;
}

.login_tc li.login_password {
    background: #fff url(/images/hsdt/login_password.png) no-repeat left top;
}

.login_tc li.login_list input {
    height: 39px;
    line-height: 39px;
    /*width: 264px;*/
    border: 0px none;
    color: #666;
    font-size: 16px;
    text-indent: 10px;
    border-left: none;
	background:#fff;
}
.login_tc li.login_list input:focus{
    background: #fff;
}
.login_tc li.login_list input:-webkit-autofill{
   	background:#fff;
    box-shadow: 0 0 0px 1000px white inset;
}
.login_tc li.login_btn a {
     /*width: 154px;*/
    height: 38px;
    line-height: 38px;
     /*display: inline-block;*/
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.login_btn_in {
    float: left;
    background: #27a400;
}

.login_btn_register {
    float: right;
    background: #2b7bcd;
}

.login_tc li.about_pass {
    height: 35px;
    margin: 0px;
}

.about_pass label {
    vertical-align: middle;
    font-size: 14px;
    color: #777777;
    font-weight: normal;
}

.remember_pass {
    margin-top: -2px;
}

.find_back {
    line-height: 26px;
    float: right;
    font-size: 14px;
    color: #777777;
}

.login_other {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.login_other .login_third {
    width: 100%;
    height: 20px;
    background: url(/images/hsdt/login_other_bg.png) center no-repeat;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #9c9c9c;
    margin: 10px auto;
}

.login_mode {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: center;
}

.login_mode a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0px 15px;
}

.login_mode a.login_mode_qq {
    background: url(/images/hsdt/login_qq.png);
}

.login_mode a.login_mode_wx {
    background: url(/images/hsdt/login_wx.png);
}

.login_mode a.login_mode_wb {
    background: url(/images/hsdt/login_wb.png);
}






/*首页线路展示*/

.xlzs_con {
    position: relative;
    float: left;
}

.xlzs_con .map_point {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #3e87be;
    border-radius: 6px;
    padding: 0px;
    background: #ffffff;
}

.xlzs_con .map_point:hover {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid #06a937;
    border-radius: 10px;
}

.xlzs_con .map_point1 {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.xlzs_con .map_point2 {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}






/*路线查询、站点查询*/

.btm_right {
    width: 280px;
    height: 446px;
    background: #007bb6;
    float: right;
}

.btm_right ul.lxzdcx_title {
    width: 280px;
    height: 52px;
    border-bottom: 1px solid #fff;
}

.btm_right ul.lxzdcx_title li {
    width: 50%;
    float: left;
    height: 52px;
    line-height: 53px;
    text-align: center;
}

.btm_right ul.lxzdcx_title li.selectTag {
    border-bottom: 3px solid #ffffff;
}

.btm_right ul.lxzdcx_title li a {

    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.cx_station {
    width: 280px;
    height: auto;
    padding: 0px 10px;
}

.lxzdcx_submit {
    width: 100%;
    height: 35px;
    margin: 25px auto;
    padding: 0px 10px;
}

.lxzdcx_submit input {
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 3px;
    background: #ffffff;
    color: #007bb6;
    font-size: 14px;
    font-weight: bold;
}







/*首页下拉选择框*/

.lxzdcx_con {
    width: 280px;
    height: auto;
    margin: 15px auto;
}

.lxzdcx_con .starting_station,
.lxzdcx_con .terminus {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto;
    padding: 0px 10px;
}

.lxzdcx_con .bootstrap-select {
    height: 30px;
}

.lxzdcx_con .bootstrap-select .btn {
    padding: 0px;
    width: 260px;
    height: 28px;
    border: 1px solid #ffffff!important;
    background: transparent!important;
    border-radius: 3px!important;
    padding-left: 5px;
    color: #ffffff;
}

.lxzdcx_con .caret {
    display: none;
}

.lxzdcx_con .starting_station span.starting_station_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.lxzdcx_con .terminus span.terminus_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.lxzdcx_con .cx_station span.cx_station_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.lxzdcx_con .dropdown-menu {
    margin-top: -3px;
    border-radius: 0px;
}

.lxzdcx_con .form-control {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}






/*线路展示右下开始*/

.xlzs_right_btm {
    width: 280px;
    height: 110px;
    margin-top: 7px;
    float: right;
}

.xlzs_right_btm a {
    padding: 30px 0px;
    margin-top: 0px;
    background: #007bb6;
    display: block;
}

.xlzs_right_btm a img {
    vertical-align: sub;
    float: left;
    margin: 0px 20px 0px 55px;
}

.xlzs_right_btm a span {
    display: table-cell;
    color: #ffffff;
    font-weight: bold;
}

.xlzs_right_btm a h3 {
    font-size: 18px;
    font-weight: bold;
}

.xlzs_right_btm a p {
    font-size: 14px;
    color: #ffffff;
}

.xlzs_right_btm a:hover {
    background: #026391;
}






/*线路展示右下结束*/


/*首页结束*/


/*头部样式开始*/

.head {
    width: 100%;
    height: 70px;
    background: #fff;
    /*box-shadow: 0px 1px 1px #225185;*/
    z-index: 999;
}

.head_cen {
    width: 1055px;
    margin: 0 auto;
    z-index: 100;
}

.head_left {
    float: left;
    padding-top: 9px;
}

.head_right {
    float: right;
}

.head_right dl {
    float: left;
    width: 110px;
    background: url(/images/hsdt/head_li.png) no-repeat center 10px;
    text-align: center;
    height: 70px;
    z-index: 999;
    position: relative;
}

.head_right dl dt a {
    font-size: 14px;
    color: #979797;
    display: block;
    height: 70px;
    line-height: 100px;
}

.head_right dl:hover {
    background: url(/images/hsdt/head_lihover.png) no-repeat center 12px;
}

.head_right dl dt a:hover {
    color: #3c7ab7;
}

.head_right dl.selected {
    background: url(/images/hsdt/head_lihover.png) no-repeat center 12px;
}

.head_right dl.selected a {
    color: #3c7ab7;
}

.head_right dl dd {
    background: #ffffff;
    height: 35px;
    width: 100%;
    display: none;
}

.head_right dl dd.nav_child_one {
    /*border-top: 4px solid #3c7ab7;*/
    margin-top: -3px;
}

.head_right dl dd.nav_child_one a {
    border-top: none;
}

.head_right dl dd a {
    display: inline-block;
    height: 35px;
    width: 104px;
    margin: 0px auto;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #444444;
    border-top: 1px solid #d1d1d1;
    z-index: 999;
}







/*头部样式结束*/


/*搜索登录部分开始*/

.search_box {
    float: left;
    margin-bottom: 10px;
}

.search {
    float: left;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 10px;
}

.search input {
    width: 200px;
    height: 32px;
    padding-left: 10px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    float: left;
    border: none;
    background: transparent;
}

.search input::-webkit-input-placeholder {
    color: #fff;
}

.search input:-moz-placeholder {
    color: #fff;
}

.search input::-moz-placeholder {
    color: #fff;
}

.search input:-ms-input-placeholder {
    color: #fff;
}

.search input.sear_btn {
    width: 28px;
    padding-left: 0px;
    cursor: pointer;
    background: url(/images/hsdt/search_btn.png) no-repeat center center;
}

.login {
    float: right;
}

.login ul li {
    text-align: right;
    height: 35px;
    line-height: 35px;
    width: 200px;
}

.login_in {
    margin-right: 35px;
}

.login_out {
    color: red!important;
    margin-left: 30px;
}

.login ul li a {
    font-size: 16px;
    color: #fff;
}

.login ul li a img {
    margin-right: 8px;
}









/*搜索登录部分结束*/


/*列表页面开始*/


/*列表页面外层box*/

.main_con {
    /*width: 1055px;*/
    width:80%;
    margin: 0 auto;
    margin-bottom: 122px;
    z-index: 100;
    padding: 0px 18px;
    background: #ffffff;
    min-height:453px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	 .main_con { margin-bottom: 55px;}
}

 





/*当前位置*/

.trail {
    width: 100%;
    height: 46px;
    border-bottom: 2px solid #007bb6;
    line-height: 46px;
    font-size: 14px;
}

.trail .page_up {
    color: #000;
}

.trail em {
    font-style: normal;
    margin: 0px 20px;
}

.trail .page_child {
    color: #007bb6;
}







/*列表页banner*/

.list_banner {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
}

.list_banner h1 {
    width: 20%;
    height: 180px;
    display: inline-block;
    line-height: 180px;
    color: #ffffff;
    background: #007bb6;
    float: left;
    text-align: center;
    background: url(../../images/hsdt/focux.png) no-repeat center center;
    background-size: 100% 180px;
}

.list_banner img {
    width: 80%;
    height: 180px;
    float: left;
    padding: 0 4px;
}







/*新闻列表*/

.content_box {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
    min-height:430px;    
    background: url(/images/hsdt/foot_libg.png) center bottom repeat-x;
}

.content_box ul {
	overflow:hidden;
}
.nodwen{ background: none;}
.news_list_news {
    width: 49%;
    height: 60px;
    border: 1px solid #d2d2d2;
    background: #f9f9f9;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
	font-size:14px;
}

.news_list_news a {
    line-height: 58px;
    color: #666666;
    display: inline-block;
    width: 320px;
    padding: 0px 15px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list_news span{
	color:#c7c6c6;
	float:right;
	display:inline-block;
	height:58px;
	line-height:58px;
	margin-right:6px;
	font-size:13px;
	font-weight:bold;}
.news_list_news a img {
    float: right;
    margin-top: 22px;
}

.news_list_news em.time {
    width: 84px;
    height: 58px;
    text-align: center;
    float: left;
    font-style: normal;
    background: #aaaaaa;
    display: inline-block;
    color: #ffffff;
}
.news_list_news em.time img{
	margin-top:7px;}
.news_list_news:hover em.time {
    background: #007bb6;
}

.news_list_news:hover a {
    color: #007bb6;
}

.news_list_news:hover span{
	color:#0475aa;}

.table_list i{
	font-style:normal;
	margin-left:15px;}

.table_list label.input_radio{
	vertical-align:middle;
	font-weight:normal;}
.table_list label.input_radio span{
	position:relative;
	top:2px;}

/*列表分页*/

.fenye_list {
    width: 100%;
    height: 30px;
    margin: 26px auto;
    text-align: center;
}

.fenye_list ul {
    border: none;
}

.fenye_list ul li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    background: #dfdfdf;
    color: #666666;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}

.fenye_list li.page_now {
    background: #007bb6;
    color: #ffffff;
}








/*表格列表*/

.table_list thead th {
    background: #007bb6;
    line-height: 41px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: none!important;
}

.table_list tbody th {
    line-height: 41px;
    font-size: 16px;
    color: #4f4f4f;
    border-top: none;
    border-bottom: none;
    vertical-align: middle!important;
    text-align: center;
}

.table_list tbody tr td {
    line-height: 41px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    vertical-align: middle!important;
}








/*表格分页*/

.fenye_table {
    width: 100%;
    height: 48px;
    margin: 26px auto;
    text-align: center;
}

.fenye_table ul {
    border: none;
}

.fenye_table ul li {
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-right: 10px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    color: #007bb6;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
}

.fenye_table li.page_now {
    background: #007bb6;
    color: #ffffff;
}








/*列表页结束*/


/*详情页开始*/

.news_con_box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.news_con_top {
    width: 100%;
    height: auto;
    background: url(/images/hsdt/news_title_01.png) center bottom repeat-x;
    padding-bottom: 15px;
    padding-top: 10px;
    text-align: center;
}

.news_con_top h3 {
    display: block;
    line-height: 46px;
	font-size:24px;
}

.news_con_top font {
    padding: 0px 25px;
    color: #939292;
    font-size: 14px;
}

.news_con_btm {
    width: 93%;
	padding:0 3%;
    text-align: center;
    font-size: 12px;
}

.news_con_btm img {
    margin: 20px auto;
    max-width:600px;
	display:block;
}

.news_con_btm p {
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    color: 333333;
}

.news_content p {
    text-indent: 2em;
}

.info_title {
    width: 100%;
    height: 72px;
    border-bottom: 1px dashed #aaaaaa;
    line-height: 72px;
    text-align: left;
    margin: 10px 0px 25px 0px;
}

.info_title h4 {
    line-height: 72px;
    color: #e50011;
    font-weight: 500;
    font-size: 24px;
}

.zbs_download {
    display: inline-block;
    margin-left: 25px;
}

.zbs_download img {
    margin-top: -1px;
    margin-bottom: 0px;
    margin-left: 10px;
}







/*详情页结束*/


/*招标人须知开始*/

.zb_btn {
    width: 100%;
    height: 40px;
    margin: 25px auto;
    text-align: left;
}

.zb_btn input[type=button] {
    width: 135px;
    height: 40px;
    text-align: center;
    background: #e50011;
    color: #ffffff;
    line-height: 40px;
    font-size: 18px;
    border: none;
}







/*招标人须知结束*/


/*地铁线网规划开始*/

.xwgh_left {
    width: 540px;
    height: auto;
    float: left;
    margin-right: 12px;
    border: 1px solid #d2d2d2;
}

.xwgh_left img {
    width: 100%;
}

.xwgh_right {
    width: 460px;
    height: auto;
    float: right;
}

.xwgh_right h1 {
    display: inline-block;
    width: 100%;
    height: 114px;
    line-height: 114px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #007bb6;
}

.xwgh_right p {
    font-size: 14px;
    line-height: 32px;
    margin-top: 10px;
    color: #494949;
}








/*地铁线网规划结束*/


/*招贤纳才列表页开始*/

.h5px {
    padding: 3px!important;
    border: none!important;
}

.ellipsis350 p {
	max-height: 25px;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxnc_table th {
    border-bottom: none!important;
}

.zxnc_table tbody tr td {
    font-size: 12px;
    color: #4a4a4a;
    border-top: none!important;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}

.zxnc_table td a {
    color: #007bb6;
    font-weight: bold;
}








/*招贤纳才列表页结束*/


/*招贤纳才内容页开始*/

.zxnc_part {
    border-bottom: 1px dashed #ddd;
}

.zxnc_part2 {
    padding-bottom: 5px;
}

.zxnc_part h3 {
    display: inline-block;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
}

.zxnc_part3,
.zxnc_part4 {
    border-bottom: none;
}

.zxnc_part4 h3 {
    border-bottom: none;
}

.zxnc_part4 textarea {
    width: 756px;
    height: 60px;
    margin-left: 15px;
    resize: none;
    overflow-y: auto;
    padding: 3px;
	border:1px solid #ddd;
}

.zxnc_part span,
.zxnc_part b {
    line-height: 45px;
    font-size: 14px;
    margin-left:10px;
}

.zxnc_part p {
    line-height: 32px;
    font-size: 14px;
}

.zxnc_part4 .table {
    border: 1px solid #ddd;
}

.zxnc_part4 tbody th,
.zxnc_part4 tbody td {
    vertical-align: middle!important;
    font-weight: normal;
    border: 1px solid #ddd;
    text-align: left;
}

.zxnc_part4 tbody th {
    background: #f4f2f2;
    text-align: center;
}

.zxnc_part4 tbody th font {
    display: inline-block;
    color: red;
    font-size: 12px;
    margin-top: 5px;
    float: left;
}

.zxnc_part4 .table tbody tr td {
    text-align: left;
}

.zxnc_part4 .zbs_download img {
    margin-top: -2px;
    margin-left: 0px;
    margin-right: 10px;
}

.input_zxnc {
    width: 244px;
    height: 32px;
    border: 1px solid #ddd;
    margin-left: 15px;
    padding-left: 3px;
}

.zxnc_sg {
    width: 220px;
}

.file_file {
    display: none!important;
}

.update_file {
    width: 174px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background: #8d8d8d;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
}

.text_file {
    border: none;
    width: 400px;
    text-align: center;
}

.delete_file {
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background: red;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
}

.zxnc_submit {
    width: 100%;
    height: 44px;
    margin-top: 36px;
    text-align: center;
    margin-bottom:30px;
}

.zxnc_submit input {
    width: 150px;
    height: 44px;
    border-radius: 8px;
    border: none;
    line-height: 44px;
    color: #ffffff;
    background: #007bb6;
    font-size: 16px;
    font-weight: bold;
}



/*招聘信息下拉选择框*/

.gznx {
    display: inline-block;
    width: 250px;
    height: auto;
    margin-left: 15px;
}

.gznx span {
    line-height: 30px;
}

.gznx .bootstrap-select {
    width: 250px!important;
    height: 30px;
}

.gznx .bootstrap-select .btn {
    padding: 0px;
    width: 250px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 0px!important;
    padding-left: 5px;
    overflow: hidden;
    background: url(/images/hsdt/xlzdcx_02.png) 219px center no-repeat;
}

.gznx .caret {
    display: none;
}

.gznx span.starting_station_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.gznx .cx_station span.cx_station_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.gznx .dropdown-menu {
    margin-top: -3px;
    border-radius: 0px;
}

.gznx .bs-searchbox,
.gznx .bs-caret {
    display: none;
}






/*招贤纳才内容页结束*/


/*期刊开始*/

.picnewslist_box {
    border: none!important;
}

.news_list_pic {
    width: 238px;
    height: 199px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    overflow: hidden;
}

.news_list_pic img {
    width: 238px;
    height: 156px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.news_list_pic h6 {
    line-height: 28px;
    font-size: 14px;
    color: #494949;
    height: 28px;
    overflow: hidden;
}

.news_list_pic p {
    line-height: 25px;
    font-size: 12px;
    color: #494949;
}








/*期刊结束*/


/*注册页开始*/

.login_box {
    width: 440px;
    height: auto;
    margin: 0px auto;
    border-radius: 10px;
    background: #ffffff;
    padding-bottom: 30px;
}

.login_box ul {
    width: 311px;
    margin-top: 30px;
    border-bottom: none!important;
}

.login_box li {
    height: 41px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.login_box li.login_list {
    padding-left: 45px;
    border: 1px solid #d2d2d2;
}

.login_box li.login_yhm {
    background: #fff url(/images/hsdt/login_yhm.png) no-repeat left top;
}

.login_box li.login_tel {
    background: #fff url(/images/hsdt/login_tel.png) no-repeat left top;
}

.login_box li.login_password {
    background: #fff url(/images/hsdt/login_password.png) no-repeat left top;
}

.login_box li.login_yzm {
    background: #fff url(/images/hsdt/login_yzm.png) no-repeat left top;
}

.login_box li.login_list input {
    height: 39px;
    line-height: 39px;
    width: 264px;
    border: 0px none;
    color: #666;
    font-size: 16px;
    text-indent: 10px;
    border-left: none;
    border-radius: 5px;
}


.login_box li.login_yzm {
    position: relative;
}

.login_box li.login_list input.get_yzm {
    width: 114px;
    height: 39px;
    border: none;
    background: #27a400;
    position: absolute;
    right: -120px;
    top: 0px;
    color: #ffffff;
}

.login_box li.login_btn a {
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.login_register {
    background: #27a400;
}

.login_box li.agree_treaty {
    height: 35px;
    margin: 0px;
}
.treaty_show{
    cursor: pointer;
    font-size:18px;
}
.login_box li.log_servtk {
    width: 570px;
    height: auto;
    margin-bottom: 20px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 0px;
    display: inline-block;
}

.log_servtk h4 {
    font-size: 13px;
    font-weight: 700;
    color: #007bb6;
    line-height: 30px;
}

.log_servtk .log_servtk_con {
    font-size: 12px;
    line-height: 21px;
    color: #4e4e4e;
    border: 1px solid #dcdcdc;
    padding: 3px;
    background: #ffffff;
}

.log_servtk .log_servtk_con p {
    line-height: 20px;
    font-size: 12px;
}

.agree_treaty label {
    vertical-align: middle;
    font-size: 18px;
    color: #777777;
    font-weight: normal;
}

.agree_treaty input {
    margin-top: -2px;
    zoom: 150%;
    vertical-align: middle;
}








/*注册页结束*/


/*站点查询开始*/

.xlzdcx_title {
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #007bb6;
    font-size: 20px;
    font-weight: bold;
}

.zdlxcx_xian {
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 100;
}

.xlzdcx_title span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 15px;
    background: #ffffff;
    z-index: 200;
}

.xlzdcx_con {
    width: 100%;
    height: auto;
    margin: 0px auto;
    color: #333333;
    font-size: 16px;
}

.xlzdcx_con li {
    line-height: 24px;
    padding: 8px 0px;
}

.xlzdcx_jg li {
    float: left;
    padding-right: 50px;
}

.xlzdcx_sj li {
    width: 100%;
    height: auto;
}

.xlzdcx_sj li span {
    padding-right: 40px;
}

.xlzdcx_sj li span.xlzdcx_zm {
    display: inline-block;
    width: 300px;
}

.xlzdcx_sj li span font {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #ffffff;
    margin-right: 5px;
    font-family: "Microsoft YaHei";
    border-radius: 4px;
    background: #007bb6;
}








/*站点查询下拉选择框*/

.zdcx_cx {
    display: block;
    width: 320px;
    height: 33px;
    margin: 10px auto;
}

.zdcx_cx .starting_station {
    width: 220px;
    display: inline-block;
    float: left;
}

.zdcx_cx .bootstrap-select {
    height: 33px;
}

.zdcx_cx .bootstrap-select .btn {
    padding: 0px;
    width: 220px;
    height: 33px;
    border: 1px solid #b8b8b8!important;
    background: url(/images/hsdt/xlzdcx_02.png) 189px center no-repeat;
    border-radius: 0px!important;
    padding: 3px 30px 3px 15px;
    color: #333333;
}

.zdcx_cx .caret {
    display: none;
}

.zdcx_cx .dropdown-menu {
    margin-top: -3px;
    border-radius: 0px;
}

.zdcx_cx .form-control {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.zdcx_cx .station_cx {
    width: 80px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #007bb6;
    color: #ffffff;
    font-size: 14px;
    border: none;
    float: right;
    cursor: pointer;
}







/*站点查询下拉选择框结束*/


/*站点查询结束*/


/*路线查询开始*/


/*线路查询下拉选择框*/

.xlcx_cx {
    display: block;
    width: 644px;
    margin: 10px auto;
}

.xlcx_cx .starting_station,
.xlcx_cx .terminus {
    width: 220px;
    display: inline-block;
}

.xlcx_cx .bootstrap-select {
    height: 33px;
}

.xlcx_cx .bootstrap-select .btn {
    padding: 0px;
    width: 220px;
    height: 33px;
    border: 1px solid #b8b8b8!important;
    background: url(/images/hsdt/xlzdcx_02.png) 189px center no-repeat;
    border-radius: 0px!important;
    padding: 3px 30px 3px 15px;
    color: #333333;
}

.xlcx_cx .caret {
    display: none;
}

.xlcx_cx .dropdown-menu {
    margin-top: -3px;
    border-radius: 0px;
}

.xlcx_cx .form-control {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.xlcx_cx .station_cx {
    width: 80px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #007bb6;
    color: #ffffff;
    font-size: 14px;
    border: none;
    float: right;
    cursor: pointer;
}










/*线路查询下拉选择框结束*/

.zdjh {
    display: inline-block;
    margin: 0px 40px;
}

.piaojia {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #007bb6;
    margin-top: 20px;
    margin-left: -50px;
}

.piaojia span {
    text-align: bottom;
    font-weight: bold;
}

.piaojia em {
    font-style: normal;
    font-size: 24px;
    padding: 0px 8px;
}

.daozhan_jt {
    margin: 0px 20px;
}

.through {
    display: inline-block;
    margin-left: 40px;
}









/*出行方案*/

.station_box {
    padding-left: 116px;
    background: url(/images/hsdt/train.png) 26px 40% no-repeat;
}

.xlzdcx_con dl {
    padding: 12px 0px;
    border-left: 3px solid #38c777;
}

.xlzdcx_con dl dt {
    padding-left: 30px;
    font-weight: normal;
}

.station_start dt,
.station_freight dt,
.station_end dt {
    display: inline-block;
    width: 145px;
    font-size: 16px;
    line-height: 16px;
    color: #007bb6;
}

.station_start,
.station_freight,
.station_end {
    position: relative;
}

.station_start .station_pic,
.station_freight .station_pic,
.station_end .station_pic {
    position: absolute;
}

.station_start .station_pic {
    top: 0px;
    left: -10px;
    padding-top: 17px;
    background: #ffffff;
}

.station_freight .station_pic {
    top: 10px;
    left: -16px;
}

.station_end .station_pic {
    top: 17px;
    left: -10px;
    padding-bottom: 17px;
    background: #ffffff;
}

.station_start dd,
.station_freight dd,
.station_end dd {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.station_through dt {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url(/images/hsdt/88_03.jpg) 100px center no-repeat;
}

.station_through dd {
    color: #999999;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    display: none;
}








/*线路查询结束*/


/*线路展示开始*/

.xlzs_box {
    width: 100%;
    height: auto;
    position: relative;
}

.xlzs_box img {
    width: 100%;
    min-height: 746px;
}

.xlzs_box .map_point {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    border: 1px solid #3e87be;
    border-radius: 7px;
    padding: 0px;
    background: #ffffff;
}

.xlzs_box .map_point:hover {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid #06a937;
    border-radius: 10px;
}

.xlzs_box .map_point1 {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 10px;
}

.xlzs_box .map_point1:hover {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 12px;
}

.xlzs_box .map_point2 {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 10px;
}

.xlzs_box .map_point2:hover {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 12px;
}








/*线路展示结束*/


/*联系我们开始*/

.lxwm {
    width: 100%;
    height: auto;
    padding-left: 50px;
}

.lxwm ul {
    width: 100%;
    height: auto;
    border-left: 1px solid #dcdcdc;
    border-bottom: none;
	overflow:initial;
}

.lxwm li {
    line-height: 52px;
    font-size: 14px;
    color: #494949;
}

.lxwm li img {
    margin-left: -7px;
    margin-right: 25px;
}

.lxwm_ewm_box {
    width: 100%;
    height: auto;
    padding-left: 70px;
    margin-top: 24px;
}

.lxwm_ewm {
    display: inline-block;
    float: left;
    margin-right: 50px;
    text-align: center;
}

.lxwm_ewm img {
    display: block;
    margin: 0px auto;
}

.lxwm_ewm span {
    font-size: 12px;
    color: #494949;
}









/*联系我们结束*/


/*便民服务-便民问答开始*/

.bmwd_t {
    width: 1000px;
    height: 50px;
    margin: 0px auto;
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 58px;
}

.bmwd_t h4 {
    font-size: 16px;
    float: left;
    line-height: 50px;
    font-weight: bold;
    color: #000000;
    color: #fff;
    background: #007bb6;
    border-radius: 6px;
    padding: 0px 20px;
}

.bmwd_list {
    width: 100%;
    height: auto;
}

.bmwd_list li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #c7c7c7;
}

.bmwd_q {
    width: 100%;
    height: auto;
    padding: 10px 25px 0px 25px;
    line-height: 30px;
    color: #007bb6;
    font-size: 14px;
}

.bmwd_q font {
    float: right;
    color: #333333;
}

.bmwd_a font {
    float: right;
    color: #717171;
}

.bmwd_a {
    width: 1000px;
    height: auto;
    margin: 0px auto;
    padding: 10px 15px;
    line-height: 30px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 14px;
    color: #717171;
    position: relative;
}

.bmwd_a_jt {
    position: absolute;
    top: -8px;
    left: 13px;
}

.bmwd_a b {
    width: 30px;
    height: 100%;
    display: block;
    float: left;
    margin-left: 9px;
}

.bmwd_a span {
    width: 927px;
    height: 100%;
    display: block;
    float: left;
}

.bmwd_table tbody th {
    background: #f4f2f2;
    font-size: 14px;
    font-weight: normal;
}

.bmwd_table textarea {
    width: 98%;
    height: 210px;
    margin: 0px auto;
    resize: none;
    overflow-y: hidden;
    padding: 15px;
    text-indent: 2em;
}

.bmwd_ly_cont {
    margin-top: 2px;
    text-align: right;
    padding-right: 25px;
    color: #dddddd;
}

.bmwd_submit {
    width: 100%;
    height: 44px;
    margin-top: 36px;
    text-align: center;
}

.bmwd_submit input {
    width: 150px;
    height: 44px;
    border-radius: 8px;
    border: none;
    line-height: 44px;
    color: #ffffff;
    background: #007bb6;
    font-size: 16px;
    font-weight: bold;
}






/*便民服务-便民问答结束*/


/*便民服务-服务设施开始*/

.station_list {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.station_list li {
    float: left;
    display: inline-block;
    padding: 0px 22px;
    height: 60px;
    line-height: 60px;
}

.station_list li a {
    font-size: 16px;
    color: #000000;
    display: block;
    font-weight: bold;
}

.station_list li:hover a,
.station_list li.station_list_select a {
    color: #007bb6;
}

.station_fwss .table {
    border-bottom: 1px solid #ddd;
}

.station_fwss .table tbody tr td {
    line-height: 46px;
    text-align: center;
    font-weight:normal;
    font-size: 16px;
}






/*便民服务-服务设施结束*/


/*便民服务-志愿者服务开始*/

.station_zyzfw .table {
    border-bottom: 1px solid #ddd;
}

.station_zyzfw .table tbody tr td {
    line-height: 46px;
    text-align: center;
    font-size: 13px;
}

a.station_zyzfw_cz,
a.station_zyzfw_cz:hover,
a.station_zyzfw_cz:visited,
a.station_zyzfw_cz:active,
a.station_zyzfw_cz:link {
    display: inline-block;
    background: #007bb6;
    color: #ffffff;
    line-height: 20px;
    padding: 0px 8px;
    border-radius: 4px;
    margin: 0px 2px;
}

.search_zyzfw {
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 14px;
}

.search_zyzfw .search_zyzfw_part {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.search_zyzfw_line {
    width: 90px;
    height: 35px;
}

.search_zyzfw_station {
    width: 120px;
    height: 35px;
}

.search_zyzfw_btn {
    width: 46px;
    height: 35px;
    background: #027ab6 url(/images/hsdt/search_zyzfw_btn.png) center no-repeat;
    border: none;
    border-radius: 5px;
}






/*日期控件*/

.icon {
    position: absolute;
    height: 34px;
    width: 18px;
    background: #fff;
}

.laydate-box {
    height: 34px;
    width: 186px;
    border: 0;
    margin: 0px;
	background:#eee;
	padding-right:13px;
    position: relative;border-radius: 5px;
    display: inline-block;
}
#laydateInput {
    outline: 0;
    display: inline-block;
    height: 34px;
    width: 182px;
    font-size: 16px;
    line-height: 34px;
    border: none;
    background: url(/images/hsdt/calendar_03.png) no-repeat right center;
    border-radius: 5px;
    text-indent: 5px;
}

.select-date {
    position: absolute;
    left: 0;
    top: 34px;
    width: 266px;
    height: 301px;
    border: 1px solid #58abff;
    display: none;
    background: #ffffff;
}

.select-date-header {
    height: 48px;
    border-bottom: 1px solid #58abff;
}

.heade-ul {
    height: 49px;
}

.laydate-box img.data-icon{
	width:22px;
	top:5px;
	height:22px;}
.header-item {
    height: 30px;
    display: inline-block;
    margin-top: 9px;
}

.header-item select {
    height: 100%;
}

.header-item-one select {
    width: 68px;
    margin-left: 10px;
    height: 30px;
    outline: 0;
}

.header-item-two i {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.header-item-two i {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.header-item-two {
    border: 1px solid #ccc;
    margin-left: 10px;
}

.header-item-two select {
    border: 0;
    outline: 0;
}

.header-item-two i:nth-child(1) {
    border-right: 1px solid #ccc
}

.header-item-two i:nth-child(3) {
    border-left: 1px solid #ccc;
}

.header-item-three {
    margin-left: 30px;
    width: 73px;
}

.header-item-three span {
    display: block;
    height: 100%;
    border: 1px solid #d8d8d8;
    background: #f9f9f9;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}

.header-item-three span:hover {
    border-color: #388bff;
}

.header-item-three span.active {
    border-color: #388bff;
}

.week-list {
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #c8cacc;
}

.week-list li {
    float: left;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    margin: 0 1px;
}

.week-list li:nth-child(7) {
    color: #e02d2d;
}

.week-list li:nth-child(1) {
    color: #e02d2d;
}

.tabel-line {
    height: 35px;
    border-bottom: 1px solid #c8cacc;
}

.tabel-ul {
    height: 35px;
}

li.tabel-li {
    height: 31px;
    width: 31px;
    text-align: center;
    line-height: 31px;
    float: left;
    border: 2px solid #fff;
    margin-left: 1px;
    margin-right: 1px;
}

.tabel-li.preDays {
    color: #bfbfbf
}

.tabel-li.nextDay {
    color: #bfbfbf;
}

.tabel-li:hover {
    border-color: #fb0;
}

.tabel-li.showClick {
    border-color: #fb0;
}

.tabel-li.active {
    background: #fb0;
    color: #fff!important;
    border-color: #fb0;
}

.tabel-li.weekColor {
    color: #e02d2d;
}






/*弹出层*/

.modal-dialog {
    width: 346px;
    height: 247px;
    border-radius: 5px;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -173px;
    margin-top: -123px;
}

.modal-content {
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 15px 0px;
}

.modal-body {
    padding: 0px 20px;
}

.modal-about tbody tr th,
.modal-about tbody tr td {
    height: 32px;
    line-height: 32px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    border-top: none;
}

.modal-footer {
    border-top: none;
    padding: 0px;
    margin-top: 0px;
    text-align: center;
}

.modal-footer .btn {
    padding-left: 25px;
    padding-right: 25px;
    color: #ffffff;
}

.modal-footer .btn_qr {
    background: #068c2e;
}






/*便民服务-志愿者服务结束*/


/*当前位置2开始*/

.trail_now {
	width: 500px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin-left:15px;
}

.trail_now .page_up {
    color: #ffffff;
	margin-left:6px;
	margin-right:6px;
}

.trail_now em {
    font-style: normal;
}

.trail_now .page_child {
    color: #ffffff;
}







/*当前位置2结束*/


/*内页切换tab开始*/

.in_tab {
    width: 1055px;
    height: 60px;
    margin: 0px auto 20px auto;
}

.in_name {
    width: 173px;
    height: 60px;
    float: left;
    position: relative;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    background: url(/images/hsdt/ny_tit.png) no-repeat left bottom;
}

.in_name span{
	color:#fff;}
.in_name_jt {
    position: absolute;
    top: 21px;
    right: -8px;
}
.in_list {
	background:#f6f6f6;
    width: 868px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    float: right;
}

.in_list li{
    float:left;
}
.in_list li.in_list_tab a {
    display: inline-block;
    cursor: pointer;    
    padding: 0px 25px;
}
.in_list li.in_list_tab_select {
	color:#fff;
}
.in_list li.in_list_tab_select a.mrxz {
    background:#fff url(/images/hsdt/nylibg.png) no-repeat left center;
    display: block;
    line-height: 60px;
    color: #fff;
}







/*内页切换tab结束*/


/*内页切换tab2开始*/

.in_tab2 {
    width: 100%;
    height: 60px;
    margin: 20px auto;
    padding-top: 5px;
    background: #007bb6;
}

.in_tab2 ul {
    width: 100%;
    height: 55px;
    overflow: hidden;
}

.in_tab2 li {
    width: 140px;
    height: 55px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.in_tab2 li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ffffff;
    line-height: 55px;
    font-size: 18px;
}

.in_tab2 li.in_tab2_select a {
    background: #ffffff;
    color: #007bb6;
}

.in_tab2 li:hover a {
    background: #ffffff;
    color: #007bb6;
}







/*内页切换tab2结束*/


/*公交换乘开始*/

.transit {
    width: 98%;
    height: auto;
    margin-left: 2%;
    border-left: 2px solid #009944;
    padding-left: 40px;
    padding-right: 30px;
	position:relative;
	padding-bottom:165px;
}

.transit dl {
	width: 100%;
    height: auto;
    line-height: 58px;
    border-bottom: 2px solid #d2d2d2;
    position: relative;
    color: #4e4e4e;
    font-size: 16px;
    clear: both;
}

.transit dl .station_pic {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -51px;
}

.transit dl .station_pic img {
    width: 20px;
    height: 20px;
}

.transit dl dt {
    float: left;
    width: 155px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-weight: normal;
}

.transit dl dd {
    float: left;
    width: 750px;
	line-height:30px;
	padding-top:14px;
	padding-bottom:12px;
}







/*公交换乘结束*/


/*底部部分开始*/

.footer {
    line-height: 45px;
    z-index:99999;
    width: 100%;
    /*height: 100px;*/
	position:fixed;
	bottom:0px;
	margin-top:10px;
}

.footer_bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 45px;
    line-height: 45px;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    z-index: -1;
}

.footer_cen {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 1055px;
    line-height: 45px;
    z-index: 100;
    margin-left: -527px;
}

.footer p {
    color: #fffefe;
    font-size: 14px;
    line-height: 45px;
}

.footer p a {
    color: #fffefe;
    font-size: 14px;
}

.footer p a.yqlj {
    background: url(/images/hsdt/yqlj_hide.png) no-repeat right center;
    padding-right: 12px;
}

.footer p a.show_yqlj {
    background: url(/images/hsdt/yqlj_show.png) no-repeat right center;
    padding-right: 18px;
}

.footer ul.yqlj {
    display: none;
}

.footer ul.yqlj li {
    float: left;
    width: 263px;
    margin-top: 16px;
    position: relative;
}

.footer ul li .selectBox {
    width: 256px;
    height: auto;
}

.footer ul li .selectBox em {
    background: url(/images/hsdt/foot_bg.png) no-repeat left center;
    width: 256px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    cursor: pointer;
}

.footer ul li .dropDown {
    display: none;
    overflow-x: hidden;
    background-color: #ced4e5;
    width: 256px;
    bottom: 40px;
    position:absolute;
    min-height:40px;
}

.footer ul li .dropDown ul {
    width: 100%;
    height: 100%;
}

.footer ul li .dropDown ul li {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    float: none;
    width: 242px;
    text-align: left;
    overflow: hidden;
    margin-top: 0px;
    color: #353535;
    font-size: 13px;
}

.footer ul li .dropDown ul li a {
    color: #fff;
    font-size: 14px;
    margin-left: 0px;
}

.footer ul li .showhide {
    display: block;
}

.foot_yqlj span,
.foot_yqlj a {
    display: inline-block;
    margin-left: 125px;
}

.foot_yqlj span:first-child {
    margin-left: 0px;
}






/*底部部分结束*/


/*左侧浮动开始*/

.fd {
    width: 81px;
    height: auto;
    position: fixed;
    left: 30px;
    top: 70px;
    z-index: 999;
}

.fd li {
    width: 81px;
    height: 81px;
    background: url(/images/hsdt/fd.png) center no-repeat;
    text-align: center;
    padding-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.fd li:hover {
    background: url(/images/hsdt/fdhover.png) center no-repeat;
}

.fd li img {
    height: 40px;
    display: block;
    padding: 10px 0 5px 0;
    margin: 0px auto;
}

.fd li font {
    color: #FFF;
    lien-height: 16px;
    font-size: 16px;
}









/*气泡提醒*/

.qptx {
    position: absolute;
    text-align: left;
    left: 80px;
    top: 9px;
    z-index: 9999999;
    width: 210px;
    overflow: hidden;
}

.qptx_arr {
    position: absolute;
    width: 6px;
    height: 12px;
    top: 28px;
    background: url(/images/hsdt/arrow_text.png) no-repeat top left;
    z-index: 10005;
}

.remind {
    background: #f2fbf1;
    padding: 3px 7px;
    width: auto;
    border: 1px solid #81c97a;
    border-radius: 5px;
    margin-left: 5px;
    height: 288px;
}









/*切换效果样式*/

.sildbeltit {
    white-space: nowrap;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 15px;
    color: #2372d3;
    text-align: left;
    border-bottom: 1px solid #81c97a;
    line-height: 25px;
}

.qiehuan {
    float: right;
}

.qie_right {
    cursor: pointer;
    margin-top: 5px;
    float: right;
    width: 13px;
    height: 14px;
    background: url(/images/hsdt/qzy_qieright.png) no-repeat;
}

.qie_right1 {
    background: url(/images/hsdt/qzy_qieright1.png) no-repeat;
}

.qie_left {
    cursor: pointer;
    margin-top: 5px;
    float: left;
    width: 12px;
    height: 14px;
    background: url(/images/hsdt/qzy_qieleft1.png) no-repeat;
}

.qie_left1 {
    background: url(/images/hsdt/qzy_qieleft.png) no-repeat;
}

.qie_text {
    position: relative;
    left: 0;
}

.qie_roll {
    width: 210px;
    float: left;
    overflow: hidden;
    padding-left: 0px;
}

.qie_roll li {
    height: 25px;
    line-height: 25px;
    background: none;
    padding: 0 0 0 10px;
    width: 200px;
    text-align: left;
    margin: 0px;
}

.qie_roll li:hover {
    background: none;
}

.qie_roll li a {
    white-space: nowrap;
    color: #2372d3;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
}

.qie_roll a span {
    color: #d10000;
}

.btm_three .qptx {
    top: -215px;
}

.btm_three .qptx_arr {
    top: 260px;
}









/*左侧浮动结束*/


/*右侧悬浮样式开始*/

.right_xf {
    position: fixed;
    right: 0px;
    top: 40%;
    width: 49px;
    text-align: center;
    margin-top: -50px;
    z-index: 999;
}

.xf_top {
    background: url(/images/hsdt/xf_topbg.png) no-repeat center center;
    height: 51px;
}

.xf_top a {
    display: block;
    height: 51px;
}

.xf_top a img,
.xf_center a img,
.xf_bottom a img {
    margin-top: 12px;
}

.xf_center {
    background: url(/images/hsdt/xf_centerbg.png) no-repeat left center;
    height: 179px;
    margin-top: 5px;
}

.xf_center a {
    display: block;
}

.xf_center a span {
    display: block;
    width: 15px;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    line-height: 18px;
}

.xf_bottom {
    background: url(/images/hsdt/xf_btmbg.png) no-repeat left center;
    height: 91px;
    margin-top: 5px;
    position: relative;
}

.xf_bottom a {
    display: block;
    height: 45px;
}

.wx_ewm {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50px;
    left: -95px;
    display: none;
}
.wb_ewm {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: -95px;
    display: none;
}
 

/*右侧悬浮样式结束*/


/*企业文化-联系我们开始*/

.qywh_lxwm img {
    width: 100%;
}





/*企业文化-联系我们结束*/
/*职位发布开始*/
input[type="text" i]:disabled{
    background: #ffffff;
}
/*职位发布结束*/
/*失物招领开始*/
.table_control{
    width: 100%;
    height: 31px;
    margin-bottom:15px;
    text-align: right;
}
.table_control input{
    font-size: 18px;
    color: #000000;
    line-height: 31px;
    margin-left: 25px;
    padding-left: 35px;
    border:none;
}
.table_add{
    background: url(/images/hsdt/swzl_02.png) left center no-repeat;
}
.table_edit{
    background: url(/images/hsdt/swzl_03.png) left center no-repeat;
}
.table_del{
    background: url(/images/hsdt/swzl_04.png) left center no-repeat;
}
.table_add_dialog{
    width: 750px;
    height: 390px;
    margin-left: -375px;
    margin-top: -195px;
}
.table_add_content{
    padding: 0px;
    background: #f4f4f4;
}
.table_add_header{
    width: 100%;
    height: 55px;
    background: #007bb6;
    color: #ffffff;
    line-height: 55px;
    padding:0px 30px;
}
.table_add_header .modal-title{
    font-size:20px;
    line-height: 55px;
}
.table_add_header .close{
    margin-top: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.input_add_swzl{
    width: 216px;
    height: 35px;
    padding: 7px 5px;
    background: #ffffff;
    border-radius: 4px;
    line-height: 21px;
    font-size: 14px;
    color: #333333;
    border:none;
}
.modal_table_add tbody tr th{
    border:none;
    text-align: left;
    line-height: 35px;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.modal_table_add tbody tr td{
    border:none;
    line-height: 35px;
    font-size: 14px;
    color: #000000;
}
.modal_table_add dl{
    width: 216px;
    height: 35px;
}
.modal_table_add dt{
    cursor: pointer;
    width: 216px;
    height: 35px;
    padding: 0px 5px;
    background: #ffffff;
    border-radius: 4px;
    line-height: 35px;
    font-size: 14px;
    color: #999999;
    border:none;
    font-weight: normal;
}
.modal_table_add dt.swzl_lqzt_down{
    background: url(/images/hsdt/swzl_07.png) #ffffff 190px center no-repeat;
}
.modal_table_add dt.swzl_lqzt_up{
    background: url(/images/hsdt/swzl_08.png) #ffffff 190px center no-repeat;
}
.modal_table_add dd{
    background: #ffffff;
    cursor: pointer;
    line-height: 30px;
}
.modal_table_add dd:hover{
    background: #efefef;
}
.table_add_content .modal-footer{
    margin-top: 60px;
}
.table_add_content .modal-footer .btn{
    width: 164px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    padding: 0px;
    box-shadow:  0px 2px 5px #666666;
}
.table_add_content .modal-footer .btn_qx{
    margin-right: 140px;
    background: #ffffff;
    color: #333333;
}
.modal_table_add .text_file{
    width: 140px;
    height: 35px;
    line-height: 21px;
    padding: 7px 5px;
}
.modal_table_add .update_file{
    width: 58px;
    height: 35px;
    line-height: 21px;
    padding: 7px 5px;
    margin-left: 13px;
}
.table_tr_edit{
    width: 21px;
    height: 21px;
    margin:0px 2px;
    background: url(/images/hsdt/swzl_05.png) center no-repeat;
    border:none;
    vertical-align: middle;
}
.table_tr_del{
    width: 21px;
    height: 21px;
    margin:0px 2px;
    background: url(/images/hsdt/swzl_06.png) center no-repeat;
    border:none;
    vertical-align: middle;
}
.input_edit_swzl{
    width: 100%;
    height: 35px;
    line-height: 21px;
    padding: 7px 5px;
    margin:0px;
    white-space:nowrap;
    text-align: center;
}
input.input_edit_swzl[type="text" i]:disabled{
    background: #ffffff;
    border:none;
}
input.input_edit_swzl[type="date" i]:disabled{
    background: #ffffff;
    border:none;
}
/*失物招领结束*/
/*分页样式*/
.page{
	text-align:center;
	display: block;
    padding: 15px 0px;
	/*border-bottom: 1px dashed #d2d2d2;*/
    height: 67px;
	line-height:36px;}
.page span,.page a{
	margin-left:4px;
	margin-right:4px;}
.page input{
	line-height:18px;
	height: 24px;
    width: 36px;
    margin-left: 4px;
    margin-right: 4px;}
.page input.pag_skip{}
.focus .fPic .shadow_title a{
	float:none}
/*搜索结果页*/
#ang{
	margin-top:15px;}
.l_column1{
	border-bottom: 1px solid #ededed;
    margin-top: 10px;
	font-size: 13px;
    line-height: 28px;}
.search_left{width:1000px; margin:10px auto; background:#fff; padding:10px 20px;}
.search_title{  height:30px; background-color:#f4fafe; border:1px solid #dbe1e6; margin-top:10px; padding-top:4px; margin-bottom:16px;}
.pro_sea{ clear:both;line-height:24px; height:24px;text-align:left; padding-right:10px; padding-left:10px;}
.pro_sea a{color:#0134b4; font-size:13px; margin:4px;}
.pro_sea a:hover{color:#0052ae;}
.p12red1{color:#f00;text-align:left; font-size:12px;line-height:20px;text-indent:2em;}
.p12red1 a{color:#f00;}
.p12red1 a:hover{color:#900000;}
.qy_news1 h3{font-size:13px;overflow:hidden;}
.qy_news1 h3 a{ color:#0134b4;    display: block;
    height: 23px;
    line-height: 23px;
    width: 100%;
    overflow: hidden;}
.qy_news1 h3 a:hover{ color:#F00;}
.qy_news1 p{  color:#666;overflow:hidden;}
.qy_news1 span a{ color:#1b64a9;}
.qy_news1 span a:hover{ color:#F00;}
.p12green{ color:#999; font-size:13px; line-height:19px;}
.p12green p{
	line-height:29px;
	font-size:13px;}
.search_top td{
	padding:0px 2px;
	vertical-align:middle;}
.search_top input.layui-input{
    border: 1px solid #DBDBDB;
	vertical-align:middle;
	background: url(/images/hsdt/calendar_03.png) no-repeat right center;}
.search_text {
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #DBDBDB;
    color: #999;
    text-indent: 1em;
    color: #CCC;}
.search_l {
	height:40px;
    margin-left: 30px;}
.search_top {
    margin-top: 20px;}
.search_btn {
    height: 32px;
    background: url(/images/hsdt/search01.jpg) repeat-x;
    width: 99px;
    border: none;
    padding: 12px 0px;
}
.thzs{
	width:1055px;
	margin:10px auto;
	overflow:hidden;
	margin-top:0px;
	}
.thzs .search_box{
	width:auto;
	height:auto;
	margin:0px;
	float:right;}
.trail_now{
	float:left;}
.cbs_hr a{
    color: #007bb6;
	font-size:16px;}
/*分页样式追加*/
.pagination a,.pagination span,.page a,.page span{
	margin-left:6px;
	margin-right:6px;
	background: #dfdfdf;
    padding: 2px 16px;
    border-radius: 6px;
    display: inline-block;}
.pagination a.curr{
	background:#007bb6;}
/*样式新增--  招标信息*/
.xwlist{
	margin-bottom:15px;
	height:155px;
	overflow:hidden;}
.xwlist h1{
	width:185px;
	text-align:center;
	font-weight:normal;
	font-size:36px;
	height:155px;
	line-height:155px;
	float:left;
	color:#fff;
	 background: url(../../images/hsdt/focux.png) no-repeat center center;}
.xwlist img{
	width:817px;
	height:155px;
	float:left;}
/*新闻列表标题 题图*/
.new_list dl{
	margin-bottom:15px;
	overflow:hidden;}
.new_list dt{
	width:180px;
	float:left;}
.new_list dt a{
	height:110px;
	display:block;
	width:180px;
	overflow:hidden;}
.new_list dt img{
	width:180px;}
.new_list dd{
	width:826px;
	height:110px;
	float:left;
	margin-left:12px;}
.new_list dd h1{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;}
.new_list dd h1,.new_list dd a{
	color:#007bb6;}
.new_list dd b{
	color:#9c9c9c;
	display:block;
	font-size:13px;}
.new_list dd p{
	line-height:28px;
	font-size:12px;
	color:#ababab;}
.lc_time{
/* margin-top: 130px; */
}	
/*群首页追加样式*/
.qun{
	margin-top: 10px;
    border-top: 2px solid #027ab6;
    padding-top: 15px;}
.qun .qun_mes p{
	width:500px;}
.qun_czbtn{
	float:right;}
.qun_czbtn p{
	width:90px;
	height:90px;
	float:left;
	margin-top:10px;
	text-align:center;
	display:block;}
.qun .qun_czbtn img{
	float:none;
	margin:0px auto;
	display:block;}
	/*媒体查询*/
@media only screen and (max-width:1024px) {

}
@media screen and (min-width: 1025px) and (max-width:1366px) {
    .main_sy{
        margin-top: 70px;
    }
}
@media screen and (min-width: 1367px) and (max-width:1440px) {
.main_sy{
    margin-top: 65px;
}
}
@media screen and (min-width: 1440px) and (max-width:1600px) {
    .main_sy{
        margin-top: 50px;
    }
    }
@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .main_sy{
        margin-top: 111px;
    }
}


	/*focus*/
.focus_gq {height:140px;overflow:hidden;position:relative;background:#ccc;}
.focus_m ul {width:100%;height:140px;overflow:hidden;}
.focus_m li {width:100%;height:140px;_float:left;}
.focus_m li.li_1 {background:url(../../images/hsdt/guo1.png) center 0 no-repeat #bf0011;}
.focus_m li.li_2 {background:url(../../images/hsdt/guo2.png) center 0 no-repeat #bf0011;}
.focus_m li.li_3 {background:url(../../images/hsdt/guo3.jpg) center 0 no-repeat #bb3838;}
.focus_s {height:0;position:relative;margin:0 auto;z-index:2;width:1000px;}
.focus_s ul {height:12px;overflow:hidden;position:absolute;left:10px;top:360px;}
.focus_s li {float:left;cursor:pointer;height:12px;width:12px;overflow:hidden;margin-right:10px;}
.focus_s li b {display:block;text-indent:-999em;background:url(../../images/hsdt/circle.png) 0 0 no-repeat;width:12px;height:32px;overflow:hidden;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../../images/hsdt/circle.png');_background:none;}
.focus_s li.active b {margin-top:-20px;}
.focus_l,.focus_r {position:absolute;display:block;width:50px;height:75px;overflow:hidden;z-index:2;top:27px;}
.focus_l {left:0;}
.focus_r {right:0;}
.focus_l b,.focus_r b {position:absolute;z-index:1;display:block;width:50px;height:75px;overflow:hidden;background:#000;opacity:0.3;filter:alpha(opacity=30);cursor:pointer;}
.focus_l span,.focus_r span {display:block;position:relative;z-index:2;width:22px;height:33px;top:21px;cursor:pointer;}
.focus_l span {left:12px;background:url(../../images/hsdt/l.png) 0 0 no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../../images/hsdt/l.png');_background:none;}
.focus_r span {left:16px;background:url(../../images/hsdt/r.png) 0 0 no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../../images/hsdt/r.png');_background:none;}
.focus_l:hover,.focus_r:hover {*zoom:1;}
.focus_l:hover b,.focus_r:hover b {opacity:0.5;filter:alpha(opacity=50);}
