/***公共样式屏幕央视，几乎所有频道都会用到的样式***/
/***reset样式，覆盖元素默认样式***/
* {
    margin: 0;
    padding: 0;
    /*"Lucida Grande","Trebuchet MS", Tahoma,*/
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','sans-serif';
    font-size: 12px;
    line-height: 1.5em;
}

body {
    color: #494949;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 3px;
}

img {
    border: none;
}

input {
    font-size: 14px;
    padding: 2px;
    color: black;
}

textarea {
    line-height: 120%;
    padding: 2px;
    overflow: auto;
    border-color: #7C7C7C #C3C3C3 #DDDDDD #7C7C7C;
    border-style: solid;
    border-width: 1px;
}

.bold {
    font-weight: bold;
}

/*** 公共布局用样式，所有频道都会用到的布局用样式 ***/
#wrap {
}

#main_wrapper {
    width: 985px;
    margin: 0px auto;
    overflow: hidden;
}

.header_div {
    width: 100%;
    height: 108px;
    clear: both;
    margin-top: 20px;
}


.header_reg {
    float: right;
    display: inline;
    margin-top: 10px;
    text-align: right;
    margin-right: 10px;
    width: 260px;
}

.header_bnr {
    float: right;
    margin-top: 5px;
}

.header_bnr_mid {
    margin-top: 10px;
}

.header_bnr_mid_ad {
    margin-top: 8px;
}

.header_right_bottom {
    margin-left: 0px;
    margin-top: 40px;
    margin-right: 0px;
    padding-right: 0px;
    text-align: right;
}


.logo {
    margin-top: 0px;
    float: left;
    padding-top: 15px;
}

.banner {
    float: right;
    padding: 12px 0px 6px 0px;
    margin: 0px 0px 0px 0px;
    width: 728px;
    height: 90px;
}

.banner_left {
    display: inline;
    float: left;
}


.banner_right {
    border: 1px dotted #DDDDDD;
    float: right;
    line-height: 23px;
    margin-right: 8px;
    margin-top: 0px;
    padding: 5px 0px 2px 10px;
    width: 160px;
    text-align: left;
}

.banner_right * {
    line-height: 22px;
}

.feedback_block {
    float: right;
    background-color: Transparent;
    padding-right: 10px;
    padding-top: 4px;
}
/*** header ***/

.menu_select_box {
    width: 180px;
    background: none;
    border: solid 0px red;
}

.menu_select {
    position: relative;
    left: 100px;
    top: 1px;
    background: white;
    width: 70px !important;
    width: 60px;
    height: 25px;
    line-height: 25px;
    border: solid 1px #2652A4;
    border-bottom: solid 0px white;
    font-size: 14px;
    color: #2652A4;
    text-align: center;
    padding-left: 0px !important;
    padding-left: 10px;
}

.menu_link {
    float: right;
    background: none;
    width: 780px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #9BC9DF;
}



/*** sideleft ***/
#sideleft {
    float: left;
    width: 68%;
}

#sideright {
    float: right;
    width: 31%;
}

/* CSS Tabs */
/*.mainmenu {
	width:985px;
	height:26px;
	background:#E5ECF9;
	border-bottom:solid 0px #2652A4;

}*/
.mainmenu {
    background: #E5ECF9 none repeat scroll 0 0;
    border-bottom: none;
    margin: auto auto 2px;
    width: 985px;
    padding: 0px;
}

#navlist_main {
    padding: 0px;
    border-bottom: 1px solid #787888;
    font-size: 14px;
    margin: 0px;
    height: 25px;
    _margin-bottom: -1px; /*ie6*/
}

#navlist_main li {
    display: inline;
    margin: 0;
    padding: 0px;
}

#navlist_main li a {
    display: inline-block;
    border-bottom: medium none;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 1px;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 1px;
}

#navlist_main li a.current {
    /*display: inline-block;*/
    background-color: #FFFFFF;
    border-color: #787888 #787888 white;
    /*border-top-color: #000;*/
    border-style: solid;
    border-width: 1px;
    color: #666677;
    font-weight: bold;
    letter-spacing: 0;
    /*margin-left: 6px;
                margin-right: 10px;
                padding: 4px 8px;*/
}

/* Css Tabs end*/

#navlist {
    float: left;
    list-style: none;
    border-bottom: 1px solid #787888;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#navlist li {
    float: left;
    margin-left: 5px;
    list-style: none;
}

#navlist a:link, #navlist a:visited, #navlist a:active {
    float: left;
    padding: 3px 6px 1px 6px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #666677;
    background-color: #FFF6E2;
    border: 1px solid #787888;
    position: relative;
    top: 1px;
}

#navcontainer #navlist a.current {
    background-color: white;
    color: #666677;
    border-bottom: 1px solid white;
    cursor: default;
    font-weight: bold;
    letter-spacing: 0px;
}

#footer {
    border-top: 1px solid #E8E8E8;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 10px;
    height: 40px;
    text-align: center;
}

#foot a {
    padding-right: 10px;
}

