body{
    margin: 0;
}

.page{
    width: 100%;
    height: auto;
    background-color: #F6F8FC;
}

.page ul{
    margin: 0;
    padding: 0;
}

.page li{
    list-style: none;
}

.page a{
    text-decoration: none;
}

.page p{
    margin: 0;
}

/* 容器 */
.container{
    width: 70%;
    margin: 0 auto;
}

.container_big{
    width: 80%;
    margin: 0 auto;
}

/* 页面 */
.width-one{
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
}

.width-two{
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
}

.align-item{
    display: flex;
    align-items: center;
}

.space-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width{
    width: 100%;
    height: auto;
}

.single-row{
    white-space:nowrap;
    overflow:hidden;
    -o-text-overflow: ellipsis; /* for Opera */ 
    text-overflow: ellipsis; /* for IE */
}

.two-row{
    overflow: hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    text-overflow: ellipsis;
    height: 60px;
}

.three-row{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 105px;
}

/* 解决ie浏览器下  display: -webkit-box;无效*/
/* .two-row:after {
    content:"...";
    position:absolute;
    bottom:45px;
    right:34px;
    background:#FFF;
    padding-left:0.2em;
} */

/* 页脚部分开始 */
.footer{
    width: 100%;
    height: 320px;
    background: #33373A;
    position: relative;
}

.fo-nav{
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
}

.fo-nav .fo-item:first-child{
    width: 37%;
    height: auto;
    padding-top: 10px;
}

.fo-nav .fo-item:nth-child(2){
    width: 45%;
    height: auto;
    box-sizing: border-box;
}

.fo-nav .fo-item:nth-child(3){
    width: 10%;
    height: auto;
    text-align: right;
}

.fo-item ul{
    width: 100%;
    height: auto;
}

.fo-item ul:first-child{
    margin-bottom: 25px;
}

.fo-item ul li{
    position: relative;
    height: 50px;
    box-sizing: border-box;
}

.fo-item ul li a{
    min-width: 90px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    border-bottom: 1px solid #B4B6C5;
    text-align: left;
}

.fo-item ul li span{
    display: block;
    width: 6px;
    height: 6px;
    background: #757C81;
    border-radius: 50%;

    position: absolute;
    top: 20px;
    right: -12px;
}

.fo-item .msg-c:first-child{
    margin-bottom: 10px;
}

.msg-c{
    display: flex;
    justify-content: space-between;
}


.msg-r:first-child{
    width: 60%;
    height: auto;
}

.msg-r:nth-child(2){
    width: 35%;
    height: auto;
}

.m-left{
    width: 46px;
    height: 46px;
}

.m-left img{
    width: inherit;
    height: inherit;
}

.m-right{
    margin-left: 15px;
}

.m-right p:first-child{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ABB2B7;
    line-height: 30px;
}

.m-right p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.fo-item .qr-code{
    width: 132px;
    height: 132px;
}

.fo-item .qr-code:hover{
    transform: scale(1.5);
}


.fo-tag{
    width: 100%;
    height: 60px;
    background: #2B2F31;
    position: absolute;
    bottom: 0;
}

.fo-tag p{
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ABB2B7;
}


/* 页脚部分结束 */


/* ========== */
/* 内页部分公共样式开始 */
/* banner部分开始 */
.banner{
    width: 100%;
    height: 370px;
    position: relative;
    /* background: url(../img/ny_banner.jpg) no-repeat; */
    /* background-size: cover; */
}

.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-bg img{
    width: 100%;
    height: 100%;
}

.ba-content{
    width: 1280px;
    height: inherit;
    margin: 0 auto;
    position: relative;
}

.ba-fixed{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.ba-left{
    width: 262px;
    height: 114px;
    background: #C8001B;
    border-radius: 0 20px 0 0;
    box-sizing: border-box;
    padding: 0 0 0 40px;
}

.ba-left h3{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 15px 0 0 0;
    line-height: 60px;
}

.ba-left img{
    width: 16px;
    height: 9px;
}

.ba-right img{
    width: 26px;
    height: 28px;
    margin-right: 10px;
}

.ba-right p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 45px;
}
/* banner部分结束 */

/* 关于协会部分开始 */
.container{
    width: 100%;
    height: auto;
    /* background: white; */
}

.tab-bg{
    width: 100%;
    height: 145px;
    background: url(../img/login_bg.png) repeat;
}

.tab-control{
    width: 1280px;
    height: 145px;
    margin: 0 auto;
}

/*tab-control鼠标悬停时的效果*/
.tabActive span{
    background: #C8001B !important;
}


.tab-control .title{
    width: 261px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #C8001B;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.title .red-box{
    display: block;
    width: 7px;
    height: 33px;
    background: #C8001B;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3.5px;
}

.title p{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C8001B;
    line-height: 55px;
}

.tab-control .fo-item{
    /*width: 700px;*/
}

.tab-control .fo-item ul{
    margin: 0;
    justify-content: flex-end;
}

.tab-control .fo-item ul li{
    border-bottom: 1px solid #B4B6C5;
    margin-left: 60px;
}

.tab-control .fo-item ul li a{
    border-bottom: none;
}

.tab-control ul li a{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #393A45;
}

.info-bg{
    width: 100%;
    height: auto;
    background: url(../img/ny_bg.jpg) no-repeat;
    background-size: cover;
}

.info{
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}

/* 内页部分公共样式结束 */

/* 分页样式开始 */
.M-page{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8F93;
    line-height: 45px;
}

.M-box ul{
    display: flex;
    align-items: center;
}

.M-box ul li{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #f2f2f3;

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #424B86;
    margin: 0 3px;
}

.M-box ul li.active{
    background: #C8001B;
    color: white;
}

.M-box ul li.active a{
    background: #C8001B;
    color: white;
}

.M-box ul li:hover{
    background: #C8001B;
    color: white;
}

.M-box ul li:hover a{
    color: white;
}

.M-box ul li a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #424B86;
}

.M-box .prev{
    margin-right: 15px;
}

.M-box .next{
    margin-left: 15px;
}
/* 分页样式结束 */

/* 修改滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    border-radius: 10px;
    background-color: #E5E7ED;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    background-color: #B5B8C0;
}

/* 必填标识 */
form label span{
    color: #C8001B;
}