*{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 微软雅黑,serif;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    border: none;
}

body{
    min-width: 1200px;
    background-color: #D4EAF5;
}

.con{
    width: 1200px;
    margin: 15px auto;
    padding: 25px 10px;
    position: relative;
    background-color: #ffffff;
}

.pos{
    font-size: 18px;
    color: #000;
    border-left: 4px solid #38a8ff;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article{
    width: 1130px;
    margin: 40px auto;
}

.article h1{
    font-size: 30px;
    color: #2e2e2e;
    margin-bottom: 0px;
    text-align: center;
	line-height: 40px;
}
.article h2{
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 30px;
    text-align: center!important;
}
.info{
    width: 100%;
    font-size: 16px;
    color: #838383;
    line-height: 40px;
    border-bottom: solid 1px #a9c8db;
}

.info span{
    margin-right: 10px;
}

.share{
    float: right;
    cursor: pointer;
}

.zw{
    width: 1020px;
    margin: 15px auto 0 auto;
    font-size: 18px;
    color: #2e2e2e;
    line-height: 30px;
}

.zw p{
    margin-bottom: 10px;
}

.zw img{
    max-width: 100%;
    margin: 10px auto;
}

.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more {
    background-image: url(../images/icon_share.jpg;vpn_img)!important;
    _background-image: url(../images/icon_share.jpg;vpn_img)!important;
}
#lFont, #mFont, #sFont {
    margin: 0 10px;
    cursor: pointer;
}
.shareIcon{
    float: right;
    margin-top: 2px;
    margin-left: 4px;
}

/*Head start*/
.con_1000{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.split{
    font-size: 24px;
    color: #ffffff;
    line-height: 56px;
    padding: 0 6px;
    float: left;
}

.head{
    width: 100%;
    height: 236px;
    background: url("../images/bg_top.png;vpn_img") no-repeat center top;
}

.search{
    width: 335px;
    height: 39px;
    border: solid 1px #bfbfbf;
    background-color: #ffffff;
    position: relative;
    float: right;
    margin-top: 100px;
    margin-right: 30px;
}

.search input[type=text]{
    border: none;
    outline: none;
    color: #878787;
    width: 325px;
    height: 29px;
    line-height: 29px;
    padding: 5px;
}

.search button[type=submit]{
    width: 23px;
    height: 23px;
    border: none;
    outline: none;
    background: url("../images/btn_search.jpg;vpn_img") no-repeat center top;
    position: absolute;
    right: 10px;
    top: 9px;
}

.nav{
    width: 100%;
    height: 56px;
    font-size: 24px;
    color: #ffffff;
    background-color: #2268AE;
    text-align: center;
}

.nav .itm{
    width: 150px;
    line-height: 56px;
    color: #ffffff;
    font-size: 24px;
    float: left;
}

/*Head End*/


/*页脚*/
/*.foot{
    width: 100%;
    height: 155px;
    margin: 20px auto 0 auto;
    border-top: solid 5px #2879cb;
    background-color: #ffffff;
}

.footCon{
    width: 360px;
    margin: 45px auto 0 auto;
    overflow: hidden;
}

.footCon img{
    display: block;
    float: left;
    margin-top: -8px;
}

.foottext{
    width: 270px;
    height: 60px;
    float: right;
    border-left: 1px solid #85acd5;
    padding-left: 25px;
}

.foottext p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}*/
/*页脚*/

/*附件断行*/
.doc {
    display: block;
}