@charset "gb2312";
/*global*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

fieldset, img {
    border: 0;
}

html {
    text-align: left;
}

body {
    margin: 0px auto 0px;
    color: #333333;
    font: 14px "宋体", Arial, "黑体";
    text-align: left;
    background-color: #FFFFFF;
}

* html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/* IE6 fixed box hack */
/*************基本样式**************/
td, div {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

div, ul, ol, li, dl, dt, dd, img, p, * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0;
}

.floleft {
    float: left;
}

.floright {
    float: right;
}

.textc {
    text-align: center;
}

.fs12 {
    font-size: 12px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs30 {
    font-size: 30px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.lh40 {
    line-height: 40px;
}

.yh {
    font-family: "Microsoft YaHei";
}

.cl {
    clear: both;
    height: 0;
    _height: 0px;
    line-height: 0;
    font-size: 0px;
    _overflow: hidden
}

.pa10 {
    padding: 10px;
}

.pa5 {
    padding: 5px;
}

.pa3 {
    padding: 3px;
}

.pa_top_5 {
    padding-top: 5px;
}

.pa_top_10 {
    padding-top: 10px;
}

.pa_top_15 {
    padding-top: 15px;
}

.pa_bottom_15 {
    padding-bottom: 15px;
}

.ma_top_5 {
    margin-top: 5px;
}

.ma_left_5 {
    margin-left: 5px;
}

.ma_top_10 {
    margin-top: 10px;
}

.ma_top_15 {
    margin-top: 15px;
}

.ma_left_15 {
    margin-left: 15px;
}

.ma_right_15 {
    margin-right: 15px;
}

a {
    outline: none; /*for-ff*/
    hide-focus: expression(this.hideFocus=true); /*for-ie*/
}

a:active {
    text: e-xpression(target=” _blank ”);
}

/**************全局链接样式**************/
a {
    color: #3e3e3e;
    text-decoration: none;
}

a:hover {
    color: #d00203;
    text-decoration: underline;
}

/*************布局样式**************/
.hd_top {
    width: 100%;
    border-top: 5px solid #38a548;
    background: #f7f7f7;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.hd_top1 {
    width: 1000px;
    height: 5px;
    background: url(http://news.youth.cn/images/youth_sjy_01.jpg) no-repeat;
    margin: -5px auto;
}

.hd_top_box {
    height: 40px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.hd_top_box a {
    padding: 0 10px;
    font-size: 12px;
    color: #666666;
}

/*top样式*/
/*copyright*/
.youth_copyright {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}

.youth_copyright span {
    width: 700px;
    padding: 10px 10px 0px 0px;
    color: #999;
    float: left;
    text-align: right;
    line-height: 36px;
}

.youth_copyright span a {
    color: #999;
}

.youth_copyright p a {
    color: #0b4d97;
}

.youth_copyright p a:hover {
    color: #857f81;
}

.youth_copyright p {
    text-align: center;
    line-height: 40px;
    color: #0b4d97;
}

