@charset "utf-8";

/* CSS Document */


/*内容开始*/

.main_content {
    width: 980px;
    margin: 0 auto;
    padding-top: 32px;
    width: 1200px;
    /* min-height: 701px; */
    overflow: hidden;
    background: #fff;
}


/*内容左边开始*/

.main_content_left {
    float: left;
    width: 248px;
    height: 679px;
    font-size: 18px;
    font-weight: bold;
    background: #F1F1F1;
}

.main_content_left a {
    color: #224ba2;
    text-decoration: none;
}

.m_hover a {
    color: #fff;
}

.m_span1 {
    display: block;
    height: 58px;
    line-height: 58px;
    background: url(main_content_l_img1_6.15.jpg) no-repeat;
    text-align: center;
    color: #fff;
}

.m_span1 img {
    position: absolute;
    z-indent: 1;
}

.m_span1 p {
    position: relative;
    z-indent: 9;
    text-align: center;
    line-height: 58px;
}

.m_span1 a {
    color: #fff;
}

.m_ul {
    margin: 0 auto;
    padding-top: 20px;
    width: 198px;
}

.m_ul li {
    margin-bottom: 12px;
    height: 40px;
    line-height: 40px;
    background: url(main_content_l_img3_6.15.jpg) no-repeat;
    text-align: center;
    color: #224ba2;
}

.m_ul li a {
    color: #224ba2;
    text-decoration: none;
}

.m_ul li.m_hover {
    background: url(main_content_l_img2_6.15.jpg) no-repeat;
    color: #fff;
}

.m_ul li.m_hover a {
    color: #fff;
    text-decoration: none;
}

.m_ul li img {
    position: absolute;
    z-indent: 1;
}

.m_con_l_ul_span1 {
    display: block;
    position: relative;
    z-indent: 9;
    text-align: center;
    line-height: 41px;
}


/*内容左边结束*/


/*内容右边开始*/

.main_content_right {
    float: left;
    width: 932px;
    height: auto;
    margin-left: 10px
}

.m_con_r_h {
    padding-left: 20px;
    width: 932px;
    height: 54px;
    line-height: 55px;
    text-align: left;
    color: #979797;
}

.m_con_r_h img {
    margin-top: -3px;
}

.m_con_r_h a {
    color: #979797;
}

.m_con_r_h a:hover {
    color: #0f5cd5;
}

.main_content_h1,
.main_content_p {
    margin: 0 auto;
    width: 892px;
    padding: 0px 20px 0px 20px;
    line-height: 25px;
}

.main_content_h1 {
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #f21313;
    border-bottom: 1px solid #dadada;
    width: 93%;
}

.main_content_h1 span {
    font-size: 12px;
    color: #7a7979;
    pading-bottom: 5px;
}

.main_content_p {
    padding: 10px 0px;
}

.main_content_share {
    width: 95%;
    line-height: 50px;
    text-align: right;
}

.main_content_share a {
    color: #4d4d4d;
}

.main_content_share a:hover {
    color: #;
}

.pager {
    width: 95%;
    line-height: 28px;
    color: #333333;
    float: left;
    font-size: 12px;
    padding-left: 20px;
}

.pager a:link,
.pager a:visited,
.pager a:active {
    color: #333333;
}

.pager a:hover {
    color: #f00;
    text-decoration: underline;
}

.relation {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.relation p {
    width: 95%;
    float: left;
    line-height: 30px;
    border-top: 2px solid #c41710;
    background: none;
    color: #c41710;
    font-weight: bold;
    font-size: 14px;
    padding: 0px
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    top: 0;
    left: 0;
}

.reveal-modal {
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee url('modal-gloss.png') no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal p {
    font-size: 14px;
}

.reveal-modal img {
    width: 648px;
    height: 195px;
    clear: both;
    display: block;
    margin: 0 auto
}

.reveal-modal input {
    width: 210px;
    margin: 0 auto
}


/*内容右边结束*/


/*内容结束*/