.column_wrapper {
    margin-bottom: 40px;
}


/********************** 大banner图的轮播 **********************/

.banner_swiper {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.tempWrap {
    margin: 0 auto;
}

.banner_menu li {
    /* position: absolute;
	top: 0;
	left: 0; */
    float: left;
}

.banner_menu img {
    width: 100%;
    height: 420px;
}


/* banner图的文字、索引*/

.banner_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    /*background-color: rgba(0,0,0,.7);*/
}

.banner_desc_jnt {
    position: relative;
    height: 40px;
}

.bannerText .bannerLi {
    /* display: none; */
    /* position: absolute; */
    line-height: 40px;
}

.bannerText .bannerLi a {
    font-size: 18px;
    color: #eee;
}

.bannerIndex {
    position: absolute;
    bottom: 14px;
    right: 0;
}

.bannerIndex li {
    margin-right: 10px;
    float: left;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background-color: #fff;
}

.bannerIndex li.on,
.bannerIndex li:hover {
    background-color: #165d9c;
}


/* banner图左右按钮 */

.bannerLeft,
.bannerRight {
    position: absolute;
    top: 175px;
    width: 40px;
    height: 70px;
    cursor: pointer;
}

.bannerLeft {
    left: 82px;
    background: url(left.png) no-repeat center;
    background-size: 40px 70px;
}

.bannerRight {
    right: 82px;
    background: url(right.png) no-repeat center;
    background-size: 40px 70px;
}


/**
   * 全屏焦点图
   */

#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 420px;
    overflow: hidden;
    display: hidden;
}


/************************* 公示公告 *************************/

.notice_roll {
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f2f2f2;
}

.notice_title {
    float: left;
    padding: 0 20px;
    height: 60px;
    font-size: 18px;
    color: #eee;
    font-weight: bold;
    background-color: #165d9c;
}

.notice_marquee {
    float: left;
    margin: 0 8px 0 20px;
}

.notice_marquee a {
    font-size: 16px;
    color: #333;
}
.notice_marquee:hover a {
    color: #165d9c;
}

.notice_marquee span {
    display: inline-block;
    margin-left: 12px;
    color: #999;
}

.notice_more {
    float: right;
}

.notice_more a {
    display: inline-block;
    width: 65px;
    height: 26px;
    font-size: 12px;
    color: #eee;
    line-height: 26px;
    text-align: center;
    background-color: #57574a;
}
.notice_more a:hover {
    background-color: #165d9c;
}

/**************************** 栏目内容 - 左侧内容 *****************************/

.columnLeft {
    float: left;
    width: 780px;
}


/* 轮播图 */

.swiper {
    float: left;
    margin-bottom: 25px;
    width: 780px;
}

.swiper_conent {
    position: relative;
    width: 100%;
    height: 385px;
}

.swiper_side {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper_side img {
    width: 780px;
    height: 385px;
}

.swiper_index {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 22;
}

.swiper_index li {
    margin-right: 8px;
    float: left;
    width: 20px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    background-color: #807d77;
}

.swiper_index li.on,
.swiper_index li:hover {
    background: #e2001e;
}

.swiper_index .liActive {
    background-color: #f60;
}

.swiper_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 780px;
    height: 40px;
    background-color: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
}

.text_li {
    position: absolute;
    padding: 0 20px 0 30px;
    /* display: none; */
}

.text_active {
    display: block;
}

