.announcements .title{
	font-size: 32px;
    color: #333333;
    padding: 40px 0 30px;
    border-bottom: 1px solid #eeeeee;
}
.announcements .title img{
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 15px;
}
.newsList{
    margin-top: 25px;
}
.newsList li{
    margin-bottom: 60px;
}
.newsList li:nth-child(odd){
    padding: 0 40px 0 0 ;
}
.newsList li:nth-child(even){
    padding: 0 0 0 40px;
}
.newsList li .con{
    padding: 38px 42px 32px 30px;
    background: url(../images/newListBg.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.newsList li .con:hover{
    background: url(../images/newListBgH.png) no-repeat center;
    background-size: 100% 100%;
}
.newsList li .date{
	font-size: 20px;
	color: #cf2430;
}
.newsList li .tit{
	font-size: 20px;
    color: #333333;
    margin: 40px 0;
    height:56px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 
.newsList li .con:hover .tit{
    color: #cf2430;

} 
.newsList li .txt{
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    /*min-height: 150px;*/
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 150px;
}
.newDetailpopo{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
    display: none;
}
.newDetailpopo .cont{
    width: 1200px;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.newDetailpopo .cont .closeimg{
    text-align: right;
    margin-bottom: 30px;
}
.newDetailpopo .cont .closeimg img{
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.newDetailpopo .cont .white{
    background-color: #FFF;
    padding:0 40px ;
    height: 90%;
    overflow: hidden;
    overflow-y: auto;
}
.newDetailpopo .cont .white .title{
    padding: 40px 0;
    border-bottom:1px solid #eee;
}
.newDetailpopo .cont .white .title .big{
	font-size: 22px;
    color: #333333;
    /*white-space:nowrap; */
	/*text-overflow:ellipsis; */
	/*-o-text-overflow:ellipsis; */
	/*overflow: hidden; */
}
.newDetailpopo .cont .white .title .icon{
    margin-top: 28px;
}
.newDetailpopo .cont .white .title .icon span{ 
     margin-right: 50px;
     font-size: 20px;
     color: #666666;
}
.newDetailpopo .cont .white .title .icon img{
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


@media (min-width: 200px) {
.announcements .title {font-size: 20px; padding:15px 0; }    
.newsList li:nth-child(odd) { padding: 0;}
.newsList li:nth-child(even) { padding: 0;}
.newDetailpopo .cont {width: 95%;height: 80%;}
.newDetailpopo .cont .white .title .big {font-size: 16px;}
.newDetailpopo .cont .white .title .icon span {margin-right: 0;font-size: 14px;width: 100%;display: inline-block;margin-bottom: 15px;}
.newDetailpopo .cont .white .title .icon span:last-child{margin-bottom: 0;}
.newDetailpopo .cont .white .title .icon {margin-top: 15px;}
.newsList li .con { padding:15px;}
.newsList li .date {font-size: 16px;}
.newsList li .tit { font-size: 16px; margin: 20px 0;}
.newsList li .txt {font-size: 14px;}
.newsList li { margin-bottom: 20px;}
.newDetailpopo .cont .closeimg img {width: 30px;height: 30px;}
.newDetailpopo .cont .white .title {padding: 20px 0;}
.newDetailpopo .cont .white {padding: 0 20px;height: 90%;}
}

@media (min-width: 768px) {
.announcements .title {font-size: 25px; padding: 30px 0; }
.newsList li:nth-child(odd) { padding: 0 30px 0 0;}
.newsList li:nth-child(even) { padding: 0 0 0 30px;}
.newDetailpopo .cont {width: 90%;height: 80%;}
.newDetailpopo .cont .white .title .big {font-size: 18px;}
.newDetailpopo .cont .white .title .icon span {margin-right: 45px;font-size: 18px;width: auto;margin-bottom: 0px;}
.newDetailpopo .cont .white .title .icon {margin-top: 20px;}
.newsList li .con { padding: 30px;}
.newsList li .date {font-size: 18px;}
.newsList li .tit { font-size: 18px; margin: 25px 0;height: 56px;}
.newsList li .txt {font-size: 16px;}
.newsList li { margin-bottom: 40px;}
.newDetailpopo .cont .closeimg img {cursor: pointer;width: 36px;height: 36px;}
.newDetailpopo .cont .white .title {padding: 30px 0;}
.newDetailpopo .cont .white {padding: 0 30px;height: 90%;}
}

@media (min-width: 992px) {
.announcements .title {font-size: 32px; padding: 40px 0 30px; }
.newsList li:nth-child(odd) { padding: 0 40px 0 0;}
.newsList li:nth-child(even) { padding: 0 0 0 40px;}
.newDetailpopo .cont {width: 1200px;height: 80%;}
.newDetailpopo .cont .white .title .big {font-size: 22px;}
.newDetailpopo .cont .white .title .icon span {margin-right: 50px;font-size: 20px;width: auto;}
.newDetailpopo .cont .white .title .icon {margin-top: 28px;}
.newsList li .con { padding: 38px 42px 32px 30px;}
.newsList li .date {font-size: 20px;}
.newsList li .tit { font-size: 20px; margin: 40px 0;height: 56px;}
.newsList li { margin-bottom: 60px;}
.newDetailpopo .cont .closeimg img {cursor: pointer;width: 40px;height: 40px;}
.newDetailpopo .cont .white .title {padding: 40px 0;}
.newDetailpopo .cont .white {padding: 0 40px;height: 90%;}
}

@media (min-width: 1200px) {
}
