#home-main {
    width: 1200px;
    margin: 0 auto 56px; 
    font-family: Microsoft Yahei;
}
/* 左侧边栏部分 */
.main-aside {
    width: 300px;
    height: 1300px;
    margin-right: 20px;
}
 /* 1、一首小诗 */
.poem-Box {
	position:relative;
	width:100%;
	height:258px;
	padding:32px 31px 29px 31px;
	background-color: #fff;
	margin-bottom: 20px;
}
.poem-bg{
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height:81px;
	background: url(../imgs/flower.png) no-repeat;
	opacity:0.25;
}
.poem-Box .poemCon {
	width:100%;
	height:100%;
	overflow: hidden;
}
.poem-Box .poemCon p {
    margin-bottom:5px;
	line-height:22px;
    text-indent:2em;
    font-size:14px;
    font-weight:700;
    color:#ac3746;
}
.poem-Box .poemCon .poem-t {
	font-weight:700;
}
#con2{
    margin-top: 88px;
}
 /* 2、走进协会 */

.main-aside .introduction {
    width: 100%;
    height: 406px;
    padding: 16px 32px 25px 32px;
    margin-bottom: 20px;
    background: #fff;
}
.introduction .title,
.committee .title,
.social .title,
.video .title,
.policy .title,
.related-link .title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 4px;
}
.committee .title {
    margin-bottom: 10px;
}
.social .title {
    margin-bottom: 12px;
}
.video .title {
    margin-bottom: 7px;
}
.introduction .title p,
.committee .title p,
.social .title p,
.video .title p,
.policy .title p,
.related-link .title p{
    font-size: 20px;
    font-weight: 400;
}
.introduction .title a,
.committee .title a,
.social .title a,
.policy .title a{
    font-size: 12px;
    color: #999;
}

.introduction .title a:hover,
.committee .title a:hover,
.social .title a:hover,
.policy .title a:hover {
    color: #ac3434;
}

.introduction ul{
    width: 100%;
    height:216px;
    margin-bottom: 8px;
}
.introduction ul li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.introduction ul li a:hover {
    color: #AC3434;
}
.introduction ul li:before {
    display: inline-block;
    width: 8px;
    height: 32px;
    line-height: 32px;
    content: "■";
    color: #E6E6E6;
    font-size: 10px;
    margin-right: 12px;
}
.introduction .iconBox {
    width: 73px;
    height: 73px;
}
.introduction .iconBox:nth-child(1){
    background:rgba(172,52,52,0.05);
}
.introduction .iconBox:nth-child(2){
    margin: 0 8px;
    background:rgba(52,163,172,0.05);
}
.introduction .iconBox:nth-child(3){
   background:rgba(52,100,172,0.05);
}
.introduction .iconBox span {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
}
.introduction .iconBox .first{
    color: #ac3434;
}
.introduction .iconBox .second{
    color: #34a3ac;
}
.introduction .iconBox .third{
    color: #3464ac;
}
.introduction .iconBox p {
    height: 48px;
    text-align: center;
    padding-bottom: 7px;
}

/* 3、专业委员会 */
.committee {
    width: 100%;
    height: 568px;
    padding: 16px 32px 24px 32px;
    background: #fff;
}
.committee .safety,
.committee .finance {
    height: 216px;
    margin-bottom: 16px;
    padding: 12px 16px 16px;
}
.committee .safety {
	background:rgba(172,52,118,0.05);
}
.committee .finance {
	background:rgba(108,65,187,0.05);
}
.committee .safety p,
.committee .finance p,
.related-link .part-one p,
.related-link .part-two p,
.related-link .part-three p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.committee .safety li,
.committee .finance li,
.related-link .part-one li,
.related-link .part-two li,
.related-link .part-three li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}
.committee .safety li a:hover,
.committee .finance li a:hover,
.related-link .part-one li a:hover,
.related-link .part-two li a:hover,
.related-link .part-three li a:hover {
    color: #ac3434;
}
.committee .safety li:before,
.committee .finance li:before,
.related-link .part-one li:before,
.related-link .part-two li:before,
.related-link .part-three li:before  {
    display: inline-block;
    width: 8px;
    height: 32px;
    line-height: 32px;
    content: "■";
    color: #ac3746;
    font-size: 10px;
    margin-right: 12px;
}
.committee .finance li:before {
    color: #6c41bb;
}
.related-link .part-one li:before {
    color: #319731;
}
.related-link .part-two li:before {
    color: #d0c50a;
}
.related-link .part-three li:before {
    color: #ae511a;
}
/* 右侧主体 */
.main-body {
    width: 880px;
}
.main-body .body-top {
    width: 100%;
    height: 574px;
    margin-bottom: 20px;
}
.body-top .social {
    width: 560px;
    height: 574px;
    padding: 16px 32px 18px;
    margin-right: 20px;
    background: #fff;
}
.social .news,
.industry-info .news{
    display:block;
    width: 496px;
    height: 100px;
    margin-bottom: 16px;
    color:#333;
}
.social .news img,
.industry-info .news img{
    width: 100px;
    height: 100px;
    margin-right: 16px;
}
.news .news-content {
	position: relative;
    width: 380px;
    height: 100px;
}
.news .news-content h3 {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}
.news:hover .news-content h3{
    color: #ac3434;
}
.news .news-content p {
	position: absolute;
	left:0;
    bottom:0;
    text-indent: 2em;
    line-height: 21px;
    font-size: 12px;
    color: #999;
}
.social ul li,
.industry-info ul li{
    max-width:396px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}
