/* Normal Style */
body {
    font-size: 12px;
    background: #e7d4a1;
    margin: 0;
    padding: 0;
    color: #000;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
}

a img {
    border: none;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

a:hover {
    color: #EC690E;
}

.container {
    width: 1000px;
    background: #FFFFFF;
    margin: 0 auto;
}

.wricon {
    float: left;
    width: 1000px;
    overflow: hidden;
    /*background: url(../images/prof.jpg) no-repeat;*/
}

.wribox {
    float: left;
    margin: 10px;
    background: url(../images/yinhao.jpg) top left #ededed no-repeat;
    padding: 15px;
    padding-left: 130px;
    overflow: hidden;
}

.wricon p {
    text-indent: 2em;
    margin: 5px;
    color: #666;
    line-height: 18px;
    font-family: 微软雅黑;
    font-size: 12px;
}
/*----------------------------------------------- header Style ---------------------------------------------*/
#navcon {
    background: url("../images/headbg.jpg") repeat-x scroll 0 -1px transparent;
    width: 100%;
}

#header {
    background: url("../images/headbg.jpg") repeat-x scroll 0 -1px transparent;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 3px;
    width: 1000px;
}

    #header ul {
        overflow: hidden;
        zoom: 1;
        text-align: center;
    }

        #header ul li {
            float: left;
            font-family: "宋体";
            font-size: 12px;
            line-height: 22px;
            margin: 2px;
        }

            #header ul li.last {
                border: none;
            }

            #header ul li a {
                color: #666;
                text-decoration: none;
            }

    #header p {
        line-height: 25px;
        padding-left: 4px;
    }

        #header p a {
            padding: 0 0.5em;
            color: #455E78;
        }
/*----------------------------------------------- banner Style ---------------------------------------------*/
.banner {
    background: url(../images/banner.gif) left top no-repeat;
    height: 300px;
    width: 1000px;
    overflow: hidden;
}

    .banner p {
        font: 15px "微软雅黑", "黑体";
        font-weight: 400;
        color: #fff;
        text-indent: 2em;
        margin: 5px 10px;
    }

h1 {
    font: 36px "微软雅黑", "黑体";
    font-weight: 800;
    color: #fff;
    margin: 10px;
}

.navlist {
    background: url(../images/navlist.jpg) left top repeat-x;
    height: 40px;
    overflow: hidden;
}

    .navlist ul {
        float: left;
        padding-left: 130px;
    }

        .navlist ul li {
            float: left;
        }

            .navlist ul li a.first {
                border: medium none;
            }

            .navlist ul li a {
                border-left: 1px dotted #DDDDDD;
                color: #fff;
                float: left;
                font-family: 微软雅黑;
                font-size: 16px;
                font-weight: 600;
                height: 40px;
                line-height: 40px;
                padding: 0 15px;
                text-decoration: none;
            }

                .navlist ul li a:hover {
                    border-top: 2px solid #b68011;
                    color:#b68011;
                    background: #fff;
                    text-decoration:none;
                }
/*----------------------------------------------- main Style ---------------------------------------------*/
#preface, #preface2 {
    width: 376px;
}

.fl_left {
    float: left;
    display: inline;
}

.fl_right {
    float: right;
    display: inline;
}

.mr_left {
    margin-left: 10px;
}

.mr_right {
    margin-right: 10px;
}

.mr_top {
    margin-top: 10px;
}

.mr_bottom {
    margin-bottom: 10px;
}

.ct_1 {
    overflow: hidden;
}

.mainl {
    float: left;
    width: 300px;
    background: #FFF;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

#rollpiclist {
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 280px;
    display: inline;
    margin-left: 10px;
    margin-top: 10px;
}

#bannerlist img {
    border: 0 none;
}

#bannerinfo {
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    height: 22px;
    left: 5px;
    position: absolute;
    z-index: 1001;
}

#bannertext {
    bottom: 3px;
    position: absolute;
    right: 3px;
    width: 200px;
    z-index: 1002;
}

#rollpiclist ul {
    bottom: 3px;
    list-style-type: none;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    position: absolute;
    right: 5px;
    filter: Alpha(Opacity=80);
    z-index: 1002;
}

    #rollpiclist ul li {
        background: #6F4F67;
        border: 1px solid #E5EAFF;
        color: #fff;
        cursor: pointer;
        display: block;
        float: left;
        margin: 0 3px;
        height: 15px;
        width: 10px;
        font-size: 10px;
        text-align: center;
        padding: 0px 3px;
        line-height: 15px;
    }

        #rollpiclist ul li.on {
            background: #900;
        }

