﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei" !important;
    font-size: 14px/22px;
    list-style: none;
}

body {
    /*width: 1880px;
    min-width: 1440px;
    height: 830px;*/
    margin: 0 auto;
    font-family: "Microsoft YaHei", 黑体, 宋体, tahoma, verdana !important;
    /*    background: url(../images/bg.png) no-repeat top;*/
}

img {
    border: 0;
}

a {
    color: #555;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    color: #ff8a00;
}


/*主页面*/

.container {
    width: 100%;
    min-width: 1410px;
    margin: 0 auto;
    background: url(../image/ttbj.jpg);
    background-size: 100% 100%;
}


/*头部区域*/

.header img {
    width: 100%;
	height:441px;
    margin: auto;
}

.header {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header .top {
    width: 100%;
    height: 21px;
    /*background: url(../image/db.png) no-repeat right;*/
    text-align: center;
    color: white;
    background-color: #ac0000;
}

.header .logo {
    line-height: 30px;
    /* background: white; */
    /* filter: alpha(Opacity=50);
opacity: 0.50;
-moz-opacity: 0.50;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
    background: rgba(255, 255, 255, 0.5);
    height: 136px;
    padding: 10px;
    margin: 70px auto;
    margin-left: -moz-calc((100% - 1440px) / 2);
    margin-left: -webkit-calc((100% - 1440px) / 2);
    margin-left: calc((100% - 1440px) / 2);
}

.menu {
    width: 1410px;
    margin: 0 auto;
    height: 150px;/*181px*/
    /*    line-height: 185px;*/
    display:flex; 
	/*overflow:hidden;*/
}

.menu .left {
    /* width: 570px;
    height: 185px;*/
    text-align: right;
    float: left;
    padding: 0px 55px;
}

.menu .left .logo img {
     margin: 0 auto; 
    /* margin-right: 20%; */
}

.menu .left .logo p {
    font-size: 30px;
}

.menu .right {
    width: 900px;
    /*width: 761px;
    height: 185px;*/
    float: right;
}

.menu .right .top {
    /* width: 1075px; */
    width: 100%;
    height: 80px;
    line-height: 80px;
    float: right;
    /* margin: 0 auto; */
}

    .menu .right .top img {
        /*width: 350px;
    height: 50px;*/
        padding-top: 35px;
        padding-right: 150px;
        float: right;
        /* margin: 0 auto; 
        padding-left: 10%;*/
        /* float: right;
        /* margin: 0 auto; */
    }

.menu .right .top a {
    float: right;
    margin: 20px 0 0 75px;
    font-size: 18px;
    color: red;
    height: 25px;
}

.container .down {
    width: 100%;
    height: 60px;
    margin: auto;
    background: #07438a;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    width: 100%;
    height: 60px;
    margin: auto;
    background: #07438a;
    z-index: 999;
}
#cssmenu ul .jg {
    margin: 0 5px;
    margin-top: 20px;
    width: 2px;
    height: 20px;
    line-height: 60px;
    background: #999999;
    float: left;
    display: block;
}
#cssmenu > ul{
    width: 1410px;
    margin: 0 auto;
}

#cssmenu > ul > li {
    float: left;
    min-width: 116px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
#cssmenu  ul  ul li a:hover {
    background-color: #0088fe;
}
#cssmenu > ul > li > a {
    height: 60px;
    line-height: 60px;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li:first-child {
    border-top: 1px solid;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    border-bottom: 1px solid;
}

    #cssmenu ul li:hover > ul > li {
        height: 40px;
        color: white;
        background-color: #0088fe;
    }

#cssmenu ul ul li a {
    padding: 10px 0px;
    width: 115px;
    height: 100%;
    background: #07438a;
    text-decoration: none;
    color: #ffffff;
    text-wrap: nowrap;
    font-size: 14px;
}
}
#cssmenu ul ul li:hover {
    background-color: #0088fe;
}
#cssmenu .three_memu {
    top: -1px;
}
/* 轮播开始 */
#slider {
    width: 1410px;
    min-width: 1410px;
    margin: 0 auto;
    margin-top: 10px;
}
#slider img {
    display: block;
}

/*--------------CONTROLS--------------*/


/*position controls*/