#foot span {
    padding-right: 10px;
}
/*** common 公共样式，被多个频道用到的公共样式 ***/
.big {
    font-size: 14px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.indent {
    margin-left: 15px;
}

.white {
    color: white;
}

.red {
    color: red;
}

.gray {
    color: gray;
}

.green {
    color: green;
}

.clear {
    clear: both;
}

.pfs {
    height: 16px;
    width: 16px;
    border: 1px solid gray;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
/*** 个人小头像 ***/

/*** 各种超链接样式 ***/
a:link {
    color: #075DB3;
    text-decoration: underline;
}

a:visited {
    color: #075DB3;
    text-decoration: underline;
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
}

a:active {
    color: red;
    text-decoration: underline;
}

a.blue:link {
    color: #005FA9;
    text-decoration: underline;
}

a.blue:visited {
    color: #005FA9;
    text-decoration: underline;
}

a.blue:hover {
    color: #ffffff;
    text-decoration: none;
    background: #003399;
}

a.blue:active {
    color: #ffffff;
    text-decoration: none;
    background: #FF6240;
}

a.skyblue:link {
    color: #075DB3;
    text-decoration: underline;
}

a.skyblue:visited {
    color: #075DB3;
    text-decoration: underline;
}

a.skyblue:hover {
    color: red;
    text-decoration: underline; /*background: #3366CC*/
}

a.skyblue:active {
    color: red;
    text-decoration: none;
}

a.redlink:link {
    color: red;
    text-decoration: underline;
}

a.redlink:visited {
    color: red;
    text-decoration: underline;
}

a.redlink:hover {
    color: red;
    text-decoration: underline;
}

a.redlink:active {
    color: red;
    text-decoration: underline;
}

a.graylink:link {
    color: gray;
    text-decoration: none;
    background: #F0F0F0;
}

a.graylink:visited {
    color: gray;
    text-decoration: none;
    background: #F0F0F0;
}

a.graylink:hover {
    color: #ffffff;
    text-decoration: none;
    background: #003399;
}

a.graylink:active {
    color: red;
    text-decoration: none;
}

a.gray:link {
    color: gray;
    text-decoration: none;
}

a.gray:visited {
    color: gray;
    text-decoration: none;
}

a.gray:hover {
    color: gray;
    text-decoration: underline;
}

a.gray:active {
    color: red;
    text-decoration: none;
}

a.otherpage:link {
    color: #005FA9;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

a.otherpage:visited {
    color: #005FA9;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

a.otherpage:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background: #3366CC;
}

a.otherpage:active {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background: #FF6240;
}

.bt {
    /*width:100%;*/
    padding: 2px;
}

.bt li {
    padding: 2px;
    border-bottom: 1px dotted #DDDDDD;
}

/*** 各种块标题 ***/
.title_blue {
    margin: 0px auto 5px auto;
    color: black;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_blue.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-size: 304px;
}

.title_red {
    margin: 0px auto 5px auto;
    color: #5A1A03;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_red.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-size: 304px;
}

.title_yellow {
    margin: 0px auto 5px auto;
    color: #413A0C;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_yellow.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-size: 304px;
}

.title_pink {
    margin: 0px auto 5px auto;
    color: #413A0C;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_pink.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-size: 304px;
}

.title_green {
    margin: 0px auto 5px auto;
    color: #413A0C;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_green.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-size: 304px;
}

.title_gray {
    margin: 0px auto 5px auto;
    color: #413A0C;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_gray.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background-size: 304px;
}

#title_blue {
    margin: 0px auto 10px auto;
    color: #1F3E7C;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_blue.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}

#title_blue_big {
    margin: 0px auto 20px auto;
    color: #1F3E7C;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_blue_big.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}

#title_gray {
    margin: 0px auto 20px auto;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_gray.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}

#title_gray_big {
    margin: 0px auto 20px auto;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_gray_big.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}

#title_red {
    margin: 0px auto 20px auto;
    color: #5A1A03;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_red.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}

#title_yellow {
    margin: 0px auto 20px auto;
    color: #413A0C;
    font-size: 14px;
    font-weight: bold;
    background: url(/Images/bt_title_yellow.gif) no-repeat;
    border: solid 0px gray;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}

/*** 分页导航 ***/
#pages {
    float: right;
    font-size: 12px;
    padding-right: 12px;
}

#pages .currpage {
    color: #FF6240;
    font-size: 14px;
    font-weight: bold;
}

#pages .next {
    border: 2px solid #DDD;
    font-weight: bold;
}

#pages a {
    border: 1px solid #DDD;
    padding: 2px 4px;
    text-decoration: none;
}


/*tag standard*/
.tag0 {
    font-size: 11px;
}

.tag1 {
    font-size: 12px;
}

.tag2 {
    font-size: 13px;
}

.tag3 {
    font-size: 14px;
}

.tag4 {
    font-size: 15px;
}

.tag5 {
    font-size: 16px;
}

.tag6 {
    font-size: 17px;
}

.tag7 {
    font-size: 19px;
}

a.tag8:link, a.tag8:visited, a.tag8:active {
    font-size: 19px;
    color: #000066;
}

a.tag9:link, a.tag9:visited, a.tag9:active {
    font-size: 19px;
    color: #800000;
}

#guide h3 {
    color: #005FA9;
    font-size: 14px;
}

.navblue {
    color: #005FA9;
    font-size: 14px;
}

#wrapper_top_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #ccc;
    min-width: 1000px;
    height: 24px;
    line-height: 24px;
}