#bannerlist a {
    position: absolute;
}

#bannerlist img {
    width: 280px;
    height: 220px;
}

#bannerbg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 290px;
}

#picshow {
    border: none;
}

#show_news {
    width: 430px;
    border: none;
    margin: 10px;
}

#topten {
    margin: 10px;
    overflow: hidden;
}

.vpicbig
{
    height: 210px;
    width: 280px;
    border: none;
}
.vpicli
{
    height: 218px;
    width: 288px;
    border: none;
    margin: 1px;
}
.playbtn
{
    height: 50px;
    left: 20px;
    position: absolute;
    top: 195px;
    width: 50px;
    z-index: 2;
}
.playbtnspan
{
    display:block;
    height: 50px;
    width: 50px;
    background: url("../images/play.png") no-repeat scroll 0 0 transparent;
    
}
.b_1 {
    overflow: hidden; /*或者 hidden,scroll,不包括visible */
    _height: 1%; /*设置高度是为了ie6获取haslayout */
    width: 290px;
}

.bcon {
    overflow: hidden;
}

.innert {
    width: 333px;
    overflow: hidden;
}

.b_img {
    width: 254px;
    margin: 15px;
    margin-top: 25px;
    padding: 1px;
}

.br {
    margin-left: 10px;
}

h2.tth2 {
    padding-left: 20px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font: "微软雅黑", "黑体";
    float: left;
}

    h2.tth2 span {
        margin-left: 140px;
    }

        h2.tth2 span a {
            font-size: 12px;
        }

    h2.tth2 a {
        color: #FFFFFF;
        text-decoration: none;
    }

ul.ul_L {
    margin: 5px;
    overflow: hidden;
}

    ul.ul_L li {
        margin: 5px;
        overflow: hidden;
        float: left;
        text-align: center;
    }

        ul.ul_L li img {
            width: 100px;
            padding:13px;
            background:#fff;
        }

        ul.ul_L li span a {
            display:block;
            overflow:hidden;
            background:#333;
            line-height: 22px;
            font-size: 12px;
            font-weight: 500;
            font-family: "微软雅黑";
            color:#fff;
        }
            ul.ul_L li span a:hover {
                background:#B4000B;
                text-decoration:none;
            }
.ulbc {
    margin: 10px;
    margin-bottom: 0;
}

    .ulbc li {
        display:inline-block;
        overflow: hidden;
        clear: both;
        margin-bottom: 10px;
    }

.imgspan {
    display: block;
    width: 80px;
    overflow: hidden;
}

    .imgspan img {
        width: 80px;
    }

.pspan {
    display: block;
    width: 180px;
    text-indent: 1em;
    overflow: hidden;
}

    .pspan a {
        font-size: 14px;
        color: #900;
        font-weight: bold;
        display: block;
    }

.img_1 {
    margin: 0 6px;
    margin-top: 15px;
    width: 100px;
}

.img_2 {
    margin: 0 5px;
    width: 75px;
}

