﻿
/*初始化设置*/
body,html,header,article,section,footer,ul,li,table,p,div,button,input,i,table,thead,tbody,img{
    margin: 0;
    padding: 0;
}
body,html{
    font-family: "微软雅黑";
    font-size: 16px;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*清除浮动*/
.clear{
    clear: both;
}
.article{
    width: 1200px;
    margin: 0 auto;
}
/* to Title */
.btMain{
    height: 60px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.btMain-x,.btMain-content{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.btMain-x {
    width: 100%;
    height: 2px;
    background: #2857C1;
}
.btMain-content{
    height: 60px;
    width: auto;
    display:block;
    text-align:center;
}
    .btMain-content span {
        display: block;
        font-size: 24px;
        color: #a4a4a4;
    }
        .btMain-content span:first-child {
            display: inline-block;
            font-size: 26px;
            color: #2857c1;
            text-align: center;
            padding: 0 20px;
            background-image: url(/Webs/p/Home/www/Themes/images/view_bg.jpg);
        }
/* end */
.listNav{
    display:none
}
.content-view {
    width: 100%;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 50px;
}

.content-img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}