
/*.news_list {
    column-count: 3;
    column-gap: 25px;
    -moz-column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-count: 3;
}
*/

.b_news { margin: 0 35px 25px 0; background: #ffffff center top no-repeat; zoom: 1; overflow: hidden; padding-top: 240px;  width: 240px; height: 350px; float: left; min-height: 350px;  position: relative; }
div.b_news:nth-child(3n+3) { margin-right: 0; }
div.b_newsb { padding: 10px 0 0 0; width: 100%; padding-bottom: 80px;}

div.news { margin-bottom: 25px; background: #ffffff; zoom: 1; overflow: hidden; }
adiv.newsb { padding: 0px; vetical-align: top; float: left; width: calc(100% - 200px);}
span.newshead { clear: both; margin-bottom: 10px; display: block; }
span.newsdate { font-size: 8pt; }

span.newssource {
    display: inline-block;
    margin-left: 10px;
    font-size: 8pt;
}
span.newscategory {
    display: inline-block;
    margin-left: 10px;
    font-size: 8pt;
}

span.newstitle {
    display: block;
    color: #444444;
    font-size: 12pt;
    margin-bottom: 3px;
    text-align: center;
}

span.newstitle_inner {
    color: #444444;
    font-size: 19pt;
    clear: both;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

span.newsshortbody {
    display: block;
    text-align: left;
    color: #444444;
}

a.newsmore { color: #00527D; }
span.newsbody {  }

span.newsshortbody_inner { font-weight:bold; display: block; clear: both; margin-top: 10px; }


div.pager { font-size: 1em; clear: both; padding: 20px 0 20px 0; text-align: center; }
div.pager a { color: #666666; }
div.pager a.pagen {}
div.pager a.pagenb { color: #222222; font-weight: bold; }
.news_leadpic { width: 200px; float: left; vetical-align: top; }
div.newsbody {}
.news_share { float: right; vertical-align: middle; line-height: 9px; }
/*.newsi { background: #ffffff; padding: 30px; margin-bottom: 25px; }*/

.newsi .newspic { float: left; margin-right: 10px; }

.newsih {}

.newsit { clear: both; zoom: 1; overflow: hidden; margin-bottom: 10px; }

.news_mi { min-height: 400px; }

@media screen and (max-width: 1024px){
/*    .news_list {
	column-count: 2;
	column-gap: 25px;
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	-webkit-column-count: 2;
    }
*/
}

@media screen and (max-width: 660px){
/*    .news_list {
	column-count: 1;
	column-gap: 0;
	-moz-column-count: 1
	-moz-column-gap: 0;
	-webkit-column-count: 1;
    }
*/
}
@media screen and (max-width: 560px){
    .newspic { float: none; margin-left: calc(50% - 100px); }
    .newsih  { float: none; width: 100%; padding: 0; }
    .newsi { padding: 10px; }
}

.mdiv{
    position: absolute;
    bottom: 0px;
    left: calc(50% - 20px);
    background: transparent url('images/magnifier_black.png') center center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.mdiv:hover{
    background: transparent url('images/magnifier_grey.png') center center no-repeat;
    background-size: contain;
    bottom: 10px;
}

.news_list{ padding-left: 87px; }
.newstexts{ padding: 0 30px; }