#top_mini_nav_block {
    color: gray;
    background-color: Transparent;
    padding-left: 10px;
    float: left;
    position: relative;
    padding-top: 3px;
    padding-bottom: 2px;
}

#top_mini_nav_block a {
    padding-left: 2px;
    padding-right: 2px;
}

#wrapper_top_block a {
}

.log_info {
    background-color: Transparent;
    padding-right: 10px;
}

#login_block, #user_block, #login_area, #link_logined, #logined_block {
    background-color: Transparent;
}

#logined_block {
    color: Gray;
}

#login_area a {
    margin: 0 3px;
}

#login_area {
    width: 350px;
    text-align: right;
    float: right;
    padding-right: 10px;
    color: gray;
    padding-top: 3px;
}

#login_area input {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #444;
}

#login_area div {
    background-color: Transparent;
}

#login_area #btn_login, #login_area #btn_reg {
    width: 40px;
}

#msg_count {
    color: red;
}

.dark_gray:link {
    color: #515151;
    text-decoration: none;
}

.dark_gray:visited {
    color: #515151;
    text-decoration: none;
}

.dark_gray:hover {
    color: #515151;
    text-decoration: underline;
}

.dark_gray:active {
    color: Red;
}

#login_area a:link, #login_area a:visited, #login_area a:active {
    color: #515151;
    text-decoration: none;
}

#login_area a:hover {
    color: #FF6600;
    text-decoration: underline;
}

#mini_nav_more {
    width: 64px;
    position: absolute;
    /*top:19px;
    left:349px;*left:361px;*/
    display: none;
    padding: 5px 0 0;
    background-color: #f8f8f8;
    top: 14px;
    left: -7px;
    *top: 15px;
}

#mini_nav_more li {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.8em;
    margin: 0;
    list-style: none;
}

#mini_nav_more_block {
    border: 1px solid #ccc;
    border-top-width: 0;
    background-color: #F8F8F8;
    padding-bottom: 4px;
}

#my_nav_more {
    width: 64px;
    position: absolute;
    top: 12px;
    left: -1px;
    display: none;
    padding: 7px 0 0;
    background-color: #f8f8f8;
}

.header_right_top {
    border: 1px dotted #DDDDDD;
    float: right;
    line-height: 20px;
    margin-right: 8px;
    margin-top: 4px;
    padding: 2px 0px 2px 8px;
    width: 210px;
    text-align: left;
}

small {
    font-size: 10px;
}

a.hot:visited,
a.hot:active,
a.hot:link,
a.hot:hover {
    color: red;
    font-size: 12px;
}

.ie8_image {
    vertical-align: middle;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#option {
    padding-left: 15px;
}

.RSS {
    padding-left: 20px;
    margin-right: 10px;
    background: url('/Images/icon_RSS.gif') no-repeat 0 0px;
    float: right;
    font-size: 12px;
    margin-top: -22px;
}

.RSS:link, .RSS:visited, .RSS:hover, .RSS:active {
    text-decoration: none;
}

#navcontainer {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

#sub_navcontainer {
    float: right;
    margin-top: 10px;
    margin-right: 50px;
}

#sub_navlist {
}

#sub_navlist li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px dotted #CCCCCC;
}

#sub_navlist a:link, #sub_navlist a:visited, #sub_navlist a:active {
}

#sub_navlist a.current {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#sub_navlist #sub_navlist_firt {
    border-left: medium none;
}

#news_list {
    margin-top: 20px;
}

.news_block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px dotted #ccc;
}

.action {
    width: 60px;
    float: left;
}

.diggit {
    width: 46px;
    height: 52px;
    background: url('/Images/upup.gif') no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
}

.diggnum {
    line-height: 2.2em;
    font-size: 14px;
    color: #075DB3;
}

.buryit {
    width: 46px;
    height: 52px;
    background: url('/Images/downdown.gif') no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
}

.burynum {
    line-height: 2.2em;
    font-size: 14px;
    color: #075DB3;
}

.digg_tip_detail {
    font-size: 12px !important;
    text-align: center;
    color: Red;
    word-wrap: break-word;
    word-break: normal;
    width: 112px;
}

.digg_tip_detail a {
    font-size: 12px !important;
}

.digg-tip {
    color: red;
    font-size: 12px !important;
    width: 50px;
}

.digg_gray_box {
    color: gray !important;
    font-size: 12px !important;
    padding-top: 5px;
}

.digg_gray {
    color: gray !important;
    text-decoration: underline;
    cursor: pointer;
}

.content {
    width: 580px;
    margin-right: 14px;
    float: right;
}

.news_entry {
    margin-bottom: 10px;
}

.news_entry a:link, .news_entry a:hover, .news_entry a:active {
    font-size: 14px;
}

.news_entry a:visited {
    font-size: 14px;
    text-decoration: underline;
}

.entry_summary {
    margin-left: 0px;
    word-break: break-word;
}

.news_pic {
    float: right;
    margin-top: -15px;
}

.entry_summary a:link, .entry_summary a:visited, .entry_summary a:active {
    text-decoration: none;
    color: #808080;
}

.entry_summary a:hover {
    text-decoration: underline;
}

