    @charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
min-width:100% !important;
    background-color: #fff;
    font-family: "微软雅黑";
}
.main-txt p img {
    margin: auto;height: auto !important;
    display: block;
    margin-bottom: 10px;
}
.w {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    content: "";
    clear: both;
}

.main-txt table p {
    text-indent: 0!important;
    line-height: inherit!important;
}

img{
    max-width: 100% !important;
}

/*顶部导航*/

.top-nav {
    width: 100%;
    background-color: #ededed;
}

.top-nav .menu {
    height: 40px;
    line-height: 40px;
    padding-right: 50px;
    font-size: 13px;
    color: #333;
}

.top-nav .menu span {
    float: right;
}


/*banner*/

.banner {
    width: 100%;
    min-height: 150px;
    background: url(logo.png) no-repeat;
}


/*主导航*/

.main-nav {
    width: 100%;
    background-color: #427fda;
}

.main-nav .main-nav-menu {
    font-size: 17px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


/*当前位置*/

.position {
    width:1200px;
    height:38px;    margin: auto;
    line-height: 38px;
    background-color: #f0f0f0;
}

.position .position-txt {
    padding-left: 20px;
    font-size: 13px;
    color: #454545;
    background: #FFFFFF;
}


/*文章正文*/

.con {
    width: 90%;
    max-width: 900px;   
    margin: 0px auto;min-height: 450px;
}

.con-title {
    font-size: 25px;
    color: #000;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px #717171 solid;
}

.small-title {
    width: 100%;
    max-width: 900px;   
    font-size: 15px;
    color: #333;
    height: 50px;
    line-height: 50px;
}

.small-title .date {
    margin: 0 150px;
}

.small-title .fare {
    float: right;
    margin-right: 15px;
}

.main-txt {
    margin-top: 10px;
    min-height: 180px;
}

.main-txt p {
    font-size: 15px;
    color: #333;
    line-height: 2em;
}

.main-corner {
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-corner div {
    font-size: 15px;
    color: #333;
    line-height: 26px;
}

.main-word {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #f1f1f1;
}

.main-word .main-word-left {
    float: left;
}

.main-word-left span {
    font-size: 15px;
    font-weight: bold;
    color: #fa0505;
}

.main-word .main-word-right {
    float: right;
}

.main-word-right span {
    float: left;
}

.main-word-right .printer {
    margin-left: 30px;
    padding-left: 25px;
    background: url(printer.png) no-repeat left center;
}

.main-word-right .close {
    margin-left: 25px;
    padding-left: 25px;
    background: url(close.png) no-repeat left center;
}

.con-main .line {
    border: 1px #c5c5c5 solid;
    margin: 21px 0;
}

.con-main .prev {
    margin-bottom: 15px;
}


/*底*/

.footer-banner {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #427fda;
}

.footer {
    width: 100%;
    height: 110px;
    font-size: 13px;
    color: #999;
    text-align: center;
    background-color: #dbdbdb;
}

.showiphone {
    width: 100%;
    display: none;
    padding-left: 1rem;
    padding-top: 20px;
    background: #FFFFFF;
}
    .con-main a {
        color: #333333;display: block;font-size: 16px;
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
    }


.bg01{
	background-color: #ebfdfa;
}
.article{
	background: #ffffff;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
@media screen and (max-width:768px) {
    .showiphone {
        display: block; padding-left: 0px;
    }
    .hideiphone {
        display: none;
    }
    .small-title .date{
        margin: 0px auto;
    }
    .small-title{text-align:center;}
    .article{
    	width: 100%;
    }
}