ul.normalUL {
    padding-left: 10px;
    margin: 0 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

    ul.normalUL li {
        font-size: 1em;
        line-height: 22px;
        background: url(../images/bullet2.jpg) no-repeat 0 10px;
        padding-left: 10px;
    }

        ul.normalUL li.more {
            text-align: right;
            background: none;
        }

    ul.normalUL h3 {
        font-size: 1.4em;
        font-weight: bold;
        padding-bottom: 10px;
    }

        ul.normalUL h3 span {
            font-size: 12px;
            padding-left: 170px;
        }

    ul.normalUL p {
        text-indent: 2em;
        line-height: 22px;
    }

.main {
    width: 380px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.b_2 {
    overflow: hidden; /*或者 hidden,scroll,不包括visible */
    _height: 1%; /*设置高度是为了ie6获取haslayout */
    width: 380px;
    margin-bottom: 10px;
}

.mboxf {
    float: left;
    width: 398px;
    border: 1px #EADCAE solid;
    margin-top: 10px;
    background: #fff;
}

ul.tbtn {
    border-top: #fff solid 2px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
    background: #fff;
    border-bottom: #900 solid 2px;
}

    ul.tbtn li.curr {
        text-decoration: underline;
        border-top: #900 solid 2px;
        border-bottom: #fff solid 2px;
        color: #900;
        cursor: default;
        font-size: 12px;
    }

    ul.tbtn li {
        border-top: #fff solid 2px;
        border-bottom: #900 solid 2px;
        float: left;
        height: 23px;
        line-height: 25px;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        padding: 0 10px;
    }

        ul.tbtn li.ttli {
            padding-left: 20px;
            height: 23px;
            line-height: 25px;
            background: #fff;
            color: #900;
            font-size: 16px;
            font-weight: bold;
            font: "微软雅黑", "黑体";
        }

        ul.tbtn li.curr a {
            color: #2B2B2B;
            font-weight: bold;
        }

ul.bList {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.bList li {
    height: 30px;
    width: 260px;
    margin-bottom: 4px;
    line-height: 25px;
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
}

    .bList li span {
        color: #900;
        overflow: hidden;
        margin-right: 5px;
        font-family: 微软雅黑;
        font-size: 16px;
        font-weight: 600;
        width: 70px;
    }

    .bList li a {
        overflow: hidden;
        width: 190px;
    }

h2.mth2 {
    padding-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    line-height: 20px;
    height: 20px;
    background: #EADCAE;
    color: #900;
    font-size: 16px;
    font-weight: bold;
    font: "微软雅黑", "黑体";
}

.intr {
    overflow: hidden;
}

h3.ttp {
    color: #990000;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    font-family: 微软雅黑;
    border-bottom: 1px dotted #ddd;
}

    h3.ttp a {
        color: #990000;
    }

.tth5 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    font-family: 微软雅黑;
}

    .tth5 a {
        color: #900;
    }

p.intp {
    text-indent: 2em;
    font: "微软雅黑", "黑体";
    font-weight: 500;
    color: #333;
    margin: 5px 10px;
    line-height: 22px;
}

    p.intp a {
        color: #990000;
        margin-left: 20px;
    }

.propic {
    width: 80px;
    margin-left: 5px;
    margin-top: 10px;
    overflow: hidden;
}

.mainr {
    float: right;
    width: 300px;
    background: #FFF;
    margin-bottom: 10px;
}

.b_3 {
    overflow: hidden; /*或者 hidden,scroll,不包括visible */
    _height: 1%; /*设置高度是为了ie6获取haslayout */
    width: 290px;
}

.slider {
    width: 250px;
    padding: 0 5px;
    left: 0;
    top: 0;
}

    .slider img {
        display: block;
        padding: 2px;
        border: 1px solid #ccc;
    }

    .slider li {
        padding: 5px 0;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        width: 100%;
    }

    .slider p {
        font-size: 12px;
        color: #333;
        line-height: 15px;
    }

.focusPlayer {
    height: 210px;
    width: 280px;
    position: relative;
    border-bottom:3px solid #ddd;
}

.focusPlayerli a h5 {
    text-align: center;
    font-family: 微软雅黑;
    color: #333;
}

.vpic {
    display: block;
    overflow: hidden;
    width: 130px;
    height: 114px;
    background: url("../images/playbar.jpg") no-repeat scroll bottom center transparent;
    border: none;
}

    .vpic img {
        width: 128px;
        height: 96px;
        margin: 1px;
    }

.vidtt {
    display: block;
    overflow: hidden;
    width: 130px;
    line-height: 22px;
    color: #B4000B;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.bigvidtt {
    overflow:hidden;
    height:25px;
    line-height:25px;
    font-size:16px;
    font-weight:bold;
    color:#333;
    padding-left:30px;
    background: url("../images/bigvidtt.jpg") no-repeat scroll bottom left transparent;
}
.vpicli {
    overflow: hidden;
    width: 130px;
}

.piccontent {
    padding: 1em;
}

    .piccontent h3 {
        font-size: 1.2em;
        padding: 0.5em;
        border-bottom: 1px dashed red;
        font-weight: bold;
    }

    .piccontent ul {
        margin-bottom: 10px;
    }

    .piccontent li {
        display: block;
        float: left;
        font-size: 12px;
        padding: 7px;
        margin: 5px;
        text-align: center;
        background: #FFFBFF;
        border: 1px solid #D6D7D6;
    }

        .piccontent li img {
            display: block;
        }

        .piccontent li a {
            display: block;
            line-height: 2em;
        }

.ulpic {
    margin-top: 10px;
    overflow: hidden;
}

    .ulpic li {
        display:inline-block;
        margin: 6px;
        line-height: 0px;
        float: left;
    }

        .ulpic li a {
            margin:2px;
            display: block;
            margin: 0px;
            padding: 0px;
        }

        .ulpic li h5 {
            font-size: 12px;
            font-weight: normal;
            text-align: center;
            width: 140px;
            line-height: 22px;
        }

        .ulpic li a img {
            border: none;
            width: 147px;
            height: 110px;
        }

.playbtnli {
    height: 30px;
    left: 10px;
    position: absolute;
    top: 75px;
    width: 30px;
    z-index: 500;
}

.playbtn {
    height: 50px;
    left: 15px;
    position: absolute;
    top: 155px;
    width: 50px;
    z-index: 2;
}

.playbtnspan {
    display: block;
    height: 50px;
    width: 50px;
    background: url("../images/play.png") no-repeat scroll 0 0 transparent;
}

.playbtnspanli {
    display: block;
    height: 30px;
    width: 30px;
    background: url("../images/plbtli.png") no-repeat scroll 0 0 transparent;
}

.pbox {
    position: relative;
    margin: 5px;
    overflow: hidden;
    width: 153px;
    height: 131px;
    float: left;
}

.wp {
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
/* --------------------------------------------------------jMyCarousel -------------------------------------------------*/
.picroll {
    width: 980px;
}

h2.bth2 {
    font-family: 微软雅黑;
    padding-left: 50px;
    line-height: 40px;
    height: 50px;
    background: #EADCAE url(../images/bth2.jpg) top left no-repeat;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.mainb {
    float: right;
    width: 680px;
    background: #FFF;
    margin-bottom: 10px;
}

.b_4 {
    overflow: hidden; /*或者 hidden,scroll,不包括visible */
    _height: 1%; /*设置高度是为了ie6获取haslayout */
    width: 680px;
}

.b_5 {
    width: 399px;
    overflow: hidden;
}

.b_6 {
    width: 559px;
    overflow: hidden;
}

.bigimg {
    width: 388px;
    margin: 10px 0 10px 10px;
}

.comth3 {
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #B4000B;
    border-bottom: 1px dotted #ccc;
}

.comcp {
    margin: 10px;
    text-indent: 2em;
    line-height: 26px;
    font-size: 14px;
}

.rocbox {
    overflow: hidden; /*或者 hidden,scroll,不包括visible */
    _height: 1%; /*设置高度是为了ie6获取haslayout */
    width: 630px;
    margin: 0 10px;
    margin-bottom: 5px;
    clear: both;
    border-bottom: #ccc dotted 1px;
}

.headpic {
    float: left;
    height: 52px;
    width: 52px;
    margin-left: 10px;
    margin-top: 10px;
}

    .headpic a img {
        border: #ccc 1px solid;
        padding: 1px;
    }

.rocon {
    width: 540px;
    float: right;
    margin: 10px;
}

p .sms {
    line-height: 15px;
    margin: 2px auto;
    color: #333;
    font: 12px;
}

    p.sms a, p.sms a:link {
        color: #00F;
        margin-right: 10px;
    }

        p.sms a:hover, p.sms a:active, p.sms a:focus {
            color: #900;
        }

.mainlb {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    overflow: hidden;
    width: 980px;
}

.linegr {
    border-bottom: 1px solid #05283C;
    display: block;
    float: left;
    margin: 5px 0px;
    width: 980px;
}

.linegrlit {
    border-bottom: 1px dashed #ccc;
    display: block;
    float: left;
    width: 333px;
    margin: 2px 0;
}

.ttbar {
    line-height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #900;
}

.lbtbar {
    /*background: url("../images/lbtbar.jpg") no-repeat scroll top right transparent;*/
    height: 40px;
    overflow: hidden;
    border-bottom: 3px solid #B4000B;
}

.lbth2 {
}

    .lbth2 span {
        padding-left: 30px;
        padding-right: 25px;
        color: #B4000B;
        font-size: 22px;
        font-weight: 700;
        line-height: 40px;
        font-family: 微软雅黑;
    }

.ttbarlit {
    border-bottom: 3px solid #B4000B;
    clear: both;
    height: 30px;
    overflow: hidden;
}

.tth2lit {
    padding-left: 10px;
    line-height: 30px;
    height: 30px;
    color: #B4000B;
    font-size: 16px;
    font-weight: bold;
    font: "微软雅黑", "黑体";
    float: left;
}

span.moresp {
    float: right;
    margin-right: 18px;
    margin-bottom: 10px;
}

    span.moresp a {
        color: #990000;
        font-size: 12px;
        font-weight: 300;
        padding: 2px 5px;
        font-family: 微软雅黑;
    }

span.morespgr {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

    span.morespgr a {
        color: #666;
        font-size: 12px;
        text-decoration: none;
    }
span.vidpic {
    background: url("../images/vidpic.jpg")no-repeat scroll 2px 0 transparent;
    float: left;
    margin-left:10px;
    margin-top:10px;
    overflow: hidden;
    width: 125px;
}
span.vidpic img 
{
        margin:4px 5px;
    height: 75px;
    margin-bottom: 13px;
    width: 110px;

}
span.vidpic a {
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    width: 80px;
}
ul.vidlist {
    float: left;
    margin: 10px;
    padding: 0;
    width: 258px;
}
ul.vidlist li {
    background: url("../images/vidico.jpg") no-repeat scroll left center transparent;
    line-height: 180%;
    padding-left: 20px;
}
ul.vidlist li.more {
    background: none repeat scroll 0 0 transparent;
    text-align: right;
}
ul.vidlist {
    float: left;
    margin: 10px;
    padding: 0;
    width: 258px;
}
ul.vidlist li {
    background: url("../images/vidico.jpg") no-repeat scroll left center transparent;
    line-height: 20px;
    padding-left: 28px;
}
ul.vidlist li.more {
    background: none repeat scroll 0 0 transparent;
    text-align: right;
}
#hpage_cats {
    margin: 10px 0;
}

    #hpage_cats .fl_left, #hpage_cats .fl_right, #hpage_cats .fl_middle {
        display: block;
        margin-bottom: 15px;
        width: 316px;
    }

        #hpage_cats .fl_left img {
            border: 1px solid #C7C5C8;
            clear: left;
            float: left;
            margin: 0 10px 0 0;
            padding: 4px;
        }

    #hpage_cats p {
        margin: 0 0 8px;
        padding: 0;
    }