.entry_footer {
    margin-left: 0px;
    color: #808080;
    margin-top: 10px;
}

.entry_footer a:link, .entry_footer a:visited, .entry_footer a:active {
    text-decoration: none;
    color: #808080;
}

.entry_footer a:hover {
    text-decoration: underline;
}

.entry_footer .comment {
    background: url('/Images/icon_comment.gif') no-repeat;
    padding-left: 18px;
    padding-right: 5px;
}

.entry_footer .view {
    background: url('/Images/icon_arrow.gif') no-repeat;
    padding-left: 18px;
    padding-right: 5px;
    color: gray;
}

.entry_footer .tag {
    background: url('/Images/icon_tag.gif') no-repeat;
    padding-left: 18px;
}

#sideright {
    margin-top: 45px;
}

#sideright li {
    list-style: none;
    margin-left: 4px;
    overflow: hidden;
}

#newsRSS {
    text-align: right;
    margin-top: -33px;
    _margin-top: -31px;
    margin-bottom: 0px;
    padding-right: 10px;
    position: relative;
    padding-bottom: 0px;
    height: 18px;
    vertical-align: baseline;
    width: 170px;
}

#newsRSS a:link, #newsRSS a:visited, #newsRSS a:hover, #newsRSS a:active {
    text-decoration: none;
}

#newsRSS span {
    position: relative;
    top: -5px;
}

.navlink {
    margin-left: 15px;
    margin-top: 40px;
}

#option {
    margin-top: 15px;
}

#option a {
    font-size: 14px;
}

.side_block {
    margin-top: 20px;
}

.side_block img {
    max-width: 100%;
}

.side_block .sidebar-banner img  {
    width: 300px;
    height: 250px;
}

.block_list li {
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.block_list a {
    text-decoration: none;
}

.side_comment_info {
    text-indent: 2em;
    color: #C0C0C0;
    text-align: right;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e0e0e0;
    width: 97%;
}

.side_comment_info a:link, .side_comment_info a:visited, .side_comment_info a:hover, .side_comment_info a:active {
    color: #075DB3;
}

.topnews li {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    color: #808080;
}

#best_comment {
    margin-top: 15px;
}

#best_comment li {
    margin-bottom: 15px;
}

.a4content {
    text-align: center;
    margin-bottom: 10px;
}

#news_e2 img {
    width: 300px;
}


/*** detail页面 ***/
#guide {
    margin-top: 10px;
    margin-left: 0px;
    float: left;
}

#guide h3 {
    font-weight: normal;
    font-size: 14px;
}

#guide h3 a {
    font-size: 14px;
    text-decoration: none;
}

#news_main {
    margin-top: 45px;
    background-color: #FAFAFA;
    padding: 0px 10px 20px 10px;
    border-top: solid 1px #E8E8E8;
    border-left: solid 1px #E8E8E8;
    border-right: solid 1px #E8E8E8;
    border-bottom: solid 1px #E8E8E8;
}

#news_title {
    clear: both;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    border-bottom: 1px solid #E1E1E1;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

#news_title a:link, #news_title a:active, #news_title a:visited, #news_title a:hover {
    color: #494949;
    text-decoration: none;
    font-size: 20px;
}


h1 a:link, h1 a:visited, h1 a:active {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #494949;
}

h1 a:hover {
    color: red;
}


#news_info {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

/* news_content begin */
#news_content {
    font-size: 14px;
    border-bottom: 0px solid #B2B2B2;
    line-height: 1.5em;
}

#news_content * {
    font-size: 14px;
}

#news_content .news_pic {
    margin: 0 5px 5px 5px;
}

#news_content .diggword {
    margin-top: 30px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

#news_content .share_block {
    padding-top: 6px;
    font-size: 12px;
    color: Gray;
}

#news_content .share_block img {
    margin: 0px 3px;
    border: none;
    position: relative;
    top: 2px;
}

/* news_content end */

/*news_body begin*/

#news_body {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 180%;
    overflow: hidden;
    color: #404040;
    word-break: break-word;
}

#news_body .indent {
    margin-left: 0px;
}

#news_body span {
    line-height: 180%;
    color: #404040;
}

#news_body dl {
    line-height: 180%;
}

#news_body dl dt {
    line-height: 180%;
}

#news_body dl dd {
    line-height: 180%;
}

#news_body p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 180%;
    color: #404040;
}

#news_body img {
    max-width: 100%;
    height: auto;
}

#news_body .topic_img {
    max-width: 150px;
    margin-top: 15px;
}

/*#news_body table {
margin:0px auto;
}
#news_body td {
text-align:left;
line-height:150%;
line-height:180%;
padding-left:5px;
color:#404040;
}*/

#news_body table {
    margin: 0px auto;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
}

#news_body th, #news_body td {
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    padding: 3px;
    font-size: 12px !important;
}

#news_body td p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#news_body li {
    line-height: 180%;
}

#news_body h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 180%;
}

#news_body br {
    line-height: 10px;
}

#news_body a:link, #news_body a:visited, #news_body a:active {
    color: #005FA9;
    text-decoration: none;
    word-break: break-word;
}

#news_body a:hover {
    text-decoration: underline;
    word-break: break-word;
}

#news_body a b {
    color: #005FA9;
}

#news_body a strong {
    color: #005FA9;
}

