
.h-bt {
    position: absolute;
    left: 30px;
    top: 0px;
}

.h-bt h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    width: 30px;
    text-align: center;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #0068b7;
    padding-top: 10px;
}

.h-bt h4 a {
    color: #333333;
    text-decoration: none;
}

.h-bt h4 a:hover {
    text-decoration: none;
    color: #0068b7;
}

.h-bt h4 a .blue {
    color: #0068B7;
}

.h-m-l1 {
    float: left;
    width: 220px;
}

.h-m-r1 {
    float: left;
    width: 547px;
    margin-left: 38px;
}

.h-m-r1-l {
    float: left;
    width: 540px;
}

.h-m-r1-r {
    float: right;
    width: 250px;
}

.h-m-l {
    float: left;
    width: 300px;
}

.h-m-m {
    float: left;
    width: 450px;
    margin-left: 40px;
}

.h-m-r {
    float: right;
    width: 250px;
}

.left_banner {
    float: left;
    height: 370px;
    width: 560px;
    margin-top: 30px;
}

.right_part {
    float: right;
    width: 560px;
    margin-top: 30px;
}


/*首页头条*/
.txtScroll-top {
    width: 1160px;
    overflow: hidden;
    position: relative;
    clear: both;
}

.txtScroll-top .hd {
    float: right;
    width: 30px;
    height: 92px;
}

.txtScroll-top .hd .prev {
    display: block;
    width: 9px;
    height: 5px;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/prev.gif) no-repeat;
    margin-left: auto;
}

.txtScroll-top .hd .pageState {
    text-align: center;
    width: 30px;
    line-height: 30px;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 30px;
}

.txtScroll-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    margin-right: auto;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/next.gif) no-repeat;
    margin-left: auto;
}

.txtScroll-top .bd {
    width: 1130px;
    height: 92px;
    overflow: hidden;
}

.txtScroll-top .infoList li {
    height: 92px;
    width: 1100px;
}

.txtScroll-top .infoList h3 {
    font-size: 32px;
    line-height: 64px;
    font-weight: bold;
    text-align: center;
}

.txtScroll-top .infoList p {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

/*首页焦点图*/
.focusbox {
    position: relative;
    width: 560px;
    height: 370px;
    text-align: left;
    overflow: hidden;
    background-color: #FFFFFF;
}

.focusbox .pic img {
    width: 560px;
    height: 370px;
    display: block;
}

.focusbox .txt-bg {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    overflow: hidden;
}

.focusbox .txt {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.focusbox .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -15px;
}

.focusbox .txt li a {
    display: block;
    color: #FFFFFF;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.focusbox .num {
    position: absolute;
    z-index: 3;
    overflow: hidden;
    height: 40px;
    right: 0;
    bottom: 0;
}

.focusbox .num li {
    float: left;
    position: relative;
    width: 30px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.focusbox .num li a, .focusbox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusbox .num li span {
    z-index: 1;
    background-color: #0095ff;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.focusbox .num li.on a, .focusbox .num a:hover {
    background-color: #0095ff;
    color: #FFFFFF;
}

.tabs_head {
    background-image: url(../images/tabs-line.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 50px;
    overflow: hidden;
}

.tabs_head ul {
    float: left;
    overflow: hidden;
}

.tabs_head li {
    float: left;
}

.tabs_head li a {
    line-height: 50px;
    display: block;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.tabs_head li a:hover {
    color: #0068b7;
}

.tabs_head li.on a {
    color: #0068b7;
}

.tabs_head i {
    font-size: 0px;
    line-height: 0px;
    background-image: url(../images/line.gif);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 50px;
    width: 40px;
    display: block;
}

.tabs-con {
    padding-top: 10px;
    overflow: hidden;
}

.tabs-con .inHd {
    overflow: hidden;
}

.tabs-con .inHd li {
    float: left;
    margin-right: 10px;
}

.tabs-con .inHd li a {
    font-size: 14px;
    line-height: 34px;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #F2F2F2;
}

.tabs-con .inHd li.on a {
    color: #FFFFFF;
    background-color: #0068B7;
}

.tabs-content li {
    line-height: 34px;
    background-image: url(../images/point.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    height: 34px;
}

.tabs-content li a {
    float: left;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aside-list {
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.aside-list i {
    font-size: 0px;
    line-height: 0px;
    height: 1px;
    display: block;
    background-image: url(../images/short_line.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.aside-list li a {
    line-height: 48px;
    display: block;
    height: 48px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text_block {
    margin-bottom: 20px;
}

.text_title {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}

.text_title .lmm {
    float: left;
}

.text_title .lmm a {
    font-size: 20px;
    font-weight: bold;
    color: #0056ae;
    text-decoration: none;
}

.text_title .more {
    float: right;
    margin-right: 20px;
}

.text_content {
    width: 580px;
    overflow: hidden;
}

.text_content .bd {
    overflow: hidden;
}

.text_content .lx1 li {
    height: 258px;
    width: 270px;
    overflow: hidden;
    margin-bottom: 40px;
    display: inline;
}

.text_content .lx1 li img {
    display: block;
}

.text_content .lx1 .bt {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.text_content .lx1 li:nth-of-type(odd) {
    float: left;
}

.text_content .lx1 li:nth-of-type(even) {
    float: right;
}

.text_content .lx1 .l3 {
    margin-bottom: 0;
}

.text_content .lx1 .l4 {
    margin-bottom: 0;
}

.text_content .lx2 li {
    height: 80px;
    width: 530px;
    display: block;
    padding: 20px 25px 20px 25px
}

.text_content .lx2 a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.text_content .lx2 p {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    overflow: hidden
}

.text_content .lx2 li:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.text_content .lx2 li:nth-of-type(even) {
    background-color: #ffffff;
}

/*list部分*/
.list_left_part {
    background-color: #FFFFFF;
    padding: 20px;
    width: 810px;
    float: left;
}

.left_content li {
    background-image: url(../images/point.gif);
    background-repeat: no-repeat;
    background-position: left 18px;
    line-height: 24px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 8px 8px 8px 16px;
}

.left_content li a {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list_right_part {
    width: 300px;
    float: right;
    background-color: #FFFFFF;
    padding: 10px;
    overflow: hidden;
}


.ad1 {
    width: 300px;
    margin-bottom: 18px;
    overflow: hidden;
}

.ad1_text_con {
    overflow: hidden;
    margin-bottom: 10px;
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
}

.ad1_text_con img {
    float: left;
    width: 90px;
    height: 60px;
    border-radius: 5px
}

.ad1_text_con div {
    float: right;
}

.ad1_text_con div a {
    display: block;
    width: 196px;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    overflow: hidden;
    white-space: normal;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ad1_text_con div a:hover {
    color: #ff5702;
}

.ad1_text_con div span {
    display: block;
    font-size: 12px;
    color: #666666
}

.ad1 ul li {
    line-height: 22px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.ad_tit {
    margin-bottom: 10px;
}

.ad_tit h1 a {
    position: relative;
    padding-left: 10px;
}

.ad_tit h1 a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 4px;
    width: 3px;
    height: 11px;
    background-color: #0068B7;
}

.ad1 .text_title .more {
    font-size: 12px;
    color: #666666;
}

.ad1_text_con.notImg div {
    float: left;
}

.ad1_text_con.notImg div a {
    width: 100%;
}

.ad1 .big_img {
    width: 100%;
    height: 180px;
    position: relative;
}

.ad1 .big_img img {
    width: 100%;
    height: 100%;
}

.ad1 .big_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    text-align: center;
    padding: 0 10px;
    background: rgba(0,0,0,0.5);

}