.text_li a {
    display: block;
    font-size: 18px;
    color: #fff;
    width: 480px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 要闻速报、综合新闻栏目 */

.special_reports {
    margin-bottom: 20px;
    height: 385px;
}

.reports_headline {
    height: 30px;
    font-size: 22px;
    color: #e1e1e1;
    font-weight: bold;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}

.hasMoreTab {
    margin-left: 800px;
    margin-bottom: 25px;
    width: 360px;
    height: 385px;
}

.hasMoreTab .hd .more {
    float: right;
}

.hasMoreTab .hd .more a {
    font-size: 12px;
    color: #979797;
}

.hasMoreTab .hd .headline_f {
    z-index: 5;
    position: absolute;
    overflow: hidden;
    zoom: 1;
    font-size: 22px;
    color: #e1e1e1;
    font-weight: bold;
    bottom: -1px;
}

.hasMoreTab .hd li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-bottom: 6px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.hasMoreTab .hd li.on {
    border-bottom: 3px solid #165d9c;
}

.hasMoreTab .bd {
    position: relative;
    width: 360px;
}

.hasMoreTab .reports_lists {
    padding-top: 5px;
}

.reports_lists li {
    padding-left: 12px;
    line-height: 32px;
    background: url(icon_16.png) no-repeat left center;
}

.reports_lists li a {
    font-size: 16px;
    color: #333;
}
.reports_lists li img {
    vertical-align: middle;
    width: 16px;
}

.reports_lists li:hover a {
    color: #165d9c;
}

.reports_lists li span {
    float: right;
    font-size: 14px;
    color: #ccc;
    font-family: "Tahoma","Verdana"
}

/* 公共头部 */
.columnTitle {
    margin-bottom: 15px;
    height: 45px;
    border-bottom: 1px solid #dcdcdc;
}

.columnTitle h3 {
    float: left;
    line-height: 43px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #165d9c;
}

.columnTitle h3 img {
    margin-left: 6px;
    vertical-align: middle;
}

.columnTitle .title_more {
    float: right;
    margin-top: 25px;
    font-size: 14px;
    color: #646464;
}
/* 热点专题/第十一届世界高速铁路大会 */
.columnBody_tab {
    position: relative;
    height: 195px;
}
.columnTitle_ul li {
    margin-right: 20px;
    float: left;
    line-height: 43px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}
.columnTitle_ul li.on {
    border-bottom: 3px solid #165d9c;
}
.columntab {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/* 公共视频样式 */
.videoPlay a {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 240px;
    background: url(play.png) no-repeat center;
    background-size: 60px 60px;
}
.videoText_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.videoText_wrap a {
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
}

/* 公共文字样式 */
.columnText {
    margin-left: 382px;
}

.columnList li {
    height: 38px;
    line-height: 38px;
}

.columnList li a {
    font-size: 16px;
    color: #333;
}
.columnList li img {
    vertical-align: middle;
    width: 16px;
}

.columnList li a:hover {
    font-size: 16px;
    color: #165d9c;
}

.columnList li span {
    float: right;
    font-size: 14px;
    color: #ccc;
    font-family: "Tahoma","Verdana"
}

/* 媒体聚焦 */
.column_items {
    margin-bottom: 15px;
}

.columnVideo_media, .carousel, .carousel_ds {
    float: left;
    position: relative;
    width: 370px;
    height: 230px;
    overflow: hidden;
}

.videoImg img, .carouselImg img {
    width: 370px;
    height: 230px;
    transition: transform .6s;
}

.columnVideo_media:hover img {
    transform: scale(1.1);
    transition: transform .6s;
}


/* 热点专题 */
.topicBanner {
    margin-bottom: 12px;
}

.topicBanner img {
    width: 780px;
    height: 100px;
}

.ladyScroll {
    width: 780px;
    height: 80px;
    position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
    top: 20px;
    width: 24px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

.ladyScroll .next {
    right: 0;
    background: url(t-right.png) no-repeat;
}

.ladyScroll .prev {
    left: 0;
    background: url(t-left.png) no-repeat;
}

.ladyScroll .scrollWrap {
    width: 780px;
    overflow: hidden;
    position: absolute;
}

.ladyScroll dl {
    float: left;
    width: 250px;
    margin-right: 15px;
    text-align: center;
    position: relative;
}

.ladyScroll dt {
    margin: 0 auto;
    width: 250px;
    overflow: hidden;
}

.ladyScroll img {
    display: block;
    width: 250px;
    height: 80px;
}


/* 核心业务 */

.titleContent {
    float: right;
}

.titleUl li {
    float: left;
    color: #dcdcdc;
    line-height: 46px;
}

.titleUl li a {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #333;
}

.titleUl li.on a {
    color: #165d9c;
    font-weight: bold;
    background: url(icon_17.png) no-repeat center bottom;
}

.videoText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: url(t_bg.png) no-repeat center;
}

.columnText_js .columnList {
    display: none;
}



.textLi li, .textLi_ds li {
    padding-left: 15px;
    line-height: 35px;
}

.textLi li a, .textLi_ds li a {
    font-size: 16px;
    color: #fff;
}

.textBtn {
    position: absolute;
    bottom: 7px;
    right: 12px;
}

.textLeft {
    float: left;
    margin-right: 10px;
}

.textRight {
    float: right;
}


/**************************** 栏目内容 - 右侧内容 *****************************/

.columnRight {
    margin-left: 800px;
    overflow: hidden;
}
.column_rightwrap {
    padding: 10px 20px;
    background-color: #f5f5f5;
}
.column_items_jnt + .column_items_jnt {
    margin-top: 10px;
}

/* 科技创新 */

.scienceUl {
    margin-bottom: 15px;
    height: 18px;
}

.scienceUl li {
    float: left;
}

.scienceUl li+li {
    border-left: 1px solid #dcdcdc;
    padding: 0 6px;
}

.scienceUl li:first-child {
    padding-right: 6px;
}

.scienceUl li a {
    font-size: 16px;
    color: #333;
}

.scienceUl li.on a {
    color: #165d9c;
    font-weight: bold;
}

.science_wrapper {
    /* width: 320px;
    height: 145px; */
}

.science_content {
    /* width: 320px;
    height: 145px; */
}

.science_left {
    float: left;
    width: 190px;
    height: 145px;
    overflow: hidden;
}

.science_left a {
    display: block;
    width: 190px;
    height: 145px;
}

.science_left img {
    width: 190px;
    height: 145px;
    transition: transform .6s;
}

.science_left a:hover img {
    transform: scale(1.1);
    transition: transform .6s;
}

.science_right {
    margin-left: 200px;
    height: 145px;
}

.science_right h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #165d9c;
    font-weight: bold;
    line-height: 22px;
}

.science_right .columnStyle_desc {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 22px;
}

.science_right .columnStyle_desc a {
    font-size: 14px;
    color: #333;
}


/* 铁路文化 */



.columnVideo_culture {
    margin: 0 0 8px;
    position: relative;
    width: 320px;
    height: 200px;
    overflow: hidden;
}

.columnVideo_culture a {
    display: inline-block;
    width: 320px;
    height: 200px;
}

.columnVideo_culture img {
    width: 320px;
    height: 200px;
    transition: transform .6s;
}

.columnVideo_culture:hover img {
    transform: scale(1.1);
    transition: transform .6s;
}






/* 为您服务 */

.serve_menu_jnt li {
    margin: 0 5px 10px;
    float: left;
    width: 150px;
    height: 60px;
    background-color: #e1e1e1;
}

.serve_menu_jnt li a {
    display: block;
    margin: 0 15px;
    width: 127px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.serve_menu_jnt li span {
    float: left;
    width: 43px;
    height: 48px;
}

.serve_list_1 {
    background: url(icon_icon.png) no-repeat 0px 10px;
}

.serve_list_2 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -50px;
}

.serve_list_3 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -110px;
}

.serve_list_4 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -170px;
}

.serve_list_5 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -270px;
}

.serve_list_6 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -330px;
}

.serve_list_7 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -346px;
}

.serve_list_8 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -405px;
}
.serve_list_9 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -466px;
}
.serve_list_10 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -526px;
}
.serve_list_11 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -588px;
}
.serve_list_12 {
    display: inline-block;
    background: url(icon_icon.png) no-repeat 0px -650px;
}
.serve_menu_jnt li:hover span {
    background-position-x: -75px;
    transition: background-position-x .5s;
}
