
html, body {
    height: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, input, textarea, select, button {
    margin: 0;
}
ul, ol, input, select, textarea, button {
    padding: 0;
}
li {
    list-style: none outside none;
}
body {
    background:url(body_bg.png) repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font: 12px/1.5 'simsun';
}
embed, input, select, textarea, button {
    font: 12px/1.5 'simsun';
    vertical-align: middle;
}
textarea {
    resize: none;
}
img {
    border: medium none;
    vertical-align: middle;
}
em, i {
    font-style: normal;
}
#hd {
    background: url(hd_bg.png) repeat-x scroll 0 0 ;
    height: 49px;
    min-width: 1000px;
    position: relative;
    z-index: 2;
}
#hd_logo {
    float: left;
    padding: 9px 0 0 18px;
}
#hd_logo a {
    background: url(jiantou_ico.png) no-repeat scroll 0 0 ;
    display: block;
    height: 28px;
    overflow: hidden;
    text-indent: -99em;
    width: 171px;
}
#hd_nav {
    float: left;
    font-size: 0;
    margin-left: 2%;
}
#hd_nav li, #hd_link li {
    background: url(hd_bg.png) no-repeat scroll 0 -50px ;
    display: inline-block;
    height: 44px;
    margin: 1px 2px 0 -2px;
    vertical-align: top;
}
#hd_nav li a, #hd_link li a {
    color: #333333;
    display: inline-block;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    line-height: 44px;
    padding: 0 12px 0 14px;
    text-decoration: none;
}
#hd_nav li a:hover {
    color: #000000;
}
#hd_nav li a:active, #hd_nav .cur a {
    background-color: #CFCDC9;
    color: #000000;
}
#hd_nav .sub_filter a, #hd_nav .rss a {
    background: url(rss_bg.png) no-repeat scroll right -30px ;
    padding: 0 30px 0 15px;
    position: relative;
    z-index: 1;
}
#hd_nav .sub_filter.cur a, #hd_nav .rss.cur a {
    background-color: #CFCDC9;
}
#hd_nav .sub_filter.hover a, #hd_nav .rss.hover a {
    background-color: #F6F4F0;
    background-position: right 20px;
    border-left: 1px solid #B7B5B0;
    border-right: 1px solid #B7B5B0;
    height: 50px;
    padding: 0 29px 0 14px;
}
#hd_sub_filter, #hd_rss {
    background: none repeat scroll 0 0 #F6F4F0;
    border: 1px solid #B7B5B0;
    display: none;
    padding: 15px;
    position: absolute;
    top: 50px;
    width: 300px;
}
#hd_sub_filter dl {
    font-size: 0;
    margin-top: 15px;
}
#hd_rss ul {
    font-size: 0;
}
#hd_sub_filter dt, #hd_sub_filter dd, #hd_sub_filter li, #hd_rss li {
    display: inline-block;
    vertical-align: top;
}
#hd_sub_filter dt {
    color: #888888;
    font-size: 12px;
    width: 30px;
}
#hd_sub_filter dd {
    width: 270px;
}
#hd_sub_filter li {
    font-size: 12px;
    margin-left: 12px;
}
#hd_rss li {
    font-size: 12px;
    margin-right: 24px;
}
#hd_sub_filter a, #hd_rss a {
    color: #333333;
    text-decoration: none;
}
#hd_sub_filter a:hover, #hd_rss a:hover {
    text-decoration: underline;
}
#hd_sub_filter a.cur, #hd_rss .cur a {
    color: #0064C6;
}
#hd_link {
    font-size: 0;
    overflow: hidden;
    position: absolute;
    right: 130px;
}
#hd_link li {
    background-position: 0 -100px;
}
#hd_link li a {
    padding: 0 9px 0 11px;
}
#hd_search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #38B100;
    font-size: 0;
    height: 22px;
    padding-left: 3px;
    position: absolute;
    right: 15px;
    top: 10px;
}
#hd_search .input {
    border: medium none;
    font-size: 12px;
    height: 22px;
    width: 80px;
}
#hd_search button {
    background: url(rss_bg.png) no-repeat scroll 5px -95px ;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    height: 22px;
    width: 22px;
}
#bd {
    min-width: 1000px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