#news_body strong {
    color: #404040;
}

#news_body ul {
    list-style-type: disc;
    /*margin: 15px 2px 15px 45px;*/
    margin: 0 2px 0 45px;
}

#news_body blockquote ul {
    margin-left: 25px;
}

#news_body .noindent {
    margin-left: 0;
    padding-left: 20px;
}

#news_body ul li {
    line-height: 1.8;
}

#news_body ol {
    list-style-type: decimal;
    margin: 5px 2px 5px 50px;
}

#news_body blockquote ol {
    margin-left: 20px;
}

#news_body div {
    line-height: 1.8;
}

#news_body blockquote {
    background: none;
    border-left: 3px solid #e2dfdf;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin: 10px 0;
    padding: 5px 25px;
    color: #555;
}

#news_body blockquote p {
    color: #555555
}

#news_body h1 {
    margin: 5px auto 5px auto;
    padding: 0;
    font-size: 14px;
}

#news_body h2 {
    margin: 5px auto 5px auto;
    padding: 0;
    font-size: 14px;
}

#news_body h3 {
    margin: 5px auto 5px auto;
    ;
    padding: 0;
    font-size: 14px;
}

#news_body h4 {
    margin: 5px auto 5px auto;
    padding: 0;
    font-size: 14px;
}

#news_content sup {
    font-size: 8px;
}

/*#news_body em{font-style:normal;font-weight:600;}*/
/* news_body end */


#news_info .news_poster {
    margin-right: 5px;
}

#news_info .comment, #news_info .time, #news_info .view, #news_info .wz {
    margin-right: 10px;
}

.comment-vote-tips {
    color: Red;
}

.comment-vote-tips a {
    margin-left: 0 !important;
}

#come_from {
    font-size: 12px;
    text-align: left;
    color: gray;
    float: left;
    margin-top: 0px;
    margin-left: 14px;
}

#comment_tips {
    border-bottom: 1px dotted #C0C0C0;
    border-top: 1px dotted #C0C0C0;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding: 5px 0px;
    text-transform: uppercase;
}

#come_from a {
    font-size: 12px;
}

#tags {
    background: #F2F2F2 none repeat scroll 0%;
    border-bottom: 1px solid #B2B2B2;
    border-top: 2px solid #B2B2B2;
    color: gray;
    font-size: 12px;
    line-height: 10px;
    margin: 0px 0px 60px;
    padding: 10px;
    width: 97%;
}

#comment_desc {
    font-size: 12px;
    margin-top: 10px;
}

#comment_total {
    margin-top: 12px;
    margin-bottom: 5px;
}

#panelSort {
    float: right;
}

.qitem_reply {
    margin-left: 20px;
}

.qitem_reply #txtContent {
    width: 450px;
    height: 135px;
}

#news_otherinfo {
    margin: 25px;
}

#up_down {
    float: right;
    text-align: right;
    margin-bottom: 10px;
    margin-left: 70px;
    font-size: 12px;
}


.diggit {
    float: left;
}

.buryit {
    float: left;
    margin-left: 20px;
}


#news_feedback {
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #B2B2B2;
}

#up_down .diggnum {
    color: #F60;
}

#news_feedback {
}

#tabFeedback td {
    padding: 2px;
    font-size: 14px;
}

#tabFeedback #tdName, #tabFeedback #tdWeb, #tabFeedback #tdComment {
    width: 4em;
    text-align: center;
}


#txtName, #txtWeb {
    border: 1px solid #808080;
    width: 216px;
    padding-left: 5px;
    padding-top: 5px;
    height: 1.5em;
    font-size: 12px;
}

#taComment {
    border: 1px solid #808080;
    width: 516px;
    height: 122px;
    padding: 5px;
}


#tdSubmit {
    text-align: center;
}

#btnComment {
    width: 8em;
    height: 2em;
    font-size: 12px;
    margin-top: 5px;
}

.user_comment {
    margin-top: 10px;
    border-bottom: 1px solid #B2B2B2;
    width: 625px;
    overflow: hidden;
}

.commenter_info {
}

.commenter_info span {
    color: #808080;
}

.floor {
    font-weight: bold;
}

.comment_main {
    margin-top: 5px;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 1em;
    padding-bottom: 10px;
    background: url('/Images/comment.gif') no-repeat;
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.6;
}

#comment_main {
    padding-left: 15px;
    padding-right: 10px;
}

.comment_option {
    padding-left: 40px;
    line-height: 2em;
}

.comment_option .inneroption {
    float: right;
}

.comment_option a:link, .comment_option a:visited, .comment_option a:hover, .comment_option a:active {
    text-decoration: none;
}

.comment_option .redlink {
    margin-left: 10px;
}

.comment_feedback {
    margin-right: 20px;
    margin-left: 30px;
}

.commenter_list_sub li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-top: 10px;
    background: url('../../common/comment_sub.gif') no-repeat;
}

.post_comment_sub {
    margin-left: 35px;
    margin-bottom: 10px;
}

.commenter_sub .grayBG {
    margin-left: 2em;
}

.post_comment_sub .txtSubPost {
    width: 510px;
    height: 43px;
}

.post_comment_sub .btnSubPost {
    font-size: 12px;
    width: 60px;
}