.controls li {
    top: 50%;
    margin-top: -30px
}

.controls li.left {
    left: 5%;
}

.controls li.right {
    right: 5%;
}


/*------------PAGINATION------------*/


/*style pagination*/

.pagination li {
    background-color: #ffffff;
}

.pagination li.active {
    background-color: #B20000;
}


/*-------------HELPERS----------------*/

.responsive {
    width: 100%;
    height: auto;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* 轮播结束 */


/*内容区域*/

.clearboth {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.main {
    clear: both;
    margin: auto;
    height: auto;
    /*overflow: hidden;*/
    background: #ffffff;
    display: block;
}

.main .main_body {
    margin: 0px auto;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    width: 1410px;
    background: #fff;
    vertical-align: baseline;
}


/* 焦点图 start */


/* div#wrapper div#wrapper_focus { */

.main .main_body .wrapper_focus {
    float: left;
    width: 465px;
    height: 372px;
    overflow: hidden;
    /*padding-top: 15px;*/
}

.hotpic {
    width: 465px;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
}

.NewsPic {
    width: 452px;
    height: 370px;
    overflow: hidden;
}

.NewsPic .pic {
    overflow: visible;
    border: 0;
    text-decoration: none; 
	border: 1px solid #d1dfe0;
    background: #E8ECF5;
    padding: 10px 8px;
    display: inline-block;
}

.NewsPic a img {
    width: 434px;
    height: 290px;
}

.Nav {
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin-top: 1px;
    background: url(../image/nav.png) no-repeat;
    position: relative;
    overflow: hidden;
    /* border: 1px solid #868686; */
}

.Nav a {
    display: block;
    text-align: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #CE0609;
	padding-left: 15px;
	width: 310px;
	text-overflow: ellipsis;
}

.Nav .next {
    float: right;
    padding-right: 20px;
    padding-top: 4px;
}

.Nav a.Normal {
    background: #000000;
    color: #FFFFFF;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.Nav a.Cur {
    background: #CE0609;
    color: #FFFFFF;
}

.NewsPicTxt {
    position: relative;
    width: 465px;
    height: 22px;
    overflow: hidden;
    margin: 0;
    padding-top: 6px;
    text-align: center;
    font-family: Sans-Serif;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

.NewsPicTxt a:link,
.NewsPicTxt a:visited {
    /* font-family: "Microsoft Yahei"; */
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.NewsPicTxt a:hover {
    color: red;
}


/* 焦点图 end */


/* 首页学新闻 start */

.main .main_body .wrapper_gonggao {
    float: left;
    width: 600px;
    height: 360px;
    overflow: hidden;
    margin-left: 20px;
    text-align: left;
    /*padding-top: 15px;*/
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_title {
    height: 34px;
    line-height: 34px;
    background: url(../image/xyxw.png) 0 0 no-repeat;
    /* margin-bottom: 3px; */
    text-align: right;
    margin-top: 2px;
    border-bottom: #C40001 2px solid;
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_title .left {
    height: 34px;
    line-height: 34px;
    width: 135px;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    float: left;
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_title a {
    font-size: 15px;
    /* font-family: 微软雅黑, 黑体, 宋体, tahoma, verdana; */
    color: #C40001;
    text-decoration: none;
    padding-right: 25px;
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_title a:hover {
    color: #C40001;
}

.main .main_body .wrapper_gonggao.wrapper_gonggao_list {
    height: 176px;
    overflow: hidden;
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_list ul {}

.main .main_body .wrapper_gonggao .wrapper_gonggao_list ul li {
    clear: both;
    height: 85px;
    /* line-height: 85px; */
    padding-top: 20px;
    padding-left: 25px;
    font-size: 18px;
    /* font-family: 微软雅黑, 黑体, 宋体, tahoma, verdana; */
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_list ul li a {
    color: #C40001;
    text-decoration: none;
    font-size: 18px;
    /* font-family: 微软雅黑, 黑体, 宋体, tahoma, verdana; */
    height: 18px;
    line-height: 18px;
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_list ul li a:hover {
    color: #FF0000;
}

.main .main_body .wrapper_gonggao .wrapper_gonggao_list ul li p {
    /* float: right; */
    color: #333333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 10px;
    line-height: 25px;
    height: 50px;
}


/* 首页学院新闻 end */

/* 首页视频 start */
.wrapper_shipin_list li {
    width: 47%;
    height: 126px;
    margin-left: 2%;
    margin-top: 2%;
    float: left;
    position: relative;
}
.wrapper_shipin_list li img{
    width: 100%;
    height: 100%;
}
.wrapper_shipin_list li span{
    position:absolute;
    bottom:0px;
}
.wrapper_shipin_list li .note-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background: #000;
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
    _background: url(none) 0 0 repeat #000;
}

.wrapper_shipin_list li .note-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
/* 首页视频 end */


/* 首页特殊链接 start */

.main .main_body .wrapper_speciallink {
    float: left;
    width: 292px;
    height: 370px;
    overflow: hidden;
    margin-left: 20px;
    text-align: left;
}

.main .main_body .wrapper_speciallink .wrapper_speciallink_list {}

.main .main_body .wrapper_speciallink .wrapper_speciallink_list ul {}

.main .main_body .wrapper_speciallink .wrapper_speciallink_list ul li {
    clear: both;
    background: none;
    height: 120px;
    line-height: 120px;
    padding: 1px 0 5px 0;
}

.main .main_body .wrapper_speciallink .wrapper_speciallink_list ul li span {
    float: right;
}

.main .main_body .wrapper_speciallink .wrapper_speciallink_list ul li a {
    color: #FF0000;
    text-decoration: none;
}

.main .main_body .wrapper_speciallink .wrapper_speciallink_list ul li a:hover {
    color: #FF0000;
}


/* 首页特殊链接 end */


/* 中间广告 start */

.wrapper_speciallink_ad {
    margin: 15px 0;
    width: 1410px;
    height: 125px;
    overflow: hidden;
    padding-top: 15px;
}


/* 中间广告 end */


/* 首页学院新闻 start */

.main .main_body .wrapper_news {
    float: left;
    width: 600px;
    height: 330px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.main .main_body .wrapper_news .wrapper_news_title {
    height: 50px;
    background: #FBE2B9;
    margin-bottom: 15px;
    /* text-align: right; */
    display: block;
}

.main .main_body .wrapper_news .wrapper_news_title .left {
    height: 50px;
    line-height: 50px;
    width: 161px;
    background: url(../image/lmbt.png) 0 0 no-repeat;
    text-align: center;
    float: left;
    font-size: 20px;
    color: white;
}

.main .main_body .wrapper_news .wrapper_news_title a {
    font-size: 18px;
    /* font-family: 微软雅黑, 黑体, 宋体, tahoma, verdana; */
    color: #BF1625;
    text-decoration: none;
    float: right;
    line-height: 50px;
    margin-right: 15px;
}

.main .main_body .wrapper_news .wrapper_news_title img {
    float: right;
    margin: 15px 10px 10px 15px;
}

.main .main_body .wrapper_news .wrapper_news_title a:hover {
    color: #FF0000;
}

.main .main_body .wrapper_news .wrapper_news_list {}

.main .main_body .wrapper_news .wrapper_news_list ul {}

.main .main_body .wrapper_news .wrapper_news_list ul li {
    clear: both;
    height: 22px;
    line-height: 21px;
    padding-top: 10px;
    padding-left: 16px;
    font-size: 16px;
    /* font-family: 微软雅黑, 黑体, 宋体, tahoma, verdana; */
}

.main .main_body .wrapper_news .wrapper_news_list ul li span {
    float: right;
    padding-right: 15px;
}

.main .main_body .wrapper_news .wrapper_news_list ul li a {
    color: #333333;
    text-decoration: none;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
    display: inline-block;
    float:left;
}

.main .main_body .wrapper_news .wrapper_news_list ul li a:hover {
    color: #FF0000;
}

.main .main_body .wrapper_news .wrapper_news_list ul li img {
    margin: 0 15px;
    float: left;
}

.main .main_body .wrapper_news .wrapper_news_list ul li p {
    width: 270px;
    height: 60px;
    line-height: 40px;
    margin-right: 15px;
    margin-top: 25px;
    float: right;
    font-size: 18px;
}


/* 首页学院新闻 end */


/* 首页重点链接 start */

.main .main_body .wrapper_zhongdian {
    float: left;
    width: 250px;
    height: 330px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    text-align: left;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_title {
    height: 50px;
    margin-bottom: 3px;
    text-align: left;
    border-bottom: 1px solid #DEDEDE;
    font-size: 20px;
    /* font-family: 微软雅黑, 黑体, 宋体, tahoma, verdana; */
    color: #BF1625;
    line-height: 50px;
    padding-left: 30px;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_title a {
    font-size: 20px;
    /* font-family: 微软雅黑, 黑体, 宋体, tahoma, verdana; */
    color: #BF1625;
    text-decoration: none;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_title a:hover {
    color: #FF0000;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_list {
    margin-top: 10px;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_list ul {
    padding: 0px;
    padding-left: 20px;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_list ul li {
    position: relative;
    float: left;
    width: 135px;
    height: 82px;
    overflow: hidden;
    margin: 2px;
}

.toggle_img_out {
     width: 100%; 
     height: 100%; 
}

.toggle_img_out img {
    vertical-align: center;
    padding: 2px 40px 0px;
}

.red {
    background: #CE3A3A;
}

.orange {
    background: #D59937;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_list ul li p {
    text-align: center;
    color: white;
    font-size: 14px;
}

.main .main_body .wrapper_zhongdian .wrapper_zhongdian_list ul li a {
    /*position: absolute;
    top: 0;
    left: 0;*/
    color: #666;
    text-decoration: none;
}


/* 首页重点链接 end */


/*校园文化 start*/

.main .main_body .wrapper_wenhua {
    width: 1405px;
    height: 218px;
    overflow: hidden;
    margin: 15px 0px;
    display: block;
    border: 1px solid #DEDEDE;
    z-index: 100;
}

.main .main_body .wrapper_wenhua .title {
    float: left;
    width: 69px;
    height: 216px;
    margin: 1 auto;
    background: url(../image/../image/xywh.png)
}

.main .main_body .wrapper_wenhua dl {
    float: left;
    width: 200%;
}

.main .main_body .wrapper_wenhua dl dd {
    float: left;
    width: 296px;
    height: 186px;
    margin: 20px 0 20px 28px;
}

.main .main_body .wrapper_wenhua dl dd a {
    display: block;
    float: left;
    background-color: #d5d5d5;
    width: 296px;
    height: 186px;
}

.main .main_body .wrapper_wenhua dl dd img{
    width: 296px;
    height: 186px;
}

/* .main .main_body .wrapper_wenhua ul li a:hover {
    border: 1px red solid;
} */


/*校园文化 end*/


/* 首页底部链接 start */

.main .main_body .wrapper_bottomad {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
    /* padding: 0; */
}

.main .main_body .wrapper_bottomad a.marginright {
    margin-right: 10px;
    width: 192px;
    display: block;
    float: left;
}
.main .main_body .wrapper_bottomad a:last-child {
    margin-right: 0px;
}
.main .main_body .wrapper_bottomad a.marginright img{
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
}

/* 首页底部链接 end */


/* 首页二级学院列表 start */

.main .main_body .wrapper_erji {
    width: 100%;
    height: 55px;
    overflow: hidden;
    /* margin: 10px auto; */
    padding: 0;
    display: block;
}

.main .main_body .wrapper_erji .title {
    width: 145px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    /* margin: 10px auto; */
    font-size: 22px;
    text-align: center;
    background: url(../image/ksdh.png) left center no-repeat;
    float: left;
    color: white;
}

.main .main_body .wrapper_erji ul {
    zoom: 1;
    height: 55px;
    line-height: 55px;
    margin-left: -10px;
    background: url(../image/kjdhl.jpg);
    float: right;
    width: 1275px;
    margin-top: 1px;
}

.main .main_body .wrapper_erji ul li {
    float: left;
    /* padding: 0 15px; */
    font-size: 12px;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.main .main_body .wrapper_erji ul li a {
    padding: 0 23px;
    color: #3C3A3B;
    text-decoration: none;
}

.main .main_body .wrapper_erji ul li a:hover {
    color: #9D0000;
    text-decoration: none;
}

.main .main_body .wrapper_erji ul li span {
    /* padding-right: 25px; */
    color: #3C3A3B;
    font-size: 18px;
    text-decoration: none;
}


/* 首页二级学院列表 end */


/*图片新闻*/

.main .main_picbody {
    box-shadow: 0 0 20px #C1B9A6;
    margin: 5px auto;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    border-radius: 5px;
    width: 1240px;
    background: #C1B9A6;
    vertical-align: baseline;
}

.main .main_picbody .title {
    height: 40px;
    line-height: 50px;
    vertical-align: baseline;
    margin: 10px;
}

.main .main_picbody .title hr {
    margin-top: 30px;
    height: 1px;
    border-width: 0;
    color: white;
    background-color: white;
}

.main .main_picbody .title .name {
    height: 40px;
    width: 255px;
    font-size: 30px;
    position: relative;
    text-align: center;
    left: 40%;
    top: -25px;
    background: #C1B9A6
}

.main .main_picbody .pagelist ul {
    margin: 0;
    padding: 0;
    display: block;
}

.main .main_picbody .pagelist ul li {
    /*	float: left;*/
    height: 225px;
    line-height: 225px;
    background: #CCC5B2;
    margin: 5px 0 20px 25px;
    /*	padding: 25px 20px;*/
    width: 580px;
    float: left;
    display: flex;
}

.main .main_picbody .pagelist ul li img {
    height: 225px;
    line-height: 225px;
    background: #CCC5B2;
    width: 228px;
    float: left;
    display: block;
}

.main .main_picbody .pagelist ul li a {
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-size: 26px;
    width: 75%;
    padding: 20px 20px 10px 20px;
}

.main .main_picbody .pagelist ul li p {
    margin: 16px 0;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main .news {
    margin: 20px 0 0 0;
    width: 100%;
    height: 430px;
}




.footer {
    width: 100%;
    min-width: 1410px;
    height: auto;
    overflow: hidden;
}

.footer .footer-body {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

.footer .footer-body .data {
    width: 900px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    display: flex;
}

.footer .footer-body .data p {
    clear: both;
    color: black;
    min-height: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

.footer .footer-body .data .img {
    float: left;
    height: 100px;
    /* width: 30%; */
}

.footer .footer-body .data p img {
    vertical-align: left;
}

.footer .footer-body .data ul li:last-child {
    border-right: none;
}

/* 二级列表页 */


/* 二级列表页-新闻列表 */

.newslist_body {
    width: 1360px;
    /* height: 930px; */
    display: block;
    margin: 0 auto;
}

.newslist_body .left {
    width: 370px;
    /*height: 930px;*/
    float: left;
}

.newslist_body .left .title {
    width: 370px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 22px;
    background: #B20000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.newslist_body .left .list {
    width: 366px;
    height: auto;
    margin: 0 auto;
    background: #EAEAEA;
    border: 2px #D4D4D4 solid;
}

.newslist_body .left .list .caidian {
    width: 366px;
    /* height: 375px; */
}

.newslist_body .left .list .caidian ul {
    /* height: 375px; */
    width: 310px;
    margin: 0 auto;
}

.newslist_body .left .list .caidian ul li {
    width: 310px;
    /*height: 62px;*/
    overflow: hidden;
    line-height: 60px;
    background: url(../image/bg_menu.png);
    margin-top: 15px;
}

.newslist_body .left .list .caidian ul li img {
    padding: 0 20px;
}

.newslist_body .left .list .caidian ul li a {
    font-size: 22px;
}

.newslist_body .left .list .caidian ul li a:hover {
    color: #B20000
}

.newslist_body .left .list .lianjie {
    width: 366px;
    /* height: 375px; */
}

.newslist_body .left .list .lianjie ul {
    width: 355px;
    margin: 0 auto;
}

.newslist_body .left .list .lianjie ul li {
    width: 355px;
    height: 63px;
    line-height: 63px;
    background: url(../image/lianjiexian.jpg) bottom no-repeat;
    margin-top: 15px;
}

.newslist_body .left .list .lianjie ul li img {
    vertical-align: middle;
    padding: 0 20px 15px 50px;
}

.newslist_body .left .list .lianjie ul li a {
    font-size: 20px;
    padding-bottom: 10px;
}

.newslist_body .left .list .lianjie ul li a:hover {
    color: #B20000
}

.newslist_body .right {
    width: 940px;
    /* height: 1200px; */
    float: left;
    margin-left: 50px;
}

.newslist_body .right .weizhi {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: white;
    font-size: 15px;
    background: url(../image/11.jpg);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    /* margin-bottom: 10px; */
}

.newslist_body .right .weizhi span {
    line-height: 42px;
    padding-left: 10px;
}

.newslist_body .right .weizhi a {
    color:#ffffff;
}

.newslist_body .right img {
    padding-left: 20px;
    /* margin-top: 10px; */
    vertical-align: middle;
}

.newslist_body .right .title {
    width: 99%;
    height: 35px;
    line-height: 35px;
    color: #B20000;
    font-size: 20px;
    /* background: #B20000; */
    border-bottom: #B20000 2px solid;
    text-align: left;
    margin: 0 10px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.newslist_body .right .title span {
    float: right;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 0;
}


/*newslist*/

.newslist_body .right .pagelist {
    width: 99%;
    margin: 0 10px;
}

.newslist_body .right .pagelist ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.newslist_body .right .pagelist ul li {
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 3px 0;
}

.newslist_body .right .pagelist ul li a {
    height: 30px;
    line-height: 30px;
    color: #3d3d3d;
    font-size: 16px;
}

.newslist_body .right .pagelist ul li span {
    /* margin: 16px 0; */
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: right;
}


/*piclist*/

.newslist_body .right .piclist {
    width: 936px;
    /*height: 1120px;*/
    border: 2px #D4D4D4 solid;
    border-top: none;
}

.newslist_body .right .piclist .title {
    width: 915px;
    height: 35px;
    line-height: 35px;
    color: #B20000;
    font-size: 20px;
    text-align: left;
    margin: 0px 5px;
    font-weight: bold;
    display: block;
    padding-top: 15px;
	border: none;
}

.newslist_body .right .piclist .title span {
    float: right;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 0;
}

.newslist_body .right .piclist .first {
    width: 885px;
    margin: 0 auto;
    padding: 15px 15px;
    height: 230px;
    display: block;
}

.newslist_body .right .piclist .first .img {
    width: 190px;
    height: 200px;
    background: #EEEEEE;
    vertical-align: middle;
    float: left;
}

.newslist_body .right .piclist .first a {
    width: 670px;
    float: left;
    font-weight: bold;
    margin-left: 25px;
	margin-top:60px;
}

.newslist_body .right .piclist ul {
    margin: 15px 0 0 15px;
    padding: 0;
    width: 100%;
}

.newslist_body .right .piclist ul li {
    float: left;
    height: 200px;
    line-height: 30px;
    width: 50%;
    padding: 3px 0;
}

.newslist_body .right .piclist ul li img {
    float: left;
    max-width: 200px;
}

.newslist_body .right .piclist ul li a {
    height: 30px;
    line-height: 30px;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    width: 300px;
}

.newslist_body .right .piclist ul li span {
    /* margin: 16px 0; */
    font-size: 16px;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-weight: 0px;
}


/***************分页******************/

.newslist_body .right .fenye {
    /* float: left; */
    margin: 30px auto 20px;
    width: 905px;
    border-top: 1px #D4D4D4 solid;
    border-bottom: 1px #F06520 solid;
    text-align: center;
}

.newslist_body .right .fenye span,.newslist_body .right .fenye a {
    height: 55px;
    line-height: 55px;
    margin-left: 5px;
    padding: 4px 6px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
    color: #F06520;
    font-weight: bold;
    min-width: 60px;
    display: inline-block;
}

.newslist_body .right .fenye .current {
    color:#a5a5a5;
}

.newslist_body .right .fenye ul li.xifenye {
    width: 38px;
    text-align: center;
    float: left;
    position: relative;
    cursor: pointer;
}

.newslist_body .right .fenye ul li .xab {
    /* float: left; */
    position: absolute;
    /* width: 39px; */
    /* height: 123px; */
    overflow-y: auto;
    overflow-x: hidden;
    top: -125px;
    display: inline;
    left: -1px;
    /* width: 50px; */
}

.newslist_body .right .fenye ul li .xab ul {
    margin-left: 0;
    padding-bottom: 0;
}

.newslist_body .right .fenye ul li .xab ul li {
    border: 0;
    padding: 4px 0px;
    color: #999;
    width: 34px;
    margin-left: 0px;
    text-align: center;
}

.flipx {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
    padding-right: 20px;
    border: 0;
}

.newslist_body .right .fenye ul li input {
    width: 42px;
    height: 22px;
    line-height: 22px;
    background-color: #F5F5F5;
    font-size: 12px;
    border: 0;
}

.newslist_body .right .fenye ul li button {
    background: #B20000;
    color: white;
    font-size: 12px;
    width: 38px;
    height: 22px;
    border: 0;
}


/*详情*/
/*内容标题样式*/
.newslist_body .right .meta{ margin:0; padding:50px 50px 0 50px; }
.newslist_body .right .meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
.newslist_body .right .meta h2{ text-align:center;margin:0 0 20px; padding:0; color:#333; font-size:24px; font-weight:300; line-height:1em; }
.newslist_body .right .meta .info{ text-align:center;margin:0 0 10px; }
.newslist_body .right .meta .info span{ margin-right:10px; color:#b0b0b0; font-size:12px; line-height:14px; }
.newslist_body .right .meta .info span i{ margin-right:5px; display:inline-block; font-size:14px; }
.newslist_body .right .meta .note{ margin-top:10px; padding:15px 20px; background:#f5f5f5; line-height:22px; color:#757575; font-size:12px; }

.newslist_body .right .info {
    padding: 20px 0px;
    margin: 0 auto;
    width: 100%;
}

.newslist_body .right .info p {
    font-size: 16px;
    line-height: 35px;
}

.newslist_body .right .info img {
    max-width: 600px;
    display: block;
    margin: 0px auto;
}

.margintop20 {
    margin-top: 20px;
}

.paddingleft0{
	padding-left:0;
}
.tandem_left_new {
    display: inline-block;
    margin: 0px !important;
    margin-top: 4px !important;
}
/*Banner样式*/
.slide-box {
    position: relative;
    margin: 0 auto;
    width: 1410px;
    height: 383px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
    .slide-box .list-box{ /*position:absolute;*/ top:0; left:0; margin-left:-960px; width:1410px; height:100%; background:#fff; }
    .slide-box .list-box li{ position:absolute; left:0; top:0; display:block; width:100%; height:100%; opacity:0; filter:alpha:opacity(0); }
    .slide-box .list-box li a{ display:block; width:100%; height:100%; }
    .slide-box .list-box li img{ position:absolute; top:0; left:0; width:100%; height:100%; }
    .slide-box .speed-box{ position:absolute; left:0; bottom:20px; width:100%; height:10px; text-align:center; z-index:999; }
    .slide-box .speed-btn{ display:inline-block; margin:auto 0; }
        .slide-box .speed-btn a {
            display: block;
            float: left;
            margin: 0 5px;
            width: 10px;
            height: 10px;
            background: url(../images/slide_btns.png) 0 -166px no-repeat;
            overflow: hidden;
            *float: none;
            *display: inline-block;
        }
    .slide-box .speed-btn a.selected{ background-position:0 -176px; }
    /*.slide-box .prev-btn,.slide-box .next-btn{ position:absolute; top:50%; display:block; margin-top:-41px; width:42px; height:82px; z-index:999; opacity:0.5; filter:alpha:opacity(50); background:url(../images/slide_btns.png) no-repeat; display:none; overflow:hidden; }*/
    .slide-box .prev-btn, .slide-box .next-btn {
        position: absolute;
        top: 50%;
        display: block;
        margin-top: -41px;
        width: 42px;
        height: 82px;
        z-index: 999;
        /*opacity: 0.5;
        filter: alpha:opacity(50);
        background: url(../images/slide_btns.png) no-repeat;
        display: none;*/
        overflow: hidden;
    }
    /*.slide-box .prev-btn{ left:31px; background-position:0 0; }
    .slide-box .next-btn{ right:31px; background-position:0 -82px; }*/
    .slide-box .prev-btn {
        background: url(../image/prev.png) no-repeat;
        left: 5%;
    }

    .slide-box .next-btn {
        background: url(../image/next.png) no-repeat;
        right: 5%;
    }