.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #ffffff;
	 padding-bottom: 140px; 
}

.main .container {
	box-sizing: border-box;
	padding: 0 100px;
}

.main ul.typelist {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	background-color: #f5f5f5;
}

.main ul.typelist li a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 60px;
	padding: 0 60px;
}

.main ul.typelist li.active a {
	background-color: #e65991;
	color: #FFFFFF;
}

.main .title {
	padding-top: 40px;
}

.main .title h5.en {
	font-family: 'bebas';
	font-size: 32px;
	font-weight: 500;
	color: #e65991;
	text-align: center;
	line-height: 64px;
}

.main .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 94px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main .title p.summary {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: center;
}

.main ul.society_list {
	padding-top: 60px;
}

.main ul.society_list li {
    background-image: url(../images/shehui_list_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 390px;
    box-sizing: border-box;
    padding: 25px 0px;
    margin-bottom: 80px;
}

.main ul.society_list li .container::after {
    display: table;
    content: "";
    clear: both;
}

.main ul.society_list li .pic {
    float: left;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 20px solid #ffffff;
    margin-left: -20px;
    position: relative;
}

.main ul.society_list li .pic img {
    display: block;
    width: 100%;
}

.main ul.society_list li .pic .num {
	width: 69px;
	height: 69px;
	background-color: #e65991;
	border-radius: 50%;
	font-family: 'bebas';
	font-size: 35px;
	color: #FFFFFF;
	text-align: center;
	line-height: 69px;
	position: absolute;
	top: 16px;
	right: -2px;
}

.main ul.society_list li .txt {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 320px);
    padding-left: 30px;
}

.main ul.society_list li .txt h5 {
    font-size: 25px;
    color: #000000;
    line-height: 85px;
    padding-top: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.main ul.society_list li .txt p.summary {
	font-size: 18px;
    color: #1c1c1c;
    line-height: 35px;
    padding-top: 35px;
    text-align: left;
}

.main ul.society_list li:nth-of-type(even) {
	background-position: center center;
	background-image: url(../images/shehui_list_bg2.jpg);
}

.main ul.society_list li:nth-of-type(even) .pic {
    float: right;
    margin-left: 0px;
    margin-right: -20px;
}

.main ul.society_list li:nth-of-type(even) .pic .num {
	right: auto;
	left: -2px;
}

.main ul.society_list li:nth-of-type(even) .txt {
    padding-left: 0px;
    padding-right: 30px;
}

.main ul.society_list li:nth-of-type(even) .txt h5,
.main ul.society_list li:nth-of-type(even) .txt p {
	text-align: right;
}

@media screen and (max-width: 1530px) {
    
    
    
}

@media screen and (max-width: 1350px) {
    
    .main ul.society_list li .txt p.summary {
        font-size: 14px;
        line-height: 24px;
    }
    
}

@media screen and (max-width: 550px) {

    .main {
        padding-bottom: 70px;
    }

    .main ul.typelist {
		display: none;
	}

	.main .title {
		padding-top: 20px;
	}

	.main .title h5.en {
		font-size: 24px;
		line-height: 32px;
	}

	.main .title h5.cn {
		font-size: 18px;
		line-height: 36px;
	}

    .main .title p.summary {
        line-height: 36px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .main ul.society_list {
    	padding-top: 0px;
        margin-top: 10px;
    }
    
    .main ul.society_list li {
    	height: auto;
    	background-position: bottom center;
    	margin-bottom: 30px;
    }
    
    .main ul.society_list li .container {
    	padding: 0 10px;
    }
    
    .main ul.society_list li .pic {
        float: none;
        width: 60%;
        height: auto;
        margin: 0 auto;
        border: 10px solid #FFFFFF;
    }
    
    .main ul.society_list li .pic .num {
    	display: none;
    }

    .main ul.society_list li .txt {
        float: none;
        width: 100%;
        padding: 0px 10px;
    }

    .main ul.society_list li .txt p.summary {
        padding-top: 10px;
        text-align: justify;
    }

    .main ul.society_list li .txt h5 {
        font-size: 16px;
        line-height: 36px;
        padding-top: 20px;
        padding-bottom: 0px;
        text-align: justify;
    }

	.main ul.society_list li:nth-of-type(even) {
		background-position: bottom center;
	}

    .main ul.society_list li:nth-of-type(even) .pic {
        float: none;
        margin: 0 auto;
    }
    
    .main ul.society_list li:nth-of-type(even) .txt {
        float: none;
        padding: 0 10px;
    }
    
    .main ul.society_list li:nth-of-type(even) .txt h5,
	.main ul.society_list li:nth-of-type(even) .txt p {
		text-align: justify;
	}
    
}