.comment-error {
    margin-left: 20px;
    margin-bottom: 10px;
}

#searchBar_right {
    margin-bottom: 0px;
    padding-left: 5px;
    margin-top: 20px;
}

#txtKeyword {
    width: 180px;
    border: 1px solid #b2b2b2;
    height: 22px;
    padding: 2px 2px 0 2px;
}

#btnSearch {
    font-size: 12px;
    width: 4em;
    height: 25px;
}

.side_comment {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
}

.side_comment_poster_dpage {
    color: #b2b2b2;
}

.side_comment_dpage {
    margin-top: 5px;
    margin-bottom: 5px;
}

.side_comment_option_dpage {
    line-height: 1.8em;
    border-bottom: 1px solid #b2b2b2;
    text-align: right;
}

.side_comment_option_dpage a {
    margin-left: 10px;
}

.side_comment_option_dpage .redlink:link {
    text-decoration: none;
}

.side_comment_option_dpage .redlink:hover {
    text-decoration: underline;
}

#more_tag_news {
    /*float:right;*/
    font-size: 12px;
    margin-top: 15px;
    padding-left: 10px;
}

/*** 新闻投递 ***/
#newspost_area {
    margin-top: 20px;
    font-size: 14px;
}

/*.#tabNewsPost td{
	font-size:14.7px;
	padding-top:4px;
	padding-right:8px;
	text-align:left;
	vertical-align:top;
	border:0px solid black;
}*/

#tabNewsPost .pl_l {
    font-size: 14px;
    width: 5em;
}

#DivTagLayer {
    background: #FAFAFA;
    position: absolute;
    border: 1px solid gray;
    display: none;
    width: 200px !important;
    width: 230px;
    padding: 5px 10px;
    z-index: 100;
    line-height: 180%
}


.btnchgo {
    border: 1px solid #075DB3;
    padding: 3px 6px 2px 6px;
    cursor: pointer;
    *position: relative;
    *top: -3px;
}


#newspost_area #txtContent {
    font-size: 14.7px;
    color: #000000;
    border: 1px solid #ccc;
    width: 530px;
    height: 345px;
}


#lbPicname {
    position: absolute;
    right: 1px;
    top: -15px;
}

#postnotice {
    margin-top: 10px;
}


#tips ul {
    line-height: 160%;
    margin-left: 5px;
}

#tips li {
    list-style-type: decimal;
    margin-left: 20px;
    padding-top: 5px;
}


.WarningTips, .CompleteTips {
    display: inline;
    color: red;
}

/*** poppicture ***/

#poppicture {
}

#poppicture #navcontainer {
    margin-top: 15px;
    margin-right: 25px;
}

#poppicture #poppic_list {
    width: 627px;
    height: 350px;
    overflow: auto;
    margin: 15px 0px 10px 20px;
}

#poppic_list li {
    float: left;
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    text-align: center;
}

#poppic_list img {
    max-width: 150px;
}

#poppicture #pages {
    margin-top: 15px;
}

.dict_list {
    font-size: 13px;
}

.blue {
    color: #005FA9;
}

#adright {
    width: 250px;
    height: 150px;
}

#detail_rightlink {
    padding-left: 10px;
    font-size: 12px;
    color: Gray;
    margin-top: 3px;
}

.audit_tips {
    margin-top: 0px;
    *margin-top: 10px;
    padding-top: 0px;
    float: right;
    padding-right: 5px;
}

#comments_list_block {
    margin-top: 15px;
    border-bottom: 1px solid #B2B2B2;
    width: 650px;
}

.comment_block {
    border: 1px solid #e1e1e1;
    width: 650px;
    border-bottom: 0px solid white;
}

.comment_title_block {
    padding: 5px 10px 0px 10px;
    height: 24px;
    line-height: 24px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e1e1e1;
}

.wz:link, .wz:visited, .wz:hover, .wz:active {
    text-decoration: none;
}

.span_wz {
    padding-left: 10px;
    padding-right: 10px;
}

.friendlink {
    margin-top: 100px;
    border-top: dotted 1px #CCCCCC;
    padding-top: 10px;
    padding-left: 80px;
    line-height: 150%;
}

.friendlink a {
    padding-right: 10px;
}

.rela_link a {
    /*display:block;*/
    border-bottom: 1px dotted #CCCCCC;
    line-height: 27px;
    margin-bottom: -18px;
    margin-left: 10px;
    text-decoration: none;
}

.rela_link {
    margin-top: 8px;
    margin-bottom: 8px;
}

.preface {
    border: 1px dotted #BFBFBF;
    font-size: 14px;
    line-height: 160%;
    margin: 0px 0px 0px 25px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    width: 570px;
}

.preface2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEBED;
    color: #787878;
    line-height: 18px;
}


.listItem {
    padding: 0 0 0 0.5em;
}

/*#news_body table {
	border-top:1px solid #000;
	border-right:1px solid #000;
	margin:1em auto;
	border-collapse:collapse;
	}

 #news_body td {
	color:#678197;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	padding:.3em 1em;
	text-align:center;
	}
	*/

a.layer_num:link {
    color: #808080;
    text-decoration: underline;
    font-weight: bold;
}

a.layer_num:visited {
    color: #808080;
    text-decoration: underline;
}

