@charset "UTF-8";
body {
    font-family: "黑体";
    overflow-x: hidden;
}


/*==========================================================================================
  混合样式 工具
============================================================================================*/


/*==========================================================================================
  全局通用样式
============================================================================================*/


/*==========================================================================================
  清除表单自带样式
============================================================================================*/

ul,
menu,
dir {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
    padding: 0;
}

input[type="text"],
input[type="password"],
button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
    padding: 0;
    outline: none;
}


/*==========================================================================================
  清除IE9滤镜
============================================================================================*/

/* :root {
    filter: none;
} */


/*==========================================================================================
  清除浮动
============================================================================================*/

.clr {
    clear: both;
    *zoom: 1;
    min-height: 1%;
}

.clr:after,
.clr:before {
    display: table;
    content: "";
}

.clr:after {
    clear: both;
}


/*==========================================================================================
  栅格Grid
============================================================================================*/

.row {
    display: block;
}

.row:before,
.row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

.col-1 {
    float: left;
    width: 8.33333%;
    *margin-left: -1px;
}

.col-2 {
    float: left;
    width: 16.66667%;
    *margin-left: -1px;
}

.col-3 {
    float: left;
    width: 25%;
    *margin-left: -1px;
}

.col-4 {
    float: left;
    width: 33.33333%;
    *margin-left: -1px;
}

.col-5 {
    float: left;
    width: 41.66667%;
    *margin-left: -1px;
}

.col-6 {
    float: left;
    width: 50%;
    *margin-left: -1px;
}

.col-7 {
    float: left;
    width: 58.33333%;
    *margin-left: -1px;
}

.col-8 {
    float: left;
    width: 66.66667%;
    *margin-left: -1px;
}

.col-9 {
    float: left;
    width: 75%;
    *margin-left: -1px;
}

.col-10 {
    float: left;
    width: 83.33333%;
    *margin-left: -1px;
}

.col-11 {
    float: left;
    width: 91.66667%;
    *margin-left: -1px;
}

.col-12 {
    float: left;
    width: 100%;
    *margin-left: -1px;
}


/*shouye--jiaotongshichuang*/

.special-div {
    height: 42px;
    background: #fbfdd0;
    overflow: hidden;
    position: relative;
}

.special-ul {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #0d0500;
    line-height: 38px;
    position: relative;
}

.special-ul li {
    width: 33.3%;
    float: left;
    text-align: center;
}

.special-ul li a {
    color: #0d0500;
}

.special-ul li a:hover {
    color: #0d0500;
}

.bold {
    width: 100%;
    height: 8px;
    border-bottom: 2px solid #a2d4ed;
    margin-bottom: 5px;
}

.enlish {
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    color: #c2dcee;
}

.title-type .enlish,
.member-wrap .enlish,
.colorff {
    color: #fff;
}

.transparent {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.shuffbox,
.shuffbtn,
.shuffbtn ul li,
.shuffbox span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.shuffbox,
.shuffpic {
    position: relative;
    left: 0;
    top: 0;
}

.shuffbox,
.shuffbtn {
    width: 194px;
}

.shuffpic img {
    width: 194px;
    height: 124px;
}

.shuffbox {
    height: 180px;
    padding: 4px 0 0;
    border: 2px solid #bebdbd;
    border-bottom: 0;
    border-top: 0;
    background: #bebdbd;
    overflow: hidden;
    margin: 15px 0 30px;
}

.shuffbox span,
.shuffbtn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
}

.shuffbtn {
    height: 20px;
    bottom: 28px;
}

.shuffbox span {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #858282;
    font-family: SimSun;
    color: #fff;
    bottom: -55px;
}

.shuffbtn ul li {
    width: 7px;
    height: 7px;
    margin-left: 5px;
    border-radius: 50%;
}

.inactive-shuf {
    background: #2095cf;
}

.activation-shuf {
    background: #fff;
}


/*==========================================================================================
  背景
============================================================================================*/

.global-container {
    background: url(../images/common-bg.jpg) repeat;
    min-height: 1000px;
    position: relative;
    z-index: 90;
}


/*==========================================================================================
  顶部导航
============================================================================================*/

.global-top-nav-wrap {
    height: 44px;
    width: 100%;
    background: #dadfe2;
    /*不支持渐变*/
    /* background: -webkit-gradient(linear, top, bottom, #eae8e8, #bbbaba);*/
    /*谷歌旧版*/
    /*background: -webkit-linear-gradient(top, #eae8e8, #bbbaba);*/
    /*webkit safari*/
    /* background: -moz-linear-gradient(top, #eae8e8, #bbbaba);*/
    /*火狐*/
    /*background: -o-linear-gradient(top, #eae8e8, #bbbaba);*/
    /*opera*/
    /*background: -ms-linear-gradient(top, #eae8e8, #bbbaba);*/
    /*IE9+*/
    /*background: linear-gradient(top, #eae8e8, #bbbaba);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFEAE8E8',endColorStr='#FFBBBABA',gradientType=0);*/
    /*IE8*/
}

.global-top-nav-wrap .global-top-nav {
    margin: auto;
    width: 1019px;
    line-height: 44px;
    font-size: 14px;
    color: #094f92;
}

.global-top-nav-wrap .global-top-nav a {
    color: #094f92;
    text-align: center;
    padding: 0 12px;
    /*border-left: 2px solid #a1a0a0;*/
    position: relative;
}

.global-top-nav-wrap .global-top-nav a:first-child {
    padding-left: 5px;
    border-left: none;
}

.global-top-nav-wrap .global-top-nav a.email-warn {
    padding-left: 43px;
}

.global-top-nav-wrap .global-top-nav a.email-warn i {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0;
    display: block;
    width: 43px;
    height: 34px;
    background: url(../images/email-icon.png) 4px center no-repeat;
}

.global-top-nav-wrap .global-top-nav .search {
    overflow: hidden;
    height: 44px;
    position: relative;
}

.global-top-nav-wrap .global-top-nav .search .search-area {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 28px;
    width: 265px;
    height: 27px;
    background: url(../images/search-icon.png) #fff 6px 7px no-repeat;
    font-size: 0;
}

.global-top-nav-wrap .global-top-nav .search .search-area input {
    float: left;
    width: 180px;
    height: 27px;
    padding: 0 10px;
    font-size: 12px;
    margin-left: 20px;
    background: transparent;
    vertical-align: top;
    line-height: 27px;
}

.global-top-nav-wrap .global-top-nav .search .search-area button {
    float: left;
    width: 45px;
    height: 27px;
    vertical-align: top;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    background: #1a7d85;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #4cbfcc, #1a7d85);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #4cbfcc, #1a7d85);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #4cbfcc, #1a7d85);
    /*火狐*/
    background: -o-linear-gradient(top, #4cbfcc, #1a7d85);
    /*opera*/
    background: -ms-linear-gradient(top, #4cbfcc, #1a7d85);
    /*IE9+*/
    background: linear-gradient(top, #4cbfcc, #1a7d85);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FF4CBFCC', endColorStr='#FF1A7D85', gradientType=0);
    /*IE8*/
}


/*==========================================================================================
  banner
============================================================================================*/

.global-banner {
    width: 100%;
    /* height: 260px; */
    height: 244px;
    background: url(../images/bannerchange/banner1.jpg?v=1.0.0) top center no-repeat;
    border-bottom: 1px solid #013566;
    text-align: center;
}

.global-banner .global-icon {
    width: 1019px;
    height: 100%;
    margin: auto;
}

.global-banner .global-icon img {
    width: 100%;
    height: 100%;
}

.global-banner.focusPic {
    position: relative;
    overflow: hidden;
}

.global-banner.focusPic .focusPic-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    z-index: 90;
}

.global-banner.focusPic .global-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -510px;
    z-index: 100;
}


/*==========================================================================================
  页面导航
============================================================================================*/

.web-nav-wrap {
    height: 35px;
    line-height: 35px;
    overflow: visible;
    background: #094f92;
    border: 1px solid #4b87b8;
    border-left: none;
    border-right: none;
    /*不支持渐变*/
    /* background: -webkit-gradient(linear, top, bottom, #e9e7e7, #b9b9b9);*/
    /*谷歌旧版*/
    /*background: -webkit-linear-gradient(top, #e9e7e7, #b9b9b9);*/
    /*webkit safari*/
    /*background: -moz-linear-gradient(top, #e9e7e7, #b9b9b9);*/
    /*火狐*/
    /* background: -o-linear-gradient(top, #e9e7e7, #b9b9b9);*/
    /*opera*/
    /* background: -ms-linear-gradient(top, #e9e7e7, #b9b9b9);*/
    /*IE9+*/
    /*background: linear-gradient(top, #e9e7e7, #b9b9b9);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFE9E7E7',endColorStr='#FFB9B9B9',gradientType=0);*/
    /*IE8*/
}

.web-nav-wrap .wab-nav {
    width: 1019px;
    margin: auto;
    height: 100%;
    font-size: 16px;
    overflow: visible;
    color: #fff;
}

.web-nav-wrap .wab-nav a {
    color: #fff;
    text-decoration: none;
}

.web-nav-wrap .wab-nav em {
    padding: 0 7px;
}

.web-nav-wrap .wab-nav ul {
    background: url(../images/nav_li_bg.png) no-repeat left center;
    margin-left: 5px;
}

.web-nav-wrap .wab-nav li {
    background: url(../images/nav_li_bg.png) no-repeat right center;
    overflow: visible;
    z-index: 1004;
    width: 100px;
    font-family: Microsoft YaHei;
    text-align: center;
    /*padding: 0 18px;*/
    float: left;
    /* margin-right: 7px;*/
    *margin-right: 0px;
    cursor: pointer;
    position: relative;
}

.web-nav-wrap .wab-nav li .web-sub-nav {
    z-index: 1005;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    position: absolute;
    height: 36px;
    top: 35px;
    left: -110px;
    min-width: 400px;
    color: #fff;
}

.web-nav-wrap .wab-nav li .web-sub-nav:hover {
    opacity: 1;
    filter: alpha(opacity=1);
    display: block;
}

.web-nav-wrap .wab-nav li .web-sub-nav span {
    z-index: 1010;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 12px;
}

.web-nav-wrap .wab-nav li .web-sub-nav span:hover {
    color: #ff0;
}

.web-nav-wrap .wab-nav li .web-sub-nav span:hover a {
    color: #ff0;
    text-decoration: none;
}

.web-nav-wrap .wab-nav li:first-child {
    /*padding: 0 25px;*/
}

.web-nav-wrap .wab-nav li.cur,
.web-nav-wrap .wab-nav li:hover {
    font-weight: 800;
}

.web-nav-wrap .wab-nav li.cur .web-sub-nav,
.web-nav-wrap .wab-nav li:hover .web-sub-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    color: #fff;
}

