/*
   news.css
       大会报道页

   Created by lc on 2016-04-25.
   Copyright 2016 lc. All rights reserved.
*/

/*banner*/
.banner_img{
    background-position: center center;
    height:310px ;
    display: block;
    position: relative;
    background-size: auto 100%;
}
#page_border{
    padding-bottom: 100px;
}
/*动态模块*/
.list_module{
    padding-top: 40px;
}
.list_module h2{
    display: block;
    line-height: 55px;
    font-size:24px ;
    font-weight: 100;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.list_module h2 a{
    font-size: 14px;
    *margin-top: -55px;

}
.list_module ul{
    display: block;
}
.list_module li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}
.list_module li:last-of-type{
    border-bottom-style: solid;
}
.list_module .img_box{
    width: 175px;
    height: 110px;
    margin-right: 35px;
}
.list_module strong{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:16px ;
    margin-bottom: 10px;
}
.list_module p{
    display: block;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list_module time{
    font-size: 12px;
}
/*CEO专访*/
#interview li{
    float: left;
    width: 570px;
    padding-right: 30px;
}
#interview li:nth-last-of-type(2){
    border-bottom-style: solid;
}

#interview p{
    height: 60px;
    -webkit-line-clamp: 2;
}
#interview strong{
    display: block;
	line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	white-space:normal;
	margin-bottom:0;

}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px) {
    #page_border{
        padding-bottom: 0;
    }

    /*CEO专访*/
    #interview li{
        width: 50%;
        box-sizing: border-box;
        padding-right: 30px;
    }
	#interview  .img_box{
		margin-bottom:10px;
	}
    #interview li:nth-of-type(even){
         padding-right: 0;
         padding-left: 30px;
    }
	#interview strong{
		clear:both;
		height:auto;
		white-space:nowrap;
		-webkit-line-clamp: 1;
		    display: block;
	}


}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    /*banner*/
    .banner_img{
        height: 210px;
    }
    /*动态模块*/
    .list_module{
        padding-top: 20px;
    }
    .list_module h2{
        line-height: 40px;
        font-size: 20px;
    }
    .list_module li{
        padding: 10px 0;
    }
    .list_module .img_box{
        margin-right: 10px;
    }
    /*CEO专访*/
    #interview li{
        padding-right: 10px;
    }
    #interview li:nth-of-type(even){
         padding-right: 0;
         padding-left: 10px;
    }
    #interview strong{
		display: block;
		line-height:20px;
		height: 40px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		margin-bottom:10px;
	}


}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    /*banner*/
    .banner_img{
        height: 150px;
    }
    /*动态模块*/
    .list_module{
        padding-top: 10px;
    }
    .list_module h2{
        font-size: 16px;
        margin-bottom: 0;
    }
    .list_module h2 a{
        font-size: 12px;
    }
    .list_module .img_box{
        width: 120px;
        height: 75px;
    }
    .list_module strong{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .list_module p{
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }
    /*CEO专访*/
   #interview .img_box{
       margin-bottom: 0;
   }
    #interview li,#interview li:nth-of-type(even){
        width: 100%;
        padding:10px 0;
    }

	#interview strong{
	    clear: none;
		display: block;
        height: auto;
        line-height: normal;
		display: block;
		-webkit-line-clamp: 2;
		white-space: nowrap;
        margin: 0;
	}
    #interview p{
        line-height: 18px;
        height: 36px;

    }
}
