.info_top_site {
    width: 1200px;
    height: 80px;
    line-height: 80px;
    color: #999999;
    text-align: right;
    margin: 0 auto;
    padding-top: 10px;
}

    .info_top_site .info_top_site_menunow {
        width: 50%;
        height: 36px;
        line-height: 36px;
        border-left: 5px solid #006db8;
        text-align: left;
        float: left;
        font-size: 22px;
        font-weight: 500;
        color: #333;
        padding-left: 20px;
        margin-top: 20px;
    }

        .info_top_site .info_top_site_menunow a {
            color: #333;
            font-size: 16px;
        }

            .info_top_site .info_top_site_menunow a:hover {
                color: #333;
            }

    .info_top_site .info_top_site_menu {
        width: 50%;
        height: 50px;
        text-align: right;
        float: left;
        font-size: 16px;
    }
        .info_top_site .info_top_site_menu img {
            width: 14px;
            height: 14px;
            margin-right: 5px;
            vertical-align: -1px;
        }
        .info_top_site .info_top_site_menu a {
            color: #999999;
        }

            .info_top_site .info_top_site_menu a:hover {
                color: #006db8;
            }

.info_top_menu {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #333333;
    margin-top: -80px;
}

    .info_top_menu .info_top_menuname {
        width: 10%;
        float: right;
        border-bottom: 1px solid #006db8;
        margin-top: -1px;
    }

.info_content {
    width:1200px;
    margin:0 auto;
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    border-radius: 5px;
}

    .info_content .content_title {
        font-size: 25px;
        color: #333333;
        text-align: center;
        height: auto;
        line-height: 38px;
        padding-left:50px;
        padding-right:50px;
        margin-top:30px;
    }
    .info_content .content_subtitle {
        font-size: 20px;
        color: #333333;
        text-align: center;
        padding-top: 3px;
        line-height: 38px;
    }
    .info_content .content_author {
        font-size: 14px;
        color: #999999;
        text-align: center;
        height: 46px;
        line-height: 46px;
        margin: 24px 35px 40px 35px;
        border-bottom: 1px dashed #ccc;
        border-top: 1px dashed #ccc;
    }
        .info_content .content_author .weixin{
             height: 18px;
             width: 18px;
             display: inline-block;
             margin:0px 3px;
             background: url(../images/home/fx_icon.png) 0px 0px no-repeat;
        }
        .info_content .content_author .qq{
             height: 18px;
             width: 18px;
             display: inline-block;
             margin:0px 3px;
             background: url(../images/home/fx_icon.png) -45px 0px no-repeat;
        }
        .info_content .content_author .sina{
             height: 18px;
             width: 18px;
             display: inline-block;
             margin:0px 3px;
             background: url(../images/home/fx_icon.png) -23px 0px no-repeat;
        }

.info_content .content_info {
    margin-left: 35px;
    margin-right: 35px;
    line-height: 30px;
    color:#666;
    padding-bottom:20px;
}
    .info_content .content_info .content_info_pto {
        width: 100%;
        height: 280px;
        text-align: center;
        margin-bottom: 20px;
    }
        .info_content .content_info .content_info_pto img {
            height: 280px;
            text-align: center;
        }
    .info_content .content_files {
        height: auto;
        margin-left: 30px;
        margin-right: 30px;
        border-top: 1px dotted #ccc;
        padding-top:8px;
        padding-bottom:8px;
    }
        .info_content .content_files a {
            color: #006db8;
        }
        .info_content .content_files img {
            margin-left: 5px;
            width: 20px;
            height: 20px;
            vertical-align: -4px;
        }
    .info_content .content_prv {
        border-top: 1px solid #ccc;
        height: 100px;
        line-height: 35px;
        padding-left: 20px;
        padding-top: 15px;
        color: #333;
    }

        .info_content .content_prv a {
            color: #006db8;
        }