a.layer_num:hover {
    color: #808080;
    text-decoration: underline;
}

a.layer_num:active {
    color: red;
    text-decoration: underline;
}

#div_zzk {
    margin-top: 47px;
}

.input_zzk {
    width: 200px;
    height: 20px;
    vertical-align: middle;
}

#btnZzk {
    font-size: 13px;
    padding: auto;
    vertical-align: middle;
}

#side_right_search {
    width: 300px;
    margin-left: 2px;
}

#side_right_search input {
    vertical-align: middle;
}

.side_right_search_q {
    height: 22px;
    width: 210px;
}

.side_right_search_sa {
    height: 30px;
    line-height: 22px;
    width: 76px;
    -webkit-appearance: button;
}

.relative_content li {
    padding: 2px;
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.relative_content a {
    text-decoration: none;
}

.news_home_navlink {
    margin-left: 15px;
}

#news_home_zzk {
}

.double-line {
    height: 10px;
}

#pager {
    font-size: 12px;
    margin: 25px 0;
    padding-right: 30px;
    text-align: right;
}

#pager a {
    border: 1px solid #9AAFE5;
    color: #2E6AB1;
    margin-left: 0px;
    margin-right: 4px;
    padding: 2px 5px;
    text-decoration: none;
}

#pager span.current {
    background-color: #2E6AB1;
    border: 1px solid navy;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 2px 5px;
}

.pager {
    font-size: 12px;
    margin: 25px 0;
    padding-right: 30px;
    text-align: right;
}

.pager a {
    border: 1px solid #9AAFE5;
    color: #2E6AB1;
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
}

.pager .current {
    background-color: #2E6AB1;
    border: 1px solid navy;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 2px 5px;
}

.banner_right li {
    list-style: none;
    padding-bottom: 4px;
}

.banner_right ul {
}

.side_ad_text {
    margin-top: 5px;
    text-align: center;
}

#come_from a:link, #come_from a:active, #come_from a:visited {
    color: Gray;
    text-decoration: none;
}

#come_from a:hover {
    color: Gray;
    text-decoration: underline;
}

#news_more_info {
    margin-left: 0px;
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

#news_more_info a:link, #news_more_info a:active, #news_more_info a:visited {
    font-size: 13px;
    text-decoration: none;
}

#news_more_info a:hover {
    text-decoration: underline;
}

#news_more_info span {
    font-size: 13px;
}

.news_tags {
    margin-top: 10px;
}

.list_yesterday_news ul li {
    line-height: 2;
}

/* CodeHighlighter Begin */
.cnblogs_code {
    background-color: #F5F5F5;
    font-family: Courier New !important;
    font-size: 12px !important;
    border: 1px solid #CCCCCC;
    padding: 10px;
    word-break: break-word;
    overflow: auto;
}

.cnblogs_code pre {
    font-family: Courier New !important;
    font-size: 12px !important;
}

.cnblogs_code div {
    background-color: #F5F5F5;
    font-family: Courier New !important;
    font-size: 12px !important;
}

.cnblogs_code span {
    font-family: Courier New !important;
    font-size: 12px !important;
}

.cnblogs_code_Collapse {
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
    background-color: #FFF;
    padding: 2px;
}

.cnblogs_code_collapse {
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
    background-color: #FFF;
    padding: 2px;
}

.cnblogs_code_hide {
    display: none;
}

.code_img_closed {
    vertical-align: middle;
    padding-right: 5px;
}

.code_img_opened {
    vertical-align: middle;
    padding-right: 5px;
}

.cnblogs_code_open {
    margin-top: 5px;
}

/* CodeHighlighter End */
.r_news {
    margin-bottom: 5px;
    line-height: 1.6em;
}

.ad_body_under {
    margin-left: 15px;
}

.news_tlist_item {
    line-height: 30px;
    font-size: 12px;
    color: #9C9C9C;
}

.news_tlist_item a {
    font-size: 14px;
}

.news_tlist_item a:link, .news_tlist_item a:active {
    color: #00279F;
    text-decoration: none;
}

.news_tlist_item a:hover {
    color: red;
    text-decoration: underline;
}

.news_tlist_item a:visited {
    color: #60128D;
    text-decoration: none;
}

.n_item_date {
    font-size: 12px;
    color: Gray;
}

.n_list_img {
    vertical-align: middle;
}

#panelLogin {
    margin-left: 20px;
}

#news_body blockquote.quote_border {
    background: none;
    border: 2px solid #EFEFEF;
    color: #555555;
    margin-left: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.Text td {
    line-height: 40px;
}

.img_list {
    text-align: center;
}

.img_list li {
    display: inline;
    list-style-type: none;
}

#article_A4area {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px dashed #CCCCCC;
    height: 20px;
    margin: 15px auto;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    text-align: center;
    width: 588px;
    letter-spacing: 1px;
}

#shareA4 {
    font-size: 14px;
    width: 320px;
}

#shareA4 b {
    color: #075DB3;
}

#shareA4 a:link, #shareA4 a:active, #shareA4 a:visited {
    font-size: 14px;
    text-decoration: none;
}

#shareA4 a:hover b {
    text-decoration: underline;
    color: #FF6600;
}

