/* 关于协会部分开始 */
.com-info{
    width: 100%;
    text-align: right;
    position: relative;
    padding-bottom: 100px;
}

.com-info img{
    width: 732px;
    height: 411px;
}

.com-intro{
    width: 639px;
    height: 392px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 50px;
    position: absolute;
    left: 0;
    bottom: 40px;
    overflow: hidden;
}

.com-intro header .red-box{
    display: block;
    width: 6px;
    height: 27px;
    background: #C8001B;
    margin-right: 10px;
}

.com-intro header h3{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
}

.com-intro p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    text-indent: 2em;
    text-align: left;
}

.describe{
    padding-bottom: 100px;
}

.describe h3{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
}

.describe p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    text-indent: 2em;
}
/* 关于协会部分结束 */

/* 章程列表部分开始 */

.c-list{
    width: 1280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}

.c-item{
    width: 298px;
    height: 367px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    margin-right: 25px;
}

.c-list .c-item:nth-child(4n){
    margin-right: 0;
}

.c-item a > h3{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C8001B;
    line-height: 35px;
}

.c-item a > p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6B6F78;
    line-height: 35px;

    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.c-tools{
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0px;
}

.c-tools p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 100px;
}

.c-tools img{
    display: none;
    width: 100px;
    height: 100px;
}
/* 章程列表部分结束 */

/* 协会会员部分开始 */
.men-content{
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}

.men-nav{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.men-nav-item{
    width: 414px;
    height: 93px;
    background: white;

    box-sizing: border-box;
    border-bottom: 3px solid #424B86;
    position: relative;
    
    transition:background 1s;
	-webkit-transition:background 1s; /* Safari */
}

.men-nav .on{
    background: #C8001B;
    border-bottom: none;
}

.men-nav .on a span{
    color: white;
}

.men-nav .on .default-img{
    display: none;
}

.men-nav .on .active-img{
    display: block;
}

.men-nav .active{
    background: #C8001B;
    border-bottom: none;
}

.men-nav .active a span{
    color: white;
}

.men-nav .active .default-img{
    display: none;
}

.men-nav .active .active-img{
    display: block;
}

.men-nav-item a{
    width: 414px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.men-nav-item span{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.men-nav-item img{
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.men-nav-item .active-img{
    display: none;
}

/* 三角形样式 */
.navActive::after{
    position: absolute;
    bottom: -9px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #C8001B;
}

.men-content .search-box{
    width: 100%;
    height: 114px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    justify-content: center;
    margin: 30px 0;
}

.men-content .input-wrap input{
    width: 483px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DADFE7;
    border-radius: 5px;
    outline: none;
    padding: 0 20px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8288ac;
}

.men-content .input-wrap input::placeholder{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ADAEB9;
}

.men-content .search{
    width: 97px;
    height: 50px;
    background: #C8001B;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 11px;
    justify-content: center;
}

.men-content .search img{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.men-content .search span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
}

/* 搜索结果部分 */
.search-res{
    width: 100%;
    height: auto;
}

.res-wrap{}

.res-list{
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.res-list .res-item:nth-child(4n){
    margin-right: 0;
}

.res-item{
    width: 300px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 26px;
}

.res-item p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363844;
    line-height: 30px;
}
/* 协会会员部分结束 */

/* 专业委员会部分开始 */
.prof-content{
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}

.prof-list{}

.prof-item{
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    height: 91px;
    background: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
}

.prof-left{
    width: 91px;
    height: 91px;
    background: #424B86;
    justify-content: center;
}

.prof-left img{
    width: 47px;
    height: 47px;
}

.prof-right{
    width: 177px;
    height: 91px;
    justify-content: center;
}

.prof-right img{
    width: 33px;
    height: 11px;
}

.prof-right .act-img{
    display: none;
}

.prof-center{
    width: calc(100% - 268px);
    box-sizing: border-box;
    padding:  0 30px;
    border-right: 1px solid #DADBE1;
}

.prof-center p:first-child{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #272C34;
    line-height: 45px;
}

.prof-center p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ABAEB2;
    line-height: 45px;
}

/* 专业委员会部分结束 */

/* 自律规则部分开始 */
.rule-content{
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}

.rule-list{}

.rule-item{
    width: 100%;
    height: 168px;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 14px 12px;
    margin-bottom: 24px;
}

.rule-item .rule-left{
    width: 123px;
    height: 139px;
    background: #F1F5FC;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    
    transition:background .5s;
	-webkit-transition:background .5s; /* Safari */
}

.rule-left p:first-child{
    font-size: 30px;
    font-family: DINOT;
    font-weight: 400;
    color: #424B86;
    transition:color .5s;
	-webkit-transition:color .5s; /* Safari */
}

.rule-left p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A5AAB3;
    line-height: 35px;
    transition:color .5s;
	-webkit-transition:color .5s; /* Safari */
}

.rule-left img{
    width: 22px;
    height: 22px;
}

.rule-left .rule-active{
    display: none;
}

.rule-item .rule-right{
    width: 117px;
    height: 41px;
    justify-content: center;
    border-left: 1px solid #DADBE1;
}

.rule-right img{
    width: 33px;
    height: 11px;
}

.rule-right .rule-active{
    display: none;
}

.rule-item .rule-center{
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding: 14px 12px;
}

.rule-center p:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4B5466;
    line-height: 50px;
    transition:color .5s;
	-webkit-transition:color .5s; /* Safari */
}

.rule-center p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #54575E;
    line-height: 30px;
}

/* 自律规则部分结束 */