.web-nav-wrap .wab-nav li.cur .web-sub-nav a,
.web-nav-wrap .wab-nav li:hover .web-sub-nav a {
    color: #fff;
}

.web-nav-wrap .wab-nav li.cur a,
.web-nav-wrap .wab-nav li:hover a {
    color: #fff;
}

.web-sub-nav-bg {
    height: 37px;
    background: url(../images/nav2_bg.png) repeat-x;
}


/*==========================================================================================
  栏目标题
============================================================================================*/

h2 {
    position: relative;
    height: 35px;
    width: 100%;
    background: url(../images/global-col-title-bg.jpg) #cee5f4 left center no-repeat;
    text-indent: 22px;
    line-height: 35px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
    /*font-weight: bold;*/
}

h2 a {
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    color: #131313;
    top: 0;
    right: 10px;
}

.title-type {
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    background: #bababa;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #e8e6e6, #bababa);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #e8e6e6, #bababa);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #e8e6e6, #bababa);
    /*火狐*/
    background: -o-linear-gradient(top, #e8e6e6, #bababa);
    /*opera*/
    background: -ms-linear-gradient(top, #e8e6e6, #bababa);
    /*IE9+*/
    background: linear-gradient(top, #e8e6e6, #bababa);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FFE8E6E6', endColorStr='#FFBABABA', gradientType=0);
    /*IE8*/
    font-size: 15px;
    color: #0c3065;
    font-weight: bold;
    position: relative;
}

.title-type span {
    margin-left: 10px;
    padding-left: 18px;
    background: url(../images/split.jpg) left center no-repeat;
}

.title-type a {
    position: absolute;
    color: #011f49;
    right: 13px;
    font-weight: normal;
    font-size: 12px;
}


/*==========================================================================================
  新闻列表
============================================================================================*/

.news-list li {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    color: #131313;
    position: relative;
    border-bottom: 1px dashed #d8d8d8;
    font-family: "宋体";
    font-size: 14px;
}

.news-list.font14 li {
    font-size: 14px;
}

.company .dj-column-right .news-list.special-list li {
    margin: 0px;
    text-indent: 0;
}

.company .dj-column-right .news-list.special-list li .time {
    right: 0;
}

.news-list li a {
    color: #001B4C;
}

.news-list li:first-child {
    /*border-top: none;*/
}

.news-list li .time {
    position: absolute;
    right: 4px;
    top: 0;
    color: #a6a6a6;
}


/*==========================================================================================
  分页
============================================================================================*/

.pages {
    font-size: 0;
    text-align: center;
}

.pages span,
.pages a {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 8px;
    background: #9b9b9b;
    color: #fff;
    margin-left: 5px;
    text-decoration: none;
}

.pages span:hover,
.pages span.cur,
.pages a:hover,
.pages a.cur {
    background: #1c7ad6;
}


/*==========================================================================================
  焦点图
============================================================================================*/


/*幻灯片*/

.slides {
    position: relative;
    width: 404px;
    /* height: 240px; */
    height: 260px;
    overflow: hidden;
}

.adv_list {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.adv_list li {
    float: left;
    width: 404px;
    /* height: 240px; */
    height: 260px;
    position: relative;
    overflow: hidden;
    padding: 0;
    background: none;
}

.adv_list li a {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.adv_list li img {
    width: 100%;
    height: 100%;
}

.slides .pagination {
    position: absolute;
    bottom: 27px;
    right: 10px;
    height: 30px;
    z-index: 999;
}

.slides .pagination li {
    background: #494949;
    float: left;
    margin: 0px 3px;
    display: inline;
    width: 15px;
    height: 15px;
    line-height: 13px;
    cursor: pointer;
    text-align: center;
    font-family: SimSun;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}

.slides .pagination li.current {
    background: #c4100f;
    color: #FFF;
}

.adv_list i.bg {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
    height: 37px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    left: 0;
    bottom: 0;
}

.slides .txt {
    z-index: 10;
    text-align: center;
    color: #fff;
    font-family: "宋体";
    font-size: 14px;
    display: block;
    height: 37px;
    line-height: 37px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.slides .txt a {
    color: #fff;
}


/*==========================================================================================
  全局通用样式结束
============================================================================================*/


/*==========================================================================================
  登录页面
============================================================================================*/

.login {
    /* height: 787px; */
    overflow: hidden;
    background: url(../images/login-top-bg.png) top center no-repeat;
}

.login .login-wrap {
    width: 982px;
    height: 491px;
    background: url(../images/login-dialog.png) center no-repeat;
    /*  margin: 62px auto 20px; */
    margin: 182px auto 20px;
    position: relative;
}

.login .login-wrap .login-dialog {
    position: absolute;
    top: 70px;
    right: 124px;
    width: 350px;
    height: 302px;
    border: 1px solid #3b95ca;
    background: #fff;
}

.login .login-wrap .login-dialog .dialog-head {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3b95ca;
    font-size: 24px;
    color: #fff;
    font-family: "黑体";
    border-bottom: 3px solid #a8c7df;
    margin-bottom: 9px;
}

.login .login-wrap .login-dialog .form {
    font-family: "宋体";
    font-size: 0;
    text-align: center;
}

.login .login-wrap .login-dialog .form .form-info {
    margin-top: 19px;
}

.login .login-wrap .login-dialog .form em {
    padding: 0 0.5em;
}

.login .login-wrap .login-dialog .form label,
.login .login-wrap .login-dialog .form input,
.login .login-wrap .login-dialog .form img {
    font-size: 12px;
    display: inline-block;
    *diaplay: inline;
    *zoom: 1;
    vertical-align: middle;
}

.login .login-wrap .login-dialog .form input,
.login .login-wrap .login-dialog .form img {
    margin-left: 18px;
}

.login .login-wrap .login-dialog .form input {
    width: 205px;
    height: 25px;
    border: 1px solid #3b95ca;
}

.login .login-wrap .login-dialog .form .valid input {
    width: 102px;
    height: 26px;
}

.login .login-wrap .login-dialog .form .valid img {
    width: 88px;
    height: 28px;
}

.login .login-wrap .login-dialog .select-area {
    font-size: 0;
    text-align: center;
    margin-top: 37px;
}

.login .login-wrap .login-dialog .select-area input,
.login .login-wrap .login-dialog .select-area span,
.login .login-wrap .login-dialog .select-area a,
.login .login-wrap .login-dialog .select-area .submit {
    display: inline-block;
    *diaplay: inline;
    *zoom: 1;
    font-size: 12px;
    vertical-align: middle;
}

.login .login-wrap .login-dialog .select-area input {
    margin-right: 7px;
}

.login .login-wrap .login-dialog .select-area a {
    margin-left: 11px;
    color: #1759a4;
    text-decoration: underline;
}

.login .login-wrap .login-dialog .select-area .submit {
    margin-left: 23px;
    width: 131px;
    height: 22px;
    background: url(../images/login-btn.jpg) center center no-repeat;
}

.login .login-footer {
    height: 213px;
    background: url(../images/login-bottom-bg.jpg) center bottom no-repeat;
}


/*==========================================================================================
  交通集团子网站1102
============================================================================================*/

.important-recommend {
    height: 147px;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: url(../images/nav2_bg.png) repeat-x;
}

.important-recommend .recommend-content {
    position: relative;
    margin: 37px auto 0;
    /*  height: 97px; */
    height: 110px;
    width: 1019px;
    background: #d5e0fc;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #fff, #d5e0fc);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #fff, #d5e0fc);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #fff, #d5e0fc);
    /*火狐*/
    background: -o-linear-gradient(top, #fff, #d5e0fc);
    /*opera*/
    background: -ms-linear-gradient(top, #fff, #d5e0fc);
    /*IE9+*/
    background: linear-gradient(top, #fff, #d5e0fc);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFFFF', endColorStr='#FFD5E0FC', gradientType=0);
    /*IE8*/
}

.important-recommend .recommend-content .recommend-badge {
    position: absolute;
    width: 35px;
    height: 75px;
    background: url(../images/../images/recommend-icon.png) center center no-repeat;
    left: 20px;
    top: 20px;
}

.important-recommend .recommend-content h3 {
    padding-top: 20px;
    /* margin: 0px auto 24px; */
    margin: 0px auto 10px;
    text-align: center;
    color: #003674;
    font-size: 24px;
    line-height: 1;
    height: 24px;
    position: relative;
    overflow: hidden;
    /*font-weight: bold;*/
}

.important-recommend .recommend-content h3 a {
    color: #003674;
}

.important-recommend .recommend-content h3 a.list-more {
    position: absolute;
    top: 24px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    right: 34px;
}

.important-recommend .recommend-content .desc {
    padding: 0 20px 0 70px;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    font-family: "宋体";
    margin: auto;
    text-indent: 2em;
    overflow: hidden;
}

.important-recommend .recommend-content .desc a,
.important-recommend .recommend-content .desc a:hover {
    color: #001B4C;
}

.index-main {
    width: 1019px;
    margin: auto;
    background: #fff;
}

.index-main .index-sub-main {
    width: 997px;
    margin: auto;
    padding: 9px 6px 30px;
    /*border: 1px solid #e9e9e9;*/
}

.index-main .index-sub-main .special {
    width: 100%;
    max-height: 114px;
}

.index-main .index-sub-main .special img {
    width: 100%;
    max-height: 100%;
}

.index-main .index-sub-main .news {
    height: 356px;
    margin: 21px auto 15px;
    overflow: hidden;
}

.index-main .index-sub-main .news .pic-news {
    width: 522px;
    height: 346px;
}

.index-main .index-sub-main .news .pic-news h2 {
    margin-bottom: 4px;
    height: 28px;
    line-height: 28px;
}

.index-main .index-sub-main .news .pic-news .focus-pics {
    /*  height: 240px; */
    height: 346px;
    background: #001a52;
}

.index-main .index-sub-main .news .pic-news .focus-pics .slides,
.index-main .index-sub-main .news .pic-news .focus-pics .adv_list li {
    width: 522px;
    height: 346px;
}

.index-main .index-sub-main .news .list-news {
    /*  width: 348px; */
    width: 433px;
    margin-left: 20px;
    font-family: "宋体";
}

.index-main .index-sub-main .news .list-news .desc {
    height: 50px;
    margin-bottom: 11px;
    background: #cee5f4;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #001b4c;
}

.index-main .index-sub-main .news .list-news .desc a {
    color: #001b4c;
}

.index-main .index-sub-main .news .list-news .tab-title {
    background: #d3dbe1;
    position: relative;
    height: 30px;
    line-height: 30px;
    /*border-bottom: 1px solid #389cd3; */
}

.index-main .index-sub-main .news .list-news .tab-title .tab-name {
    font-size: 14px;
    /*font-weight: bold;*/
    color: #00437c;
    /*padding: 9px 39px 6px;*/
    position: relative;
    display: block;
    float: left;
    width: 132px;
    height: 35px;
    text-align: center;
    /*bottom: -2px;*/
    cursor: pointer;
}

.index-main .index-sub-main .news .list-news .tab-title .tab-name.cur {
    background: url(../images/tab-title-bg.jpg) top center no-repeat;
    color: #fff;
}

.index-main .index-sub-main .news .list-news .tab-title a {
    position: absolute;
    right: 10px;
    top: 0;
    color: #00437c;
}

.index-main .index-sub-main .news .list-news .tab-item {
    display: none;
}

.index-main .index-sub-main .news .list-news .tab-item.cur {
    display: block;
}

.index-main .index-sub-main .news .list-news ul {
    margin-top: 14px;
}

.news .list-news .mailboxs {
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 5px;
    overflow: hidden;
    color: #fff;
}

.news .list-news .mailboxs .mail-left {
    color: #fff;
    float: left;
    width: 210px;
    height: 38px;
    text-align: center;
    background-color: #087abd;
}

.news .list-news .mailboxs .mail-right {
    color: #fff;
    float: right;
    width: 210px;
    height: 38px;
    text-align: center;
    background-color: #087abd;
}

.index-main .index-sub-main .news .list-news li.last {
    border-bottom: none;
}

.index-main .index-sub-main .news .list-news li {
    height: 37px;
    border-bottom: 1px dashed #a3a7b4;
    line-height: 37px;
    background: url(../images/arrow.png) left center no-repeat;
    text-indent: 12px;
    /*  font-size: 12px; */
    font-size: 14px;
    color: #001b4c;
    position: relative;
}

.index-main .index-sub-main .news .list-news li a {
    color: #001b4c;
}

.index-main .index-sub-main .news .list-news li .time {
    position: absolute;
    top: 0;
    right: 0;
    color: #a6a6a6;
}

.index-main .index-sub-main .news .season-news {
    /* width: 204px; */
    height: 70px;
    overflow: hidden;
    margin: 6px 0 0;
}

.index-main .index-sub-main .news .season-news .season-title {
    width: 216px;
    height: 60px;
    padding: 10px 0 0 75px;
    background: url(../images/season-title.jpg) 6px top no-repeat #e7edf1;
    /*margin: -4px 0 0 -1px;*/
}

.index-main .index-sub-main .news .season-news h3 {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    /*margin-bottom: 4px;*/
    overflow: hidden;
    /*font-weight: normal;*/
}

.index-main .index-sub-main .news .season-news .season-title h3 a {
    color: #1488c2;
}

.index-main .index-sub-main .news .season-news img {
    /*  width: 204px; */
    width: 180px;
    /* height: 155px; */
    height: 170px;
    margin-bottom: 15px;
}

.index-main .index-sub-main .news .company img {
    width: 433px;
    height: 70px;
}

.index-main .index-sub-main .news .season-news a.dc {
    display: block;
    width: 130px;
    height: 69px;
    background: url(../images/join-search.jpg) center center no-repeat;
}

.index-main .index-sub-main .special-list {
    height: 62px;
    overflow: hidden;
    margin: 20px auto 0;
}

.index-main .index-sub-main .special-list img {
    width: 100%;
    height: 100%;
}

.index-main .index-sub-main .special-list .special-1 {
    width: 318px;
    height: 100%;
}

.index-main .index-sub-main .special-list .special-2 {
    width: 318px;
    height: 100%;
    margin-left: 21px;
    display: inline
}

.index-main .index-sub-main .special-list .special-3 {
    width: 318px;
    height: 100%;
}

.index-main .index-sub-main .column {
    margin: 20px auto;
}

.index-main .index-sub-main .column .news-list li {
    height: 39px;
    line-height: 39px;
}

.index-main .index-sub-main .column-item.column-item-left {
    width: 519px;
}

.index-main .index-sub-main .column-item.column-item-left .column-item-content {
    padding: 21px 8px 5px 14px;
}

.index-main .index-sub-main .column-item.column-item-right {
    width: 435px;
}

.index-main .index-sub-main .column-item.column-item-right .column-item-content {
    padding: 21px 3px 5px 17px;
}

.index-main .index-sub-main .column-item .column-item-content {
    /*background: #f8f8f8;*/
    /* height: 246px; */
    height: 228px;
    font-family: "宋体";
    font-size: 12px;
}

.index-main .index-sub-main .column-item .column-item-content dl {
    /*  margin-bottom: 27px; */
    margin-bottom: 8px;
}

.index-main .index-sub-main .column-item .column-item-content dt {
    text-indent: 17px;
    /* font-size: 18px; */
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    /* margin-bottom: 13px; */
    margin-bottom: 8px;
}

.index-main .index-sub-main .column-item .column-item-content dt a {
    color: #001B4C;
}

.index-main .index-sub-main .column-item .column-item-content dd {
    line-height: 20px;
    text-indent: 2em;
    height: 60px;
    overflow: hidden;
    /*修改*/
    display: none;
}

.index-main .index-sub-main .view {
    width: 989px;
    margin: 18px auto;
}

.index-main .index-sub-main .view .title-type {
    height: 35px;
    margin-bottom: 10px;
    line-height: 35px;
    background: url(../images/viewtitle_bg.jpg) no-repeat center top;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
}

.index-main .index-sub-main .view .title-type {
    filter: none;
}

.index-main .index-sub-main .view .title-type span {
    background: none;
    margin-left: 5px;
}

.index-main .index-sub-main .view .scroll-wrap {
    width: 100%;
    overflow: hidden;
}

.index-main .index-sub-main .view .scroll-wrap ul {
    height: 180px;
    padding: 24px 0 0;
    background: url(../images/viewcon_bg.jpg) repeat-x top;
    width: 99999px;
}

.index-main .index-sub-main .view .scroll-wrap li {
    width: 185px;
    overflow: hidden;
    float: left;
    margin-right: 13px;
}

.index-main .index-sub-main .view .scroll-wrap li img {
    width: 175px;
    height: 118px;
    border: 5px solid #fff;
}

.index-main .index-sub-main .view .scroll-wrap li p {
    font-size: 14px;
    font-family: "宋体";
    line-height: 20px;
    text-align: center;
    /*margin-top: 6px;*/
    font-weight: bold;
    height: 20px;
    overflow: hidden;
}

.index-main .index-sub-main .view .friend-link {
    font-size: 14px;
    font-family: "宋体";
    line-height: 2;
    color: #003674;
}

.index-main .index-sub-main .view .friend-link a {
    margin: 0 10px;
    color: #003674;
}

.index-main .index-sub-main .view .friend-link a:first-child {
    margin-left: 0;
}


/*==========================================================================================
  交通集团子网站1102二级页面
============================================================================================*/

.sun-index-page .current-address {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 20px;
    color: #6e6d6d;
    font-family: "宋体";
    /*新增*/
    margin-bottom: 8px;
}

.sun-index-page .current-address a {
    color: #0166bc;
}

.sun-index-page .aside {
    width: 230px;
    margin-left: 9px;
}

.aside-head {
    width: 230px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: #1755ae;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #52abe6, #1755ae);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #52abe6, #1755ae);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #52abe6, #1755ae);
    /*火狐*/
    background: -o-linear-gradient(top, #52abe6, #1755ae);
    /*opera*/
    background: -ms-linear-gradient(top, #52abe6, #1755ae);
    /*IE9+*/
    background: linear-gradient(top, #52abe6, #1755ae);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FF52ABE6', endColorStr='#FF1755AE', gradientType=0);
    /*IE8*/
    position: relative;
}

.aside-head .icon {
    position: absolute;
    display: block;
    width: 23px;
    height: 22px;
    /*background: url(../images/setting.png) center no-repeat;*/
    left: 35px;
    top: 50%;
    margin-top: -11px;
}

.aside-list {
    width: 228px;
    border: 1px solid #c6c6c6;
    border-top: none;
    font-size: 14px;
    font-family: "宋体";
}

.aside-list .aside-list-head,
.aside-list .aside-list-item li {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    color: #737373;
    cursor: pointer;
    font-size: 12px;
    background: #e0e0e0;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #fefefe, #e0e0e0);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #fefefe, #e0e0e0);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #fefefe, #e0e0e0);
    /*火狐*/
    background: -o-linear-gradient(top, #fefefe, #e0e0e0);
    /*opera*/
    background: -ms-linear-gradient(top, #fefefe, #e0e0e0);
    /*IE9+*/
    background: linear-gradient(top, #fefefe, #e0e0e0);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FFFEFEFE', endColorStr='#FFE0E0E0', gradientType=0);
    /*IE8*/
}

.aside-list .aside-list-head {
    font-family: "宋体";
    font-size: 14px;
    position: relative;
    text-indent: 81px;
    -webkit-transition: border 500ms ease-in-out;
    -moz-transition: border 500ms ease-in-out;
    -o-transition: border 500ms ease-in-out;
    -ms-transition: border 500ms ease-in-out;
    transition: border 500ms ease-in-out;
}

.aside-list .aside-list-head .icon {
    position: absolute;
    left: 65px;
    top: 20px;
    display: block;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #b0b0b0;
}

.aside-list .aside-list-head:hover,
.aside-list .aside-list-head.cur {
    color: #3079c6;
}

.aside-list .aside-list-head:hover .icon,
.aside-list .aside-list-head.cur .icon {
    border-color: transparent transparent transparent #3079c6;
}

.aside-list .aside-list-head a {
    color: #151212 text-decoration: none;
}

.aside-list .aside-list-head.cur a {
    color: #043f93;
    text-decoration: none;
}

.aside-list .aside-list-head a:hover {
    color: #CF1440;
}

.aside-list .aside-list-item ul {
    display: none;
}

.aside-list .aside-list-item li {
    text-indent: 97px;
}

.aside-list .aside-list-item li a {
    color: #0848a2;
}

.aside-list .aside-list-item.cur .icon {
    border-color: #3079c6 transparent transparent transparent;
    left: 60px;
}

.aside-list .aside-list-item.cur ul {
    display: block;
}

.aside-right {
    width: 711px;
    padding-bottom: 14px;
    border: 1px solid #cce2f0;
    margin-right: 15px;
}

.aside-right h2 {
    background: url(../images/h2-type2.jpg) left center no-repeat #a2d4ed;
}

.aside-right ul.news-list {
    margin: 9px 11px 12px;
}

.aside-right ul.news-list li {
    font-family: "宋体";
    height: 37px;
    line-height: 37px;
    text-indent: 27px;
    background: url(../images/list-start.jpg) 8px center no-repeat;
}

.aside-right ul.news-list li a {
    color: #001b4c;
}

.resource-share-list {
    padding: 17px 15px 0;
}

.resource-share-list .aside-right {
    width: 720px;
    background: #e8f3f9;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #f9fafa, #e8f3f9);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #f9fafa, #e8f3f9);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #f9fafa, #e8f3f9);
    /*火狐*/
    background: -o-linear-gradient(top, #f9fafa, #e8f3f9);
    /*opera*/
    background: -ms-linear-gradient(top, #f9fafa, #e8f3f9);
    /*IE9+*/
    background: linear-gradient(top, #f9fafa, #e8f3f9);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FFF9FAFA', endColorStr='#FFE8F3F9', gradientType=0);
    /*IE8*/
}


/*==========================================================================================
  交通集团子网站1102文章页
============================================================================================*/

.article {
    font-family: "宋体";
    color: #0a4788;
}

.article .address {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #054992;
    background: #d6ebf9;
    text-indent: 14px;
}

.article .address a {
    color: #054992;
    margin-right: 10px;
}

.article .article-title {
    font-size: 20px;
    font-family: "黑体";
    font-weight: bold;
    text-align: center;
    margin: 46px auto 22px;
}

.article .article-sub-title {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin: 22px auto;
}

.article .article-content {
    font-size: 14px!important;
    line-height: 36px!important;
    text-indent: 2em;
}

.article .article-content img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto !important;
}

.article .article-content p {
    font-family: "宋体"!important;
    font-size: 14px!important;
    line-height: 32px!important;
    text-indent: 2em!important;
}


/*==========================================================================================
  交通集团子网站1102 搜索页
============================================================================================*/

.search-result {
    font-family: "宋体";
    font-size: 12px;
    line-height: 24px;
    color: #002a5d;
}

.search-result .tips {
    font-weight: bold;
    margin: 21px 38px;
}

.search-result .search-item {
    border-top: 1px solid #dedede;
    padding: 18px 0;
    margin: 0 38px;
}


/*==========================================================================================
  党建信息交互平台1102 通用
============================================================================================*/

.sub-common-banner {
    height: 247px;
}

.sub-common-banner .global-icon {
    width: 1000px;
}

.sub-common-banner.focusPic .global-icon {
    margin-left: -500px;
}

.dj-nav-wrap {
    padding: 34px 0 28px;
    background: #f5f5f5;
}

.dj-nav-wrap .dj-nav {
    width: 1000px;
    margin: auto;
}

.dj-nav-wrap .dj-nav-item {
    height: 109px;
    position: relative;
    cursor: pointer;
}

.dj-nav-wrap .dj-nav-item .icon {
    position: absolute;
    width: 83px;
    height: 83px;
    top: 0;
    left: 8px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.dj-nav-wrap .dj-nav-item .dj-nav-item-content {
    padding: 0 19px 0 100px;
}

.dj-nav-wrap .dj-nav-item .dj-nav-item-content .dj-nav-item-title {
    height: 18px;
    margin: 32px 0 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.dj-nav-wrap .dj-nav-item .dj-nav-item-content .dj-nav-item-desc {
    font-family: "宋体";
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 1.5;
    /* height: 72px; */
    height: auto;
    /* color: #7e7e7e; */
    color: #1B1818;
    overflow: hidden;
}

.dj-nav-wrap .dj-nav-item:hover .icon,
.dj-nav-wrap .dj-nav-item.cur .icon {
    background-position: -83px 0;
}

.dj-nav-wrap .dj-nav-item:hover .dj-nav-item-title,
.dj-nav-wrap .dj-nav-item.cur .dj-nav-item-title {
    background-position: 0 -18px;
}

.dj-nav-wrap .dj-nav-item-1 .icon {
    background-image: url(../images/dwgk-icon.png);
}

.dj-nav-wrap .dj-nav-item-1 .dj-nav-item-title {
    background-image: url(../images/dwgk-title.png);
}

.dj-nav-wrap .dj-nav-item-2 .icon {
    background-image: url(../images/xxlz-icon.png);
}

.dj-nav-wrap .dj-nav-item-2 .dj-nav-item-title {
    background-image: url(../images/xxlz-title.png);
}

.dj-nav-wrap .dj-nav-item-3 .icon {
    background-image: url(../images/zlgx-icon.png);
}

.dj-nav-wrap .dj-nav-item-3 .dj-nav-item-title {
    background-image: url(../images/zlgx-title.png);
}

.dj-nav-wrap .dj-nav-item-4 .icon {
    background-image: url(../images/pykh-icon.png);
}

.dj-nav-wrap .dj-nav-item-4 .dj-nav-item-title {
    background-image: url(../images/pykh-title.png);
}


/*==========================================================================================
  党务公开版面
============================================================================================*/

.dw-open-title {
    height: 35px;
    margin: 0 14px;
    line-height: 35px;
    /*padding-bottom: 2px;*/
    overflow: hidden;
    background: #a2d4ed;
    border-bottom: 1px solid #104276;
    /*background: url(../images/dw-open-title.jpg) top center no-repeat;*/
}

.dw-open-title span {
    padding: 11px 30px;
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #104276;
    /*font-weight: bold;*/
}

.dw-open-title span.cur {
    background: #104276;
    color: #fff;
}

.dw-open {
    padding: 14px;
    display: none;
    font-family: "宋体";
}

.dw-open.cur {
    display: block;
}

.dw-open .company-link {
    position: relative;
}

.dw-open .company-link a {
    position: absolute;
    z-index: 199;
    display: block;
    width: 54px;
    height: 160px;
    background: url(../images/a_tr.png) top center no-repeat;
    ;
    bottom: 5px;
}

.dw-open .company-link a.link-1 {
    left: 18px;
}

.dw-open .company-link a.link-2 {
    left: 76px;
}

.dw-open .company-link a.link-3 {
    left: 134px;
}

.dw-open .company-link a.link-4 {
    left: 192px;
}

.dw-open .company-link a.link-5 {
    left: 252px;
}

.dw-open .company-link a.link-6 {
    left: 311px;
}

.dw-open .company-link a.link-7 {
    left: 370px;
}

.dw-open .company-link a.link-8 {
    left: 430px;
}

.dw-open .company-link a.link-9 {
    left: 490px;
}

.dw-open .company-link a.link-10 {
    left: 548px;
}

.dw-open .company-link a.link-11 {
    left: 608px;
}

.dw-open .company-link a.link-12 {
    left: 666px;
}

.dw-open .company-link a.link-13 {
    left: 724px;
}

.dw-open .company-link a.link-14 {
    left: 782px;
}

.dw-open .company-link a.link-15 {
    left: 841px;
}

.dw-open .company-link a.link-16 {
    left: 900px;
}

.dw-open em {
    padding: 0 1em;
}

.dw-open h2 {
    margin-bottom: 12px;
}

.dw-open .img-pic {
    z-index: 100;
    width: 100%;
    display: block;
    margin: 26px auto 43px;
}

.dw-open .info-input {
    height: 70px;
    border: 1px solid #c6d1d9;
    line-height: 70px;
}

.dw-open .info-input .badge,
.dw-open .info-input input {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.dw-open .info-input .badge {
    width: 82px;
    font-size: 12px;
    color: #fff;
    background: #59b7f4;
    text-align: center;
}

.dw-open .info-input input {
    width: 218px;
    height: 32px;
    line-height: 32px;
    background: transparent;
}

.dw-open .info-sbumit {
    height: 54px;
    border: 1px solid #c6d1d9;
    border-top: none;
    position: relative;
    margin-bottom: 45px;
}

.dw-open .info-sbumit .btn {
    position: absolute;
    width: 176px;
    height: 26px;
    background: #59b7f4;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-family: "黑体";
    font-size: 18px;
    font-weight: bold;
    bottom: -13px;
    left: 50%;
    margin-left: -88px;
}

.dw-open .col-6 label {
    padding-left: 8px;
    line-height: 22px;
    font-family: "宋体";
    font-size: 12px;
    font-weight: bold;
    color: #014aa5;
}

.dw-open .col-6 .work-search-btn {
    padding: 5px 12px;
    font-size: 12px;
    background: #59b7f4;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-left: 10px;
}

.dw-open .col-6 .work-search-btn:hover {
    background: #199AF0;
}

.dw-open .col-6 input,
.dw-open .col-6 select {
    height: 20px;
    outline: none;
    border: 1px solid #014aa5;
    width: 278px;
    vertical-align: middle;
}

.dw-open .col-6 select {
    width: 191px;
    outline: none;
}

.dw-open .table-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
}

.dw-open .table-wrap .row {
    text-align: center;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c6d1d9;
    border-right: 1px solid #c6d1d9;
}

.dw-open .dw-table .row input {
    display: block;
    width: 96%;
    margin: auto;
    height: 100%;
    background: transparent;
    text-align: center;
}

.dw-open .table-wrap .row textarea {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    resize: none;
    background: transparent;
}

.dw-open .dw-table .row .col-1 {
    text-align: center;
}

.dw-open .dw-table .row .delete {
    cursor: pointer;
    padding: 6px 12px;
    background: #bdbdbd;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

.dw-open .dw-table .row .delete:hover {
    color: #fff;
    background: #c9302c;
}

.dw-open .table-wrap .other {
    height: 40px;
}

.dw-open .table-wrap .row .col-1,
.dw-open .table-wrap .row .col-2,
.dw-open .table-wrap .row .col-3,
.dw-open .table-wrap .row .col-4,
.dw-open .table-wrap .row .col-5,
.dw-open .table-wrap .row .col-6,
.dw-open .table-wrap .row .col-10,
.dw-open .table-wrap .row .col-11 {
    border-left: 1px solid #c6d1d9;
    margin-left: -1px;
    height: 100%;
    /* overflow: hidden;*/
    *margin-left: -3px;
}

.dw-open .dw-table .row .h-top,
.dw-open .dw-table .row .h-bottom {
    line-height: 20px;
}

.dw-open .dw-table .row .h-top {
    text-align: right;
    margin-right: 15px;
    padding-top: 2px;
}

.dw-open .dw-table .row .h-bottom {
    margin-top: -4px;
    text-align: left;
    margin-left: 15px;
}

.dw-open .dw-table-caption {
    *margin-left: -3px;
    width: 100%;
    height: 68px;
    background: #59b7f4;
    color: #fff;
    font-family: "黑体";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
}

.dw-open .dw-table-caption input {
    text-align: center;
    font-size: 20px;
    width: 88px;
    height: 24px;
    border: none;
    padding: 0 4px;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-grounp {
    text-align: center;
    font-size: 0;
}

.btn-grounp .table-btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 191px;
    height: 43px;
    background: #59b7f4;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-family: "黑体";
    font-size: 18px;
    font-weight: bold;
    margin: 34px auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-grounp .table-btn:hover {
    background: #199AF0;
}

.btn-grounp .table-btn:first-child {
    margin-right: 20px;
}


/*==========================================================================================
  党建信息交互平台栏目页1102
============================================================================================*/

.dj-column-email {
    padding: 19px 16px 0 20px;
    font-family: "宋体";
}

.dj-column-email h2 {
    margin-bottom: 20px;
}

.dj-column-email li {
    text-indent: 6px;
}


/*==========================================================================================
  交通集团子网站荣誉展区1102 栏目
============================================================================================*/

h2 span {
    font-size: 14px;
    font-weight: normal;
    color: #002665;
    padding: 10px 4px 2px 4px;
    cursor: pointer;
    margin-right: 30px;
}

h2 span a {
    color: #002665;
}

h2 span:first-child {
    margin-left: 80px;
}

h2 span.cur,
h2 span:hover {
    border-bottom: 1px solid #002665;
}

.medal-area {
    padding: 28px 22px 128px 18px;
    overflow: hidden;
}

.medal-area ul {
    width: 110%;
}

.medal-area li {
    text-align: center;
    float: left;
    /*  width: 152px; */
    width: 222px;
    /* margin-right: 30px; */
    margin-right: 20px;
    margin-bottom: 14px;
}

.medal-area li img {
    width: 100%;
    /* height: 98px; */
    height: 140px;
    margin-bottom: 4px;
}

.medal-area li p {
    line-height: 38px;
    font-size: 14px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    color: #00306f;
}


/*==========================================================================================
  党建信息交互平台1102 栏目
============================================================================================*/

.notice li {
    position: relative;
    margin: 20px 0 51px;
}

.notice .notice-time {
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -22px;
    width: 43px;
    height: 43px;
    background: url(../images/radius.png) center center no-repeat;
    overflow: hidden;
}

.notice .notice-time p {
    font-family: "黑体";
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.notice .notice-time p:first-child {
    margin: 8px 0 3px;
    font-weight: normal;
}

.notice .notice-title {
    line-height: 22px;
    margin: 0 12px 0 67px;
    color: #001b4c;
    font-family: "宋体";
    /*新增*/
    font-size: 14px;
}

.notice .notice-title a {
    color: #001b4c;
}

.dj-column-wrap {
    width: 1000px;
    margin: 1px auto 0;
    padding-bottom: 43px;
    min-height: 200px;
    background: #f5f5f5;
}

.dj-column-wrap .dj-column {
    overflow: hidden;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e0e0;
}

.dj-column-wrap .dj-column-left {
    width: 350px;
    height: 100%;
    padding: 15px 11px 2000px 8px;
    margin-bottom: -2000px;
}

.dj-column-wrap .dj-column-right {
    width: 599px;
    padding: 15px 19px 2000px 11px;
    margin-bottom: -2000px;
    border-left: 1px solid #e2e0e0;
    background: #f2f1f1;
}

.dj-column-wrap .dj-column-right li {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border-top: none;
    border-bottom: 1px dashed #dbdbdb;
    color: #001b4c;
    text-indent: 22px;
    background: url(../images/list-start.jpg) 2px center no-repeat;
}

.dj-column-wrap .dj-column-right li a {
    color: #001b4c;
}

.dj-column-wrap .dj-column-right li .time {
    right: 26px;
}

.dj-column-wrap .member-wrap {
    margin: 20px 8px 0;
}

.dj-column-wrap .member-wrap h2 {
    margin-bottom: 10px;
    background: url(../images/viewtitle_bg.jpg) no-repeat center top;
    color: #fff;
}

.dj-column-wrap .member-wrap ul li {
    border: 1px solid #ccc;
    width: 241px;
    height: 61px;
    float: left;
    margin: 0 0 3px 3px;
}

.dj-column-wrap .member-wrap ul li img {
    width: 100%;
    height: 100%;
}


/*==========================================================================================
  南京市公路发展集团有限公司
============================================================================================*/

.third-common-banner {
    /* height: 262px; */
    height: 260px;
    /* background: url(../images/bannerchange/banner1.jpg?v=1.0.0) top center no-repeat; */
}

.third-common-banner .global-icon {
    width: 1000px;
    margin: auto;
    height: 100%;
}

.third-common-banner .global-icon img {
    width: 100%;
    height: 100%;
}

.company {
    min-height: 0;
    padding-bottom: 0;
}

.company .dj-column {
    padding-bottom: 0;
}

.company .company-add-bg {
    background: url(../images/bottom-bg.png) center -10px no-repeat;
}

.company .dj-column-left {
    width: 204px;
    height: 708px;
    margin-bottom: 0;
    padding: 15px 0 0;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.company .dj-column-left-company {
    padding: 16px 10px;
    width: 198px;
    background: url(../images/comp-leftbg.jpg) no-repeat center bottom;
}

.company .dj-column-left-company h2 {
    background: url(../images/comp-lefttitle.jpg) no-repeat left top;
    font-size: 14px;
    font-weight: normal;
    text-indent: 10px;
}

.company .dj-column-left-company .company-desc {
    padding-top: 10px;
}

.company .dj-column-left-company .company-desc p {
    font-family: SimSun;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.company .dj-column-left .company-intro {
    /* margin: 0 10px; */
    margin: 0 18px;
    font-size: 14px;
    font-family: "宋体";
    line-height: 24px;
    color: #001b4c;
}

.company .dj-column-left .company-intro h3 {
    margin: 55px 0 13px;
    text-align: center;
    font-family: "宋体";
    font-size: 15px;
    color: #121212;
}

.company .dj-column-left .company-desc {
    height: 448px;
    overflow: hidden;
}

.company .dj-column-left .company-intro p {
    text-indent: 2em;
    line-height: 30px;
    color: #121212;
}

.company .dj-column-left .aside-list {
    margin: auto;
    width: 179px;
    border: none;
}

.company .dj-column-left li .aside-list-head {
    height: 40px;
    line-height: 40px;
    text-indent: 65px;
    font-size: 16px;
    font-family: "黑体";
    color: #737373;
}

.company .dj-column-left li .icon {
    left: 53px;
    top: 18px;
}

.company .dj-column-left li:hover .aside-list-head,
.company .dj-column-left li.cur .aside-list-head {
    color: #fff;
    font-weight: bold;
    background: #1957b0;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #53abe6, #1957b0);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #53abe6, #1957b0);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #53abe6, #1957b0);
    /*火狐*/
    background: -o-linear-gradient(top, #53abe6, #1957b0);
    /*opera*/
    background: -ms-linear-gradient(top, #53abe6, #1957b0);
    /*IE9+*/
    background: linear-gradient(top, #53abe6, #1957b0);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FF53ABE6', endColorStr='#FF1957B0', gradientType=0);
    /*IE8*/
}

.company .dj-column-left li:hover .icon,
.company .dj-column-left li.cur .icon {
    border-color: transparent transparent transparent #fff;
}

.company .dj-column-right {
    width: 760px;
    padding-right: 10px;
    padding-left: 10px;
}

.company .dj-column-right .clr {
    margin-bottom: 24px;
}

.company .dj-column-right .company-list.left {
    width: 373px;
}

.company .dj-column-right .company-list.right {
    width: 373px;
}

.company .dj-column-right li {
    background: none;
    margin: 0 9px;
    text-indent: 8px;
    line-height: 34px;
    height: 34px;
    font-family: "宋体";
    /*line-height: 32px;
      height: 32px;
      border: none;*/
}

.company .footer {
    height: 56px;
    /*background: #4780c3; */
}


/*==========================================================================================
  青年公社1102
============================================================================================*/

.youth .current-address {
    margin-left: 12px;
    font-family: "宋体";
    font-size: 12px;
    font-weight: bold;
    color: #0166bc;
    margin-bottom: 18px;
}

.youth .current-address a {
    color: #0166bc;
}

.youth .youth-left {
    width: 730px;
    /*height: 803px;*/
    margin-left: 12px;
}

.youth .youth-left h2 {
    background: url(../images/h2-type2.jpg) left center no-repeat #a2d4ed;
    margin-bottom: 15px;
}

.youth .youth-left .youth-left-top {
    padding-bottom: 29px;
    border: 1px solid #cce2f0;
    font-size: 12px;
    color: #001b4c;
    font-family: "宋体";
    line-height: 38px;
    background: #f2fafe;
}

.youth .youth-left .youth-left-top p {
    text-align: center;
}

.youth .youth-left .youth-left-top .display {
    text-align: center;
}

.youth .youth-left .youth-left-top .display img {
    width: 686px;
    height: 296px;
}

.youth .youth-left .youth-left-top .display p {
    margin: 6px 0 28px;
}

.youth .youth-left .youth-left-top li {
    width: 182px;
    float: left;
    margin: 0 25px 0 21px;
}

.youth .youth-left .youth-left-top li img {
    width: 182px;
    height: 128px;
}

.youth .youth-left .youth-left-bottom {
    border: 1px solid #cce2f0;
    padding-bottom: 22px;
    margin-top: 24px;
}

.youth .youth-left .youth-left-bottom ul {
    margin: 0 7px;
}

.youth .youth-left .youth-left-bottom ul li {
    text-indent: 21px;
    background: url(../images/list-start.jpg) left center no-repeat;
}

.youth .youth-right {
    width: 235px;
    height: 803px;
    background: #f8f8f8;
    font-size: 12px;
    line-height: 24px;
    font-family: "宋体";
    color: #0c3065;
}

.youth .youth-right a {
    color: #fff;
    margin-right: 40px;
}

.youth .youth-right .twjj-p a {
    color: #0c3065
}

.youth .youth-right h2 {
    margin-bottom: 16px;
}

.youth .youth-right p {
    text-indent: 2em;
}

.youth .youth-right .youth-right-content {
    margin: 0 10px;
}

.youth .youth-right .youth-right-content .title-type {
    margin-right: 14px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 37px;
}

.youth .youth-right .youth-right-content .title-type:first-child {
    margin-top: 0;
}

.youth .youth-right .youth-right-content .focus-us {
    margin-top: 23px;
}

.youth .youth-right .youth-right-content .erweima {
    width: 88px;
    height: 88px;
}

.youth .youth-right .youth-right-content .erweima img {
    width: 100%;
    height: 100%;
}

.youth .youth-right .youth-right-content .info {
    margin: -4px -2px 0px;
}

.youth .youth-right .youth-right-content .info p {
    text-indent: 11px;
}

.youth .youth-right .youth-right-content .info .bold {
    text-indent: 0;
    text-align: center;
    font-family: "黑体";
    font-weight: bold;
    font-weight: normal\9;
    color: #ea0002;
}


/*==========================================================================================
  党建信息交互平台1102 栏目
============================================================================================*/

.xxlz-page {
    padding-bottom: 0;
}

.xxlz-page .dj-column-left {
    height: 100%;
    width: 233px;
    padding-right: 6px;
    padding-left: 6px;
}

.xxlz-page .dj-column-right {
    width: 734px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    padding: 15px 9px 100px 11px;
    margin-bottom: 0;
}

.xxlz-page .dj-column-right .mail-head {
    margin: 20px auto 30px;
    line-height: 22px;
    height: 22px;
    color: #001b4c;
}

.xxlz-page .dj-column-right .mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
    left: 0;
    top: 0;
}

.xxlz-page .dj-column-right .popup {
    display: none;
    position: absolute;
    width: 700px;
    padding: 20px;
    background: #fff;
    left: 50%;
    margin-left: -370px;
    top: 100px;
    z-index: 200;
}

.xxlz-page .popup .search-area {
    padding: 10px 10px;
    background: #DBDBDB;
    margin-bottom: 20px;
}

.xxlz-page .popup .search-area .input {
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

.xxlz-page .popup .search-area .input input {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 16px;
    font-family: "黑体";
    border-radius: 4px 0 0 4px;
}

.xxlz-page .popup .search-area .search-btn {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background: #3C97E5;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.xxlz-page .popup .search-area .search-btn:hover {
    background: #3498BC;
}

.xxlz-page .popup .search-area em {
    padding: 0 .5em
}

.xxlz-page .popup .search-area .ok,
.xxlz-page .popup .search-area .close {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background: #3C97E5;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.xxlz-page .popup .search-area .ok:hover {
    background: #5cb85c;
}

.xxlz-page .popup .search-area .close:hover {
    background: #c9302c;
}

.xxlz-page .popup .left-area {
    margin-left: 10px;
    width: 40%;
}

.xxlz-page .popup .left-area label {
    font-size: 16px;
    line-height: 30px;
    font-weight: block;
    margin-bottom: 4px;
}

.xxlz-page .popup .left-area .grounp {
    padding: 10px 0;
    height: 200px;
    border: 1px solid #ccc;
    overflow-y: auto;
    margin-bottom: 20px;
}

.xxlz-page .popup .left-area li {
    border: none;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    overflow: hidden;
    font-size: 16px;
    text-indent: 10px;
    cursor: pointer;
    color: #001b4c;
    font-family: "黑体"
}

.xxlz-page .popup .left-area .grounp li:hover {
    background: #ccc;
}

.xxlz-page .popup .left-area .grounp li .fa {
    float: left;
    width: 16px;
    height: 30px;
    background: url(../images/djIcon/iconfont-arrowright.png) 4px center no-repeat;
}

.xxlz-page .popup .left-area .grounp li a {
    text-decoration: none;
}

.xxlz-page .popup .left-area .search-result {
    overflow: auto;
    height: 150px;
    width: 100%;
    border: 1px solid #ccc;
}

.xxlz-page .popup .left-area .search-result li {
    font-size: 14px;
}

.xxlz-page .popup .left-area .search-result li input {
    margin-right: 4px;
    border-radius: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    outline: none;
    background: transparent;
}

.xxlz-page .popup .left-area .search-result li:hover input {
    border: 1px solid red;
}

.xxlz-page .popup .center-area {
    width: 40px;
    height: 40px;
    margin: 30px;
}

.xxlz-page .popup .center-area .move-btn {
    height: 40px;
    cursor: pointer;
    background: url(../images/djIcon/iconfont-d-arrow-right.png) #3C97E5 center no-repeat;
}

.xxlz-page .popup .center-area .move-btn:hover {
    background: url(../images/djIcon/iconfont-d-arrow-right.png) #1766AB center no-repeat;
}

.xxlz-page .popup .right-area {
    width: 40%;
    height: 200px;
    border: 1px solid #ccc;
    margin: 30px 20px 0 0;
    '
 overflow-y: auto;
}

.xxlz-page .popup .right-area select {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #ccc;
}

.xxlz-page .popup .right-area select option {
    padding: 6px 4px;
    font-size: 14px;
    color: #978F8F;
    font-family: "黑体"
}

.xxlz-page .dj-column-right .mail-head input {
    width: 313px;
    height: 20px;
    border: 1px solid #d6d8dd;
    margin-left: 10px;
}

.xxlz-page .dj-column-right #submit {
    display: block;
    cursor: pointer;
    width: 191px;
    height: 43px;
    background: #59b7f4;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-family: "黑体";
    font-size: 18px;
    font-weight: bold;
    margin: 4px auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

.xxlz-page .dj-column-right .mail-head .receive input {
    width: 258px;
}

.xxlz-page .dj-column-right .mail-notice {
    color: #0a3666;
    line-height: 32px;
    margin-bottom: 13px;
}

.xxlz-page .dj-column-right .mail-notice a {
    color: #0a3666;
}

.xxlz-page .dj-column-right .mail-notice span {
    font-weight: bold;
    margin-left: 14px;
}

.xxlz-page .dj-column-right li {
    line-height: 30px;
    height: 30px;
    text-indent: 8px;
    background: none;
}


/*==========================================================================================
  党建信息交互平台1102 查看邮箱
============================================================================================*/

.mail-check {
    margin: 0 11px;
}

.mail-check h4 {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    color: #01316c;
    margin: 25px auto;
}

.mail-check p,
.mail-check .receive-time {
    font-size: 14px;
    line-height: 36px;
    font-family: "宋体";
}

.mail-check p {
    text-indent: 2em;
    color: #003a73;
}

.mail-check .receive-time {
    text-align: right;
    color: #0557a7;
    margin: 25px auto;
}

.mail-check .receive-list .receive-list-head {
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    color: #001b4c;
}

.mail-check .receive-list .table {
    border: 1px solid #e2e0e0;
    font-size: 12px;
    line-height: 2;
    text-align: center;
}

.mail-check .receive-list .table .row {
    height: 28px;
    border-bottom: 1px solid #e2e0e0;
}

.mail-check .receive-list .table .table-caption {
    background: #cee5f4;
    color: #001b4c;
}


/*==========================================================================================
 资料共享查看1102
============================================================================================*/

.resource-share {
    font-family: "宋体";
}

.resource-share h4 {
    padding: 27px 0 22px;
    font-family: "黑体";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #054992;
}

.resource-share .sub-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
    text-align: center;
    color: #064589;
}

.resource-share .resource-share-content {
    margin: 0 26px 0 29px;
    font-size: 14px;
    line-height: 36px;
    color: #0a4788;
}

.resource-share .resource-share-content img {
    display: block;
    margin: 0px auto;
}

.resource-share .resource-share-content p {
    text-indent: 2em;
}


/*==========================================================================================
  交通集团子网站1102评议 通用
============================================================================================*/

.Appraisa {
    padding: 16px 7px 0 9px;
}


/*.Appraisa-left {
  display: block;
  width: 234px;
  height: 757px;
  background: url(../images/Appraisa-bg.png) top center no-repeat; }*/

.Appraisa-left {
    display: block;
    width: 234px;
    height: 757px;
}

.Appraisa-right {
    width: 735px;
    border: 1px solid #c5dbe9;
    position: relative;
    min-height: 940px;
}

.Appraisa-right h2 {
    background: url(../images/h2-type2.jpg) left center no-repeat #a2d4ed;
}

.Appraisa-right h3 {
    text-align: center;
    font-size: 14px;
    font-family: "宋体";
    color: #001b4c;
    margin: 30px 0 42px;
}

.Appraisa-right .select {
    font-size: 0;
    padding: 0 40px;
}

.Appraisa-right .select.select-first {
    margin: 21px 0 16px;
}

.Appraisa-right .select.select-second {
    margin: 16px 0 24px;
}

.Appraisa-right .select .select-title {
    padding: 6px 20px 7px 23px;
    color: #fff;
    font-size: 14px;
    margin-right: 41px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #175fe4;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #1b9de5, #175fe4);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #1b9de5, #175fe4);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #1b9de5, #175fe4);
    /*火狐*/
    background: -o-linear-gradient(top, #1b9de5, #175fe4);
    /*opera*/
    background: -ms-linear-gradient(top, #1b9de5, #175fe4);
    /*IE9+*/
    background: linear-gradient(top, #1b9de5, #175fe4);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FF1B9DE5', endColorStr='#FF175FE4', gradientType=0);
    /*IE8*/
}

.Appraisa-right .select .select-option {
    padding: 6px 4px;
    font-size: 14px;
    margin-right: 24px;
    cursor: pointer;
    color: #003ba2;
}

.Appraisa-right .select .select-option.cur,
.Appraisa-right .select .select-option:hover {
    /* border-bottom: 1px solid #003ba2; */
}

.Appraisa-right .select .select-option input {
    vertical-align: middle;
    margin-right: 4px;
}

.Appraisa-right .table {
    margin: 0 9px 0 12px;
    text-align: center;
    font-size: 14px;
}

.Appraisa-right .table .sub-thead-1,
.Appraisa-right .table .sub-thead-2,
.Appraisa-right .table .sub-thead-3,
.Appraisa-right .table .sub-thead-4,
.Appraisa-right .table .thead-1,
.Appraisa-right .table .thead-2,
.Appraisa-right .table .thead-3,
.Appraisa-right .table .thead-4 {
    float: left;
    height: 100%;
}

.Appraisa-right .table .thead-1,
.Appraisa-right .table .thead-2,
.Appraisa-right .table .thead-3,
.Appraisa-right .table .thead-4 {
    border-left: 1px solid #c6d1d9;
}

.Appraisa-right .table .thead-1 {
    width: 38px;
}

.Appraisa-right .table .thead-2 {
    width: 160px;
}

.Appraisa-right .table .thead-3 {
    width: 329px;
}

.Appraisa-right .table .thead-4 {
    width: 182px;
    border-right: 1px solid #c6d1d9;
}

.Appraisa-right .table .sub-thead-1 {
    width: 85px;
}

.Appraisa-right .table .sub-thead-2 {
    width: 80px;
}

.Appraisa-right .table .sub-thead-3 {
    width: 80px;
}

.Appraisa-right .table .sub-thead-4 {
    width: 81px;
}

.Appraisa-right .table .thead {
    height: 60px;
    background: #59b7f4;
}

.Appraisa-right .table .thead .thead-1 {
    line-height: 30px;
}

.Appraisa-right .table .thead .thead-2,
.Appraisa-right .table .thead .thead-4 {
    line-height: 60px;
}

.Appraisa-right .table .thead .sub-thead-title {
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #c6d1d9;
}

.Appraisa-right .table .thead .sub-thead-1,
.Appraisa-right .table .thead .sub-thead-2,
.Appraisa-right .table .thead .sub-thead-3,
.Appraisa-right .table .thead .sub-thead-4 {
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #c6d1d9;
}

.Appraisa-right .table .thead .sub-thead-1 {
    border-left: none;
}

.Appraisa-right .table .tbody {
    line-height: 36px;
    font-size: 14px;
}

.Appraisa-right .table .tbody .tbody-row {
    border-bottom: 1px solid #c6d1d9;
}

.Appraisa-right .table .tbody .sub-thead-content {
    height: 36px;
}

.Appraisa-right .table .tbody .sub-thead-1,
.Appraisa-right .table .tbody .sub-thead-2,
.Appraisa-right .table .tbody .sub-thead-3,
.Appraisa-right .table .tbody .sub-thead-4 {
    border-left: 1px solid #c6d1d9;
    height: 100%;
}

.Appraisa-right .table .tbody .sub-thead-1 {
    border-left: none;
}

.Appraisa-right .table .tbody .thead-4 {
    height: 36px;
}

.Appraisa-right .table .tbody .thead-4 a {
    display: block;
    width: 122px;
    height: 22px;
    background: url(../images/Appraisa-link.jpg) center no-repeat;
    margin: 6px auto 0;
}

.Appraisa-right .table .tbody input {
    margin-top: 11px;
}

.Appraisa-right .Appraisa-btn {
    width: 173px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 30px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #175fe4;
    /*不支持渐变*/
    background: -webkit-gradient(linear, top, bottom, #1b9de5, #175fe4);
    /*谷歌旧版*/
    background: -webkit-linear-gradient(top, #1b9de5, #175fe4);
    /*webkit safari*/
    background: -moz-linear-gradient(top, #1b9de5, #175fe4);
    /*火狐*/
    background: -o-linear-gradient(top, #1b9de5, #175fe4);
    /*opera*/
    background: -ms-linear-gradient(top, #1b9de5, #175fe4);
    /*IE9+*/
    background: linear-gradient(top, #1b9de5, #175fe4);
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#FF1B9DE5', endColorStr='#FF175FE4', gradientType=0);
    /*IE8*/
}

.Appraisa-right .Appraisa-btn em {
    padding: 0 10px;
}

.dialog-mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 10;
}

.dialog {
    display: none;
    width: 706px;
    padding-bottom: 20px;
    border: 1px solid #c6d1d9;
    overflow: hidden;
    position: absolute;
    background: #fff;
    z-index: 10;
    top: 40%;
    left: 50%;
    margin-left: -230px;
}

.dialog .confirm {
    cursor: pointer;
    width: 191px;
    height: 43px;
    background: #59b7f4;
    text-align: center;
    line-height: 43px;
    margin: auto;
    color: #fff;
    font-family: "黑体";
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

.dialog .confirm em {
    padding: 0 .5em;
}

.dialog .confirm:hover {
    background: #199AF0;
}

.dialog .Appraisa {
    width: 706px;
    background: #fff;
    padding: 0;
}

.dialog .Appraisa-2 {
    margin: 0;
    border: none;
    background: #fff;
}

.dialog .Appraisa-2 .question-title {
    margin-bottom: 27px;
    position: relative;
}

.dialog .Appraisa-2 .question-title .close {
    position: absolute;
    top: 18px;
    right: 14px;
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url(../images/close.jpg) center no-repeat;
}

.dialog .Appraisa-2 .question-row {
    width: 626px;
    margin: auto;
    background: #E0EDF5;
}

.dialog .Appraisa-2 .question-row .question-col-content {
    margin-left: -2px;
    width: 478px;
}

.dialog .Appraisa-2 .question-row .question-col-content textarea {
    width: 415px;
}

.Appraisa .tips,
.Appraisa .info label {
    color: #001b4c;
    font-size: 14px;
    font-family: "宋体";
    font-weight: bold;
    line-height: 24px;
}

.Appraisa .tips em,
.Appraisa .info label em {
    padding: 0 5px;
}

.Appraisa .tips {
    text-align: center;
    margin: 30px 0 20px;
}

.Appraisa .info {
    margin: 21px 42px;
}

.Appraisa .info input {
    width: 157px;
    height: 23px;
    border: 1px solid #a7a7a7;
    margin-left: 12px;
}

.Appraisa-2 {
    background: #e0edf5;
    border: 1px solid #c6d1d9;
    border-bottom: none;
    margin: 0 9px 0 12px;
    font-size: 14px;
    font-family: "宋体";
}

.Appraisa-2 .question-title {
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: #59b7f4;
}

.Appraisa-2 .question-row {
    height: 114px;
    border-bottom: 1px solid #c6d1d9;
}

.Appraisa-2 .question-row .question-col-title {
    width: 149px;
    height: 114px;
    text-align: center;
    line-height: 114px;
}

.Appraisa-2 .question-row .question-col-content {
    width: 562px;
    height: 114px;
    border-left: 1px solid #c6d1d9;
}

.Appraisa-2 .question-row .question-col-content textarea {
    display: block;
    width: 500px;
    height: 67px;
    resize: none;
    margin: 28px auto;
}


/*==========================================================================================
  交通集团子网站1102调查 通用
============================================================================================*/

.research {
    color: #001b4c;
    font-size: 14px;
    font-family: "宋体";
    margin: 48px 10px 48px 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c6d1d9;
}

.research .research-title {
    font-weight: bold;
    margin-bottom: 35px;
}

.research .research-content span {
    margin: 0 50px 0 35px;
}

.research .research-content input {
    margin-right: 8px;
    vertical-align: middle;
}

.research .research-content textarea {
    display: block;
    width: 540px;
    height: 120px;
    resize: none;
}


/*# sourceMappingURL=mode.css.map */


/*20151215改 */

a {
    color: #444;
    text-decoration: none;
}

h2 span a {
    position: static;
    text-decoration: none;
    color: #002665;
}

h2 span a:hover {
    text-decoration: none;
    color: #002665;
}

.article .font14 {
    font-size: 14px;
}


/*20160121改 */

.youth-right h2 {
    background: url(../images/tjjt_rtbg.jpg) no-repeat left top;
}

.index-lastcombg h2 {
    background: url(../images/index_comlastbg.jpg) no-repeat left top;
    color: #104276;
    font-weight: normal;
}

.index-lastcombg h2 .enlish {
    color: #3e7aa6;
}


/*20160123改 */

.email-contentdiv,
.email-recilist-box {
    font-family: SimSun;
    font-size: 12px;
    color: #01316c;
    line-height: 36px;
}

.email-contentdiv {
    padding: 30px 10px;
}

.email-content,
.email-content-date {
    font-size: 14px;
}

.email-contentdiv h3 {
    text-align: center;
    font-family: SimHei;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
}

.email-contentdiv p {
    text-indent: 2em;
}

.email-content-date {
    text-align: right;
}

.email-recilist-content {
    border: 1px solid #e2e0e0;
    border-bottom: none;
}

.email-recilist-box .email-recilist-title li,
.email-recilist-box .email-recilist-line li {
    float: left;
    width: 33.3%;
    text-align: center;
    border-bottom: 1px solid #e2e0e0;
}

.email-recilist-box .email-recilist-title,
.email-recilist-box .email-recilist-title li {
    height: 24px;
    line-height: 24px;
    background: #cee5f4;
}

.email-recilist-line li {
    height: 29px;
    line-height: 29px;
}

.dj-column .dj-column-left h2 {
    background: url(../images/tjjt_rtbg.jpg) no-repeat left top;
}

.dj-column .dj-column-right h2 {
    background: url(../images/h2-type2.jpg) no-repeat left top #a2d4ed;
}

#tab_honner h2 span:first-child {
    margin-left: 150px;
}

#tab_honner h2 span {
    font-family: SimSun;
    font-size: 14px;
}

.level_active {
    border-bottom: 1px solid #000;
}


/*20160124改 */

.dj-column-email h2 {
    background: url(../images/viewtitle_bg.jpg) no-repeat left top #a2d4ed;
}


/*.dj-column-left h2 a{ right:40px; }*/

.oaindex .dj-column-left h2,
.oaindex .dj-column-right h2 {
    background: url(../images/global-col-title-bg.jpg) no-repeat left top;
}

.company .dj-column-left-company {
    padding: 16px 10px;
    width: 198px;
    background: url(../images/comp-leftbg.jpg) no-repeat center bottom;
}

.company .dj-column-left-company h2 {
    background: url(../images/comp-lefttitle.jpg) no-repeat left top;
    font-size: 14px;
    font-weight: normal;
    text-indent: 10px;
}

.r-top {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 47px;
    height: 47px;
    background: url(../images/r-top.png) no-repeat center top;
    z-index: 1000;
    margin-left: 512px;
}

.dw-open h3 {
    text-align: center;
    font-size: 16px;
    color: #0061c2;
    font-family: SimHei;
    padding-top: 15px;
}


/*add 2017.02*/

.w234 {
    width: 234px;
}

.w700 {
    width: 700px
}

.w735 {
    width: 735px
}

.heti {
    font-family: "黑体", SimHei, "微软雅黑", Microsoft YaHei;
}

.yahei {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "mircro-soft yahei", "宋体", Arial, Helvetica, sans-serif;
}

.songti,
.bnt_ks {
    font-family: "STFangsong", "Songti TC", "simsun", "宋体", Arial, serif
}

.ksBlue {
    background: url("../images/bgBlue.jpg") no-repeat;
    width: 230px;
    margin-left: 4px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-align: center
}

.ksMenu {
    width: 228px;
    margin-left: 4px;
    border-left: 1px #c4c4c4 solid;
    border-right: 1px #c4c4c4 solid;
    border-bottom: 1px #c4c4c4 solid;
}

.ksMenu li {
    width: 228px;
    border-top: 1px #c4c4c4 solid;
    background: url("../images/bgGray.jpg") repeat-x;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
}

.ksMenu li i {
    background: url("../images/arr_menu.gif") no-repeat;
    width: 5px;
    height: 9px;
    display: inline-block;
    margin-right: 10px;
}

.ksMenu li.currt i {
    background-position: -5px 0
}

.ksMenu li a:link,
.ksMenu li a:visited {
    color: #383737;
}

.ksMenu li.currt a:link,
.ksMenu li.currt a:visited {
    color: #043f93;
}

.kslist {
    width: 712px;
    margin-left: 9px;
    margin-right: 14px;
}

.kslist li {
    background: #bababa;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px #fff solid;
}

.kslist li a {
    display: block;
    height: 60px;
    line-height: 60px;
}

.kslist li a:hover {
    background-color: #104276;
    color: #fff;
    text-decoration: none
}

.mrgauto {
    margin-right: auto;
    margin-left: auto
}

.w712 {
    width: 712px;
}

.kstitle {
    line-height: 30px;
    text-align: center;
    background-color: #104276;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 15px
}

.ksMain,
.ksCjdan {
    border: 1px #c5dbe9 solid;
    padding: 5px;
    width: 700px;
    padding-bottom: 40px;
}

.ksJieguo {
    border: 1px #c5dbe9 solid;
    padding: 5px;
    width: 700px;
    padding-bottom: 40px;
    line-height: 28px;
}

.kscjAll {
    background: url("../images/bnt_ks.gif") repeat-x;
    width: 305px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.colorBlue {
    color: #0f88d7
}

.colorBackBlue {
    color: #001b4c
}

.fnt16 {
    font-size: 16px
}

.fnt17 {
    font-size: 17px
}

.fnt20 {
    font-size: 20px
}

.ftbold {
    font-weight: bold
}

.txtcenter {
    text-align: center
}

.pdtb90 {
    padding: 90px 0
}

.pdtb40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.timu_type {
    line-height: 32px;
    color: #001b4c;
    font-size: 16px;
    padding-top: 23px;
    font-weight: bold
}

.ti_item {
    color: #001B4C;
    border-top: 1px #96a1b0 dashed;
    line-height: 28px;
    margin-top: 8px;
    padding-top: 8px;
}

.ti_item dt {
    font-size: 16px;
}

.ti_item dd {
    font-size: 14px;
    padding-top: 2px;
}

.ti_item dd>p {
    padding-left: 25px;
}

.bnt_ks {
    background: url("../images/bnt_ks.gif") no-repeat;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 50px auto 0;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.opacity_overlay {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #000;
}

.ment_tip {
    background-color: #59b7f4;
    height: 62px;
    text-align: right;
    font-size: 0
}

.ksclose {
    background: url("../images/close.gif") no-repeat #fff center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.tipsBox {
    border: 1px #c7c7c7 solid;
    background-color: #fff;
    width: 712px;
    padding: 0 0 20px;
    display: none;
    position: absolute;
    z-index: 1002;
    overflow: auto;
}

.tipsBox .tipInfo {
    margin: 0 20px;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #0f88d7;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    font-weight: bold;
    padding: 50px 0
}

.tipsBnt {
    text-align: center;
    font-size: 0;
    margin: 0 20px;
}

.tipsBnt>span {
    display: inline-block;
    font-size: 14px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url("../images/bnt_ks.gif") repeat-x;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.tipsBnt .tipsRight {
    margin-left: 20px;
}

.menu_cj {
    border-right: 1px #9fa0a0 solid;
    width: 508px;
    margin: 0 auto
}

.listCj {
    border-right: 1px #9fa0a0 solid;
    border-bottom: 1px #9fa0a0 solid;
    width: 508px;
    margin: 0 auto;
    background: #ffffff;
}

.listCj li,
.menu_cj span {
    float: left;
    width: 126px;
    border-left: 1px #9fa0a0 solid;
    background: #ffffff;
    border-top: 1px #9fa0a0 solid;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-align: center
}

.listCj .clr,
.menu_cj .clr {
    float: none;
    border: 0;
    width: 508px;
    height: 0
}

.relative {
    position: relative
}

.remain_time {
    position: fixed;
    width: 140px;
    right: 50%;
    margin-right: -500px;
    background-color: #fff
}

.remain_time_menu {
    background-color: #104276;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.remain_time_txt {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold
}

.kscjAll a,
.kscjAll a:hover {
    color: #ffffff;
    text-decoration: none;
}