#shareA4 .fl {
    display: inline;
    float: left;
}

#sharebox {
    display: inline;
    float: right;
    line-height: 1.5em;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 12px;
}

#sharebox a:visited,
#sharebox a:link {
    text-decoration: none;
}

#sharebox img {
    margin: 0px 3px;
    border: none;
    position: relative;
}

#green_channel_favorite {
    display: inline-block;
    width: 22px;
    height: 16px;
    line-height: 16px;
    padding: 3px 8px;
    margin-bottom: 5px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
    vertical-align: middle;
    background-color: #ffb515;
    color: #fff !important;
    border: none !important;
    border-radius: 25px;
    -moz-border-radius: 25px; /* Old Firefox */
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.r_title {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

.prevnext_block {
    border-top: 1px dotted #CCCCCC;
    line-height: 2em;
    padding: 10px 0;
}

a.common_link:link, a.common_link:visited, a.common_link:active {
    color: #005FA9;
    text-decoration: none;
}

a.common_link:hover {
    color: #FF6600;
    text-decoration: underline;
}

.ad_right_text * {
    margin-left: 15px;
    line-height: 180%;
}

.topic_img {
    float: right;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    max-width: 150px;
}

.entry_summary .topic_img {
    max-height: 80px;
}

#news_body .img_border img {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 4px;
    margin-bottom: 2px;
}

#news_body .entry img {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 4px;
    margin-bottom: 2px;
}

.today_begin {
    border-top: 1px dotted #BBBBBB;
    padding-top: 20px;
}

#goTop {
    bottom: 20px;
    margin: 0 auto;
    position: fixed;
    margin-left: 945px;
}

#viewType {
    bottom: 60px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    margin-left: 948px;
}

#viewType a {
    position: absolute;
    height: 15px;
}

a.hot:link {
    color: Red;
    text-decoration: none;
}

a.hot:visited {
    color: Red;
    text-decoration: none;
}

a.hot:hover {
    color: Red;
    text-decoration: underline;
}

a.hot:active {
    color: Red;
    text-decoration: none;
}

table.tb_mvp {
    border: 2px solid #EFEFEF;
    color: #555555;
    padding: 5px;
}

table.tb_mvp td {
    height: 35px;
}

table.tb_mvp p {
    color: #555;
}

.news_detail_opt {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0px;
}

.news_detail_opt a {
    padding: 0px 4px;
}

.comment_quote {
    padding: 5px 5px 5px 5px;
    border: 1px solid #DDD;
}

/*.news_entry a:visited{color:#60128D;text-decoration:underline;}*/

.rss_sub a {
    padding-right: 5px;
}

.rss_sub img {
    vertical-align: middle;
}

#rss_sub_top {
    margin-bottom: 10px;
}

#rss_sub_bottom {
    margin-left: 10px;
}

#cate_news a {
    padding-right: 5px;
}

.mvp_list li {
    float: left;
    list-style: none outside none;
    padding-bottom: 5px;
    width: 100px;
}

#news_body .mvp_list td {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*-----------2011/1/10--------------*/
.sharetooltip {
    width: 135px;
    height: 23px;
    line-height: 23px;
    background: transparent url('/Images/sharebg.png') no-repeat;
}

.sharetooltip a {
    padding-top: 2px;
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-indent: 35px;
    text-decoration: none;
}

.sharetooltip a:hover {
    text-decoration: none;
    color: #800000;
    display: block;
    cursor: pointer;
}

#job_recommend_list span {
    color: Gray;
}

.banner_ad {
    margin-left: -415px;
    margin-top: -210px;
    position: absolute;
}

.ul_mvp_list {
    width: 600px;
}

.ul_mvp_list li {
    list-style: none;
    float: left;
    width: 70px;
    height: 35px;
}

.news_entry {
    font-size: 14px;
}

.news_entry a {
    color: #075DB3;
    font-weight: bold;
}

.news_entry a:visited {
    color: #551A8B;
}

.news_entry a:hover {
    color: red;
    text-decoration: underline;
}

.sideright_home input[type="text"] {
    margin-right: 5px;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

ul.bt li {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    width: 290px;
}

.comment_option .inneroption a {
    margin-left: 8px;
}

.comment_option .inneroption a:hover {
    text-decoration: underline !important;
}

.comment-author {
    margin: 0 5px;
}

.width150 li {
    width: 150px;
}

.side-a1-text > ul {
    padding: 2px;
}

.side-a1-text a:link, .side-a1-text a:active, .side-a1-text a:visited {
    text-decoration: none;
}

.side-a1-text a:hover {
    text-decoration: underline;
}

.check-type {
    float: right;
    padding-right: 10px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.check-type img {
    width: 23px;
    vertical-align: middle;
}

.today_news_btn {
    text-align: right;
    width: 250px;
    padding-top: 10px;
}

.today_news_btn a {
    font-size: 14px;
}

.today_news_btn span {
    font-size: 14px;
}

p img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.news-prev {
    margin-right: 8px;
}

.comment-audit-status {
    color: #777;
}

.commenter_info .vip-logo {
    height: 12px;
    vertical-align: middle;
    margin-left: -5px;
}

#e1 img {
    width: 728px;
    height: 90px;
}

#e5 img {
    width: 468px;
    height: 60px;
}