﻿@charset "utf-8";

body {
    background: #fff;
    font-family: "微软雅黑","Arial","宋体";
    color: #333;
    font-size: 12px;
    min-width: 1300px;
}

body {
    background: url(/areweb/special09/images/bg.jpg) no-repeat center top #fff;
}

/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.clrfix:before, .clrfix:after {
    content: "";
    display: table;
}

.clrfix:after {
    clear: both;
}

.clrfix {
    zoom: 1;
}
/* 清除浮动 适用100% */
.overflowfix {
    overflow: auto;
    zoom: 1;
}

.displayfix {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    _width: auto;
}

/* 特有 */
.clr {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.clr10 {
    clear: both;
    font-size: 0;
    height: 10px;
    line-height: normal;
}

.clr15 {
    clear: both;
    font-size: 0;
    height: 15px;
    line-height: normal;
}

.clr20 {
    clear: both;
    font-size: 0;
    height: 20px;
    line-height: normal;
}

.clr30 {
    clear: both;
    font-size: 0;
    height: 30px;
    line-height: normal;
}

.clr40 {
    clear: both;
    font-size: 0;
    height: 40px;
    line-height: normal;
}

.clr50 {
    clear: both;
    font-size: 0;
    height: 50px;
    line-height: normal;
}

.clr80 {
    clear: both;
    font-size: 0;
    height: 80px;
    line-height: normal;
}

.clr100 {
    clear: both;
    font-size: 0;
    height: 100px;
    line-height: normal;
}

/*公用*/
.block {
    width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
}

.block_bg {
    width: 1200px;
    margin: 50px auto;
    padding: 15px;
    background: #FFF;
}

.block_01 {
    width: 1200px;
    margin: 0 auto;
}

    .block_01 .area_l {
        width: 587px;
        float: left;
    }

    .block_01 .area_r {
        width: 587px;
        float: right;
    }

/*header*/
.header .logo {
    background: #F8F8F8;
    text-align: right;
    font-family: "宋体";
    line-height: 35px;
}

    .header .logo a {
        color: #666;
    }

        .header .logo a:hover {
            color: #FF6600;
        }

    .header .logo img {
        height: 25px;
        padding-right: 15px;
        vertical-align: middle;
    }

.header .banner img {
    width: 100%;
}

.mainnav .mainnav_bg {
    background: url(/areweb/special09/images/mainnav_bg.png);
    height: 62px;
    line-height: 62px;
}

.mainnav ul {
    width: 1200px;
    margin: 0 auto;
    background: url(/areweb/special09/images/mainnav_x.png) no-repeat 0 0;
}

.mainnav li {
    float: left;
    background: url(/areweb/special09/images/mainnav_x.png) no-repeat right 0;
    padding: 0 2px;
}

    .mainnav li a {
        font-family: "微软雅黑","黑体";
        padding: 0 58px;
        display: block;
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
    }

        .mainnav li a:hover, .mainnav li.on a {
            background: url(/areweb/special09/images/mainnav_hover.png) no-repeat center 0;
        }

/*footer*/
.footer {
    background: url(/areweb/special09/images/footer_bg.jpg) repeat-x #EAEAEA;
}
    /*.footer .logo {
	padding:100px 0 15px;
}*/
    .footer .footer_bg {
        color: #666;
        text-align: center;
        padding: 60px 0;
        font-size: 14px;
    }

    .footer a {
        color: #666;
    }

    .footer i {
        font-style: normal;
        padding: 0 10px;
    }
/*.footer .footer_r {
	float:right;
	padding:110px 0 0;
}
.footer .footer_l {
	float: left;
	padding-top:25px;
}*/

/*弹出层*/
.myPage {
    line-height: 3;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.lightBox, .popupCover, .popupIframe, .popupComponent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popupComponent {
    z-index: 9998; /*display:none;*/
}

.popupIframe {
    display: none;
    _display: block;
    _filter: alpha(opacity=0);
}

.popupCover {
    background: #000;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.lightBox {
    text-align: center;
    overflow: auto;
}

.lightBoxContent {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #fff;
    vertical-align: middle;
    width: 1000px;
}

.lightBoxMaxHeight {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    *height: 99.5%;
    width: 1px;
    overflow: hidden;
    margin-left: -1px;
}

.lightBoxWrapper {
    text-align: left;
}

.lightBoxClose {
    color: #f00;
}

.lightBoxSubmit {
    padding: 0 0 15px;
}

.lightBoxContent {
    background: url(/areweb/images/popup/bg.png);
    padding: 10px;
    border-radius: 8px;
}

    .lightBoxContent .lightBox_title {
        background: url(/areweb/images/popup/part_bg.gif) repeat-x;
        height: 39px;
        line-height: 39px;
        border-bottom: 1px solid #CCCCCC;
        padding: 0 15px;
        text-align: left;
    }

        .lightBoxContent .lightBox_title p {
            font-size: 16px;
            color: #000;
            font-family: "微软雅黑","黑体";
        }

        .lightBoxContent .lightBox_title span {
            float: right;
            padding-top: 13px;
        }

            .lightBoxContent .lightBox_title span a {
                background: url(/areweb/images/popup/close_bg.png) no-repeat;
                width: 15px;
                height: 14px;
                display: block;
            }

                .lightBoxContent .lightBox_title span a:hover {
                    background-position: 0 bottom;
                }

    .lightBoxContent .lightBoxWrapper {
        background: #FFF;
        padding: 0;
    }
/*弹出层-视频*/
.video_layer {
    width: 100% !important;
    height: 600px !important;
}

/*public*/
.public_banner img {
    width: 100%;
}

/*column*/
.column_01 {
    margin-top: 10px;
}

    .column_01 .column_t {
        padding: 5px 5px 10px 28px;
        background: url('/areweb/special09/images/group11.png') left bottom no-repeat;
    }

        .column_01 .column_t .column_title {
            color: #ffffff;
            font-family: "Microsoft YaHei";
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .column_01 .column_t .column_more {
            float: right;
            padding-top: 8px;
        }

            .column_01 .column_t .column_more a {
                font-size: 14px;
                color: #999999;
            }

                .column_01 .column_t .column_more a:hover {
                    color: #FF6600;
                }


/* 焦点图 */
.silbo-slide_03, .silbo-slide_03 .Slides li, .silbo-slide_03 .Slides img {
    width: 587px !important;
    height: 415px !important;
}

    .silbo-slide_03 .Slides li .SlideTitle, .silbo-slide_03 .Slides li .SlideTitle b {
        width: 587px !important;
    }

    .silbo-slide_03 .Slides img, .silbo-slide_03 .Slides {
        height: 415px !important;
    }

/*part*/
.column_c {
    margin-top: 20px;
    margin-bottom: 15px;
}

.part_01 {
    padding-top: 0px;
}

    .part_01 .part_l {
        float: left;
        width: 587px;
    }

    .part_01 .part_r {
        float: right;
        width: 587px;
    }

    .part_01 .hot .title {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

        .part_01 .hot .title a {
            font-size: 24px;
        }

    .part_01 .hot .sum {
        height: 60px;
        line-height: 30px;
        overflow: hidden;
        padding: 20px 0 0;
        font-size: 16px;
    }

    .part_01 .list li {
    }

        .part_01 .list li a {
            display: block;
            background: url(/areweb/special09/images/list_01.png) no-repeat 0 18px;
            font-size: 16px;
            color: #333333;
            height: 45px;
            line-height: 45px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            *white-space: normal; /*IE7有时会出问题*/
            padding-right: 10px;
            padding-left: 25px;
        }

        .part_01 .list li .time {
            float: right;
            color: #999999;
            padding-top: 12px;
            font-size: 14px;
        }

.part_01b .list li {
    width: 587px;
    float: left;
}

.part_02 {
    width: 1200px;
    overflow: hidden
}

    .part_02 .list {
        width: 1300px;
    }

        .part_02 .list li {
            background: url(/images/zhuanti04/ico_06.png) no-repeat 0 31px;
            overflow: hidden;
            float: left;
            width: 587px;
            margin-right: 26px
        }

            .part_02 .list li a {
                display: block;
                background: url(/areweb/special09/images/list_01.png) no-repeat 0 18px;
                font-size: 16px;
                color: #333333;
                height: 45px;
                line-height: 45px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                *white-space: normal; /*IE7有时会出问题*/
                padding-right: 10px;
                padding-left: 25px;
            }

            .part_02 .list li .time {
                float: right;
                color: #999999;
                padding-top: 12px;
                font-size: 14px;
            }



/*程序页码*/
.page_box {
    text-align: right;
    color: #999;
}

    .page_box .flickr.right a, .page_box .flickr.right span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 0 15px;
        line-height: 34px;
        background: #CCCCCC;
        color: #FFFFFF;
        font-weight: normal;
        font-size: 14px;
        margin-left: 4px;
        /*border-radius:3px;*/
    }

        .page_box .flickr.right a:hover, .page_box .flickr.right span.current {
            background: #F07816;
        }

    .page_box .info {
        padding-left: 8px;
    }