.social ul li a, .industry-info ul li a{
    color:#555;
}
.social ul li a:hover,
.industry-info ul li a:hover {
    color: #ac3434;
}
/* .social ul li span,
.industry-info ul li span{
    display: inline-block;
    vertical-align: middle;
} */
.m-a-icon{
    width:20px;
    height:20px;
    line-height:20px;
    margin-right:10px;
}
.m-a-icon img{
    width:20px;
    height:20px;
    vertical-align: middle;
}
.m-a-title{
    height:32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    color:#555;
}

/* 视频展播区 */
.body-top .video-and-policy {
    width: 300px;
    height: 574px;
}
.body-top .video-and-policy .video {
    width: 300px;
    height: 281px;
    padding: 16px 32px 24px;
    margin-bottom: 20px;
    background: #fff;
}
.body-top .video-and-policy .policy {
    width: 300px;
    height: 273px;
    padding: 16px 32px 29px;
    background: #fff;
}
.policy ul li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}
.policy ul li a:hover{
    color: #ac3434;
}

/* 互联网大会广告 */
.main-body .body-banner {
    width: 880px;
    height: 90px;
    margin-bottom: 20px;
    background-color: #d6d6d6;
}

/* 主体下面部分的内容样式 */

.main-body .body-bottom {
    width: 100%;
    height: 686px;
}
.body-bottom .industry-info {
    width: 560px;
    height: 686px;
    padding: 16px 32px 22px;
    background: #fff;
}
.industry-info .title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 12px;
}
.industry-info .title p {
    font-size: 20px;
    font-weight: 400;
    margin-right: 12px;
}
.industry-info .title a {
    font-size: 12px;
    color: #999;
}
.industry-info .title a:hover {
    color: #ac3434;
}
.industry-info .title>ul>li {
    margin: 16px 12px 0;
    color: #999;
}
.industry-info .title>ul>li:hover {
    color: #ac3434;
}

/* 相关链接部分样式 */
.body-bottom .related-link {
    width: 300px;
    height: 686px;
    padding: 16px 32px 24px;
    background: #fff;
}
.related-link .part-one,
.related-link .part-two,
.related-link .part-three {
    padding: 12px 16px 8px;
    margin-bottom:16px;
}
.related-link .part-one {
	background:rgba(49,151,49,0.05);
}
.related-link .part-two {
	background:rgba(208,197,10,0.05);
}
.related-link .part-three {
	background:rgba(174,81,26,0.05);
}
.related-link .link-top {
    width: 100%;
    height: 40px;
}
.related-link .link-top a {
    line-height: 40px;
    font-size: 12px;
    color: #999;
}
.related-link .link-top a:hover {
    color: #ac3434;
}

.title-img{
    display: inline-block;
    width:23px;
    height:23px; 
    margin-right:8px;
}
.title-img>img{
    width:23px;
    height:23px;
    vertical-align: middle;
}
.title-txt{
    display:inline-block;
    vertical-align: middle;
    font-weight:700;
    color:#7B3636;
}
.video-title{
    height:32px;
    line-height:32px;
    text-align:center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    font-size:14px;
    color:#fff;
    background:#7b3636;
}
.video-swiper-operate{
    text-align:center;
}
#video-swiper-pagination{
    position: static;
    display: inline-block;
    vertical-align: middle;
}
.video-swiper-operate .swiper-pagination .swiper-pagination-bullet{
    margin:0 5px;
}
.video-swiper-operate .swiper-pagination .swiper-pagination-bullet-active{
    background:#7B3636;
}