h4.tit {
    border-bottom: 1px dotted #ccc;
    color: #990000;
    display: block;
    height: 30px;
    padding: 5px;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

UL.bj {
    display: inline;
    float: left;
    padding: 5px 0 15px;
}

    UL.bj LI {
        display: inline;
        float: left;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        margin-left: 9px;
        margin-top: 10px;
        text-align: center;
        width: 90px;
        border: 1px solid #ddd;
    }
    .jMyCarousel {
	margin:1px;
	background:#fff;
} .prev {
	background: url(galleryindex/left.png) center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
.next {
	background:url(galleryindex/right.png) center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
.linein
{
    width:965px;
    border-bottom:1px #AADB6E dashed;
    display:block;
    margin:5px;
    float:left;
    margin-bottom:20px;
    }
.jMyCarousel ul {
    overflow:hidden;
}
.jMyCarousel ul li {
	margin:5px;
	line-height:0px;
	padding:2px;
	float:left;
}
.jMyCarousel ul li a {
	display:block;
	margin:0px;
	padding:0px;
}
.jMyCarousel ul li h5 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 140px;
	clear: both;
	line-height:15px;
}
.jMyCarousel ul li a img {
	display:block;
	width:147px;
	height:110px;
}
#Today {
    background-color: #fff;
    padding: 0 10px;
    padding: 30px 0;
}

    #Today h2 {
        color: #900;
        font-size: 1.6em;
        font-weight: bold;
        padding: 9px 0;
        text-align: center;
    }

    #Today h4 {
        color: #900;
        font-size: 1.2em;
        font-weight: bold;
        padding: 6px 0;
        text-align: center;
    }

    #Today img {
        margin-left: 61px;
        margin-bottom: 20px;
    }
/* --------------------------------------------------------------------------- 脚注样式 -------------------------------------------------------- */
.footer {
    border-top: #900 2px solid;
    clear: both;
    margin: 0 auto;
    padding: 10px 0;
    width: 1000px;
}

    .footer p {
        text-align: center;
    }