#bd_media_func {
    position: relative;
    z-index: 1;
}
#bd_media_func .prev, #bd_media_func .next {
    background: url(jiantou_ico.png) no-repeat scroll 0 -40px ;
    height: 71px;
    overflow: hidden;
    position: absolute;
    text-indent: -99em;
    top: 251px;
    width: 41px;
}
#bd_media_func .prev {
    left: 50%;
    margin-left: -500px;
}
#bd_media_func .prev:hover {
    background-position: 0 -120px;
}
#bd_media_func .prev:active {
    background-position: 0 -200px;
}
#bd_media_func .next {
    background-position: -50px -40px;
    margin-right: -500px;
    right: 50%;
}
#bd_media_func .next:hover {
    background-position: -50px -120px;
}
#bd_media_func .next:active {
    background-position: -50px -200px;
}
#bd_media_func .prevcover, #bd_media_func .nextcover {
    /*background: url(body_bg.png) repeat scroll 0 0 #FFFFFF;*/
    height: 573px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -99em;
    width: 915px;
}
#bd_media_func .prevcover:hover, #bd_media_func .nextcover:hover {
    opacity: 0;
}
#bd_media_func .prevcover {
    left: 50%;
    margin-left: -1420px;
}
#bd_media_func .nextcover {
    margin-right: -1420px;
    right: 50%;
}
#bd_media_list {
    height: 573px;
    position: relative;
}
.media_item {
    background: url(box_bg.png) no-repeat scroll 0 0 ;
    font-size: 12px;
    height: 573px;
    position: absolute;
    transition: all 1s ease 0s;
    width: 915px;
}
.media_item .loading {
    background: url(t0133274a1663da8506.gif) no-repeat scroll center center ;
    height: 573px;
}
#ft {
    background: url(ft_bg.png) repeat scroll 0 0 ;
    min-width: 1000px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#ft_tab {
    background: url(ft_bg.png) repeat-x scroll 0 -150px ;
    height: 37px;
    overflow: hidden;
    position: relative;
}
#ft_tab .tab {
    font-size: 0;
    padding: 6px 0 0 10px;
}
#ft_tab .tab li {
    cursor: pointer;
    display: inline-block;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    height: 31px;
    line-height: 28px;
    text-align: center;
    width: 107px;
}
#ft_tab .tab .cur {
    background: url(ft_bg.png) no-repeat scroll 0 -190px ;
    cursor: default;
}
#ft_tab .page {
    color: #9E988C;
    font-family: Arial;
    font-size: 14px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    top: 8px;
}
#ft_tab .page em {
    margin: 0 3px;
}
#ft_tab .func {
    font-size: 0;
    position: absolute;
    right: 18px;
    top: 7px;
}
#ft_tab .func .submit {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    margin-right: 3px;
    text-decoration: none;
    vertical-align: middle;
}
#ft_tab .func .submit:hover {
    text-decoration: underline;
}
#ft_tab .func .show, #ft_tab .func .hide, #ft_tab .func .refresh {
    background: url(jiantou_ico.png) no-repeat scroll -160px -40px ;
    display: inline-block;
    height: 23px;
    margin-left: 4px;
    overflow: hidden;
    text-indent: -99em;
    vertical-align: middle;
    width: 35px;
}
#ft_tab .func .refresh:hover {
    background-position: -160px -70px;
}
#ft_tab .func .refresh:active {
    background-position: -160px -100px;
}
#ft_tab .func .show {
    background-position: -240px -40px;
}
#ft_tab .func .show:hover {
    background-position: -240px -70px;
}
#ft_tab .func .show:active {
    background-position: -240px -100px;
}
#ft_tab .func .hide {
    background-position: -200px -40px;
}
#ft_tab .func .hide:hover {
    background-position: -200px -70px;
}
#ft_tab .func .hide:active {
    background-position: -200px -100px;
}
#ft_media_list {
    font-size: 0;
    height: 107px;
    text-align: center;
    white-space: nowrap;
}
#ft_media_list .prev, #ft_media_list .next {
    background: url(jiantou_ico.png) no-repeat scroll -100px -40px ;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    text-indent: -99em;
    vertical-align: middle;
    width: 23px;
}
#ft_media_list .prev {
    margin-right: 30px;
}
#ft_media_list .prev:hover {
    background-position: -100px -80px;
}
#ft_media_list .prev:active {
    background-position: -100px -120px;
}
#ft_media_list .next {
    background-position: -130px -40px;
    margin-left: 30px;
}
#ft_media_list .next:hover {
    background-position: -130px -80px;
}
#ft_media_list .next:active {
    background-position: -130px -120px;
}
#ft_media_list ul, #ft_media_list li {
    display: inline-block;
    vertical-align: middle;
}
#ft_media_list ul {
    height: 72px;
    overflow: hidden;
    padding: 15px 0;
    text-align: left;
    white-space: nowrap;
}
#ft_media_list .fixed {
    width: 100%;
}
#ft_media_list ul a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    margin-right: 9px;
    padding: 1px;
}
#ft_media_list ul .cur a {
    border: 2px solid #38B100;
    padding: 0;
}
#ft_media_list ul img {
    display: block;
    height: 68px;
    width: 98px;
}
.media_cont {
    line-height: 1.2;
    padding: 20px 40px 0 30px;
}
.media_cont .hd {
    height: 70px;
    position: relative;
}
.media_cont .hd .time {
    color: #9E9E9E;
    font-family: Arial,'Microsoft Yahei';
    font-size: 14px;
    padding-top: 12px;
}
.media_cont .hd .logo {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.media_cont .hd .logo img {
    max-height: 40px;
}
.media_cont .hd .rss {
    border-right: 1px solid #D1D1D1;
    height: 17px;
    padding-right: 12px;
    position: absolute;
    right: 155px;
    top: 13px;
}
.media_cont .hd .rss a {
    background-image: linear-gradient(#55CD1D, #3DB505);
    border: 1px solid #3FBC04;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 14px;
    text-align: center;
    text-decoration: none;
    top: -3px;
    width: 63px;
}
.media_cont .hd .rss .cancel {
    background-image: linear-gradient(#EFEFEF, #DFDFDF);
    border-color: #DADADA;
    color: #666666;
}
.media_cont .hd .rss a:hover {
    background-image: linear-gradient(#7AD54F, #47C60D);
    border-color: #72CB48;
    text-decoration: none;
}
.media_cont .hd .rss .cancel:hover {
    background-image: linear-gradient(#EFEFEF, #E3E3E3);
    border-color: #DDDDDD;
}
.media_cont .hd .share {
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}
.media_cont .hd .share a {
    background: url(jiantou_ico.png) no-repeat scroll -160px -130px ;
    display: inline-block;
    height: 20px;
    margin-left: 6px;
    width: 20px;
}
.media_cont .hd .share .share_qweibo {
    background-position: -180px -130px;
}
.media_cont .hd .share .share_douban {
    background-position: -200px -130px;
}
.media_cont .hd .share .share_qzone {
    background-position: -220px -130px;
}
.media_cont .hd .share .share_renren {
    background-position: -240px -130px;
}
.media_cont .bd {
    padding: 0 10px;
}
.media_cont .bd:after {
    clear: both;
    content: "";
    display: block;
}
.media_cont a {
    color: #333333;
    text-decoration: none;
}
.media_cont a:hover {
    text-decoration: underline;
}


/**style of header*/
.top{height:26px; line-height:26px;background-color:#EAE8E9;color:#045AA7}
.top_date{text-align:center}
.txt_search{background-color:#FFF; width:145px;}
.btn_search{background-color:#DEDCDD;line-height:16px; margin-right:5px;margin-left:5px; padding:0 5px; color:#073E7F}
#topLinks span{margin:0 5px;}
#topLinks span a{color:#045AA7}
#menus{background-color:#D30909;height:26px; text-align:center;}
#menus a{ padding:0 7px; border-right:solid 1px #FFF; font-size:14px; color:#fff;}
#menus a#menu_last{border-right:none;}
#rss{ float:left; line-height:28px;}
#rss a{line-height:24px; filter: glow(color=#D3060D, strength=3);color:#FDFFFC; height:20px; display:block; float:left}
#rss img{vertical-align:middle;float:left;}
#announce{margin-left:15px; line-height:29px; color:#065AA3;}
#announce img{ vertical-align:middle}
#announce #div_announce{width:505px; float:right line-height:29px;}
#announce #div_announce a{color:#065AA3;}
.div_friendLink{width:130px; height:90px; background:url(bg_fl2.jpg); padding:25px 19px 5px 19px;}
.div_friendLink select{width:120px; margin:5px 0;}
.pageBottom_top{background:#D30909; color:#fff; line-height:26px; text-align:center}
.pageBottom_content{text-align:center; line-height:26px;}