﻿/*===================================公共样式======================================== */
.box_between{-webkit-display:flex; -webkit-align-items:center; -webkit-justify-content:space-between;
-moz-display:flex; -moz-align-items:center; -moz-justify-content:space-between;
-ms-display:flex;  -ms-align-items:center;  -ms-justify-content:space-between;
-o-display:flex; -o-align-items:center; -o-justify-content:space-between;
display:flex; align-items:center; justify-content:space-between;  }

/*新闻百科*/
.new_dtbk{ width:1200px; margin:0px auto; padding-bottom:100px;}
.new_dtbk .nav{ width:100%; margin:113px 0px 55px 0px;}
.new_dtbk .nav li{ cursor:pointer; width:315px; height:65px; line-height:65px; border:1px #e1c08e solid; background:#fff; text-align:center; color:#1b284e; font-size:28px;}
.new_dtbk .nav li.hove{ background:#e1c08e}

.new_dtbk .new_lb{ width:100%; }
.new_dtbk .new_lb li{ width:22.2%;min-height:360px; background:#fff;
-moz-box-shadow:2px 3px 5px #dedcdb,-2px 3px 5px #dedcdb;               
-webkit-box-shadow:2px 3px 5px #dedcdb,-2px 3px 5px #dedcdb ;            
box-shadow:2px 3px 5px #dedcdb,-2px 3px 5px #dedcdb;           
}
.new_dtbk .new_lb li em{ display:block; height:287px; overflow:hidden;
-webkit-display:flex; -webkit-align-items:center; -webkit-justify-content:center;
-moz-display:flex; -moz-align-items:center; -moz-justify-content:center;
-ms-display:flex;  -ms-align-items:center;  -ms-justify-content:center;
-o-display:flex; -o-align-items:center; -o-justify-content:center;
display:flex; align-items:center; justify-content:center; 
}
.new_dtbk .new_lb li em img{ display:block;  max-height:100%}
.new_dtbk .new_lb li b{ font-size:12px; color:#e2c291; display:block; line-height:23px; margin:10px 28px 0px 28px;}
.new_dtbk .new_lb li span{ font-size:17px; color:#1b294e; display:block; font-weight:bold; line-height:30px; margin:0px 28px;/* margin-bottom:20px;*/ height:30px;  overflow:hidden }

.new_dtbk .new_lb li cite{ display:block; text-align:center;}
.new_dtbk .new_lb li strong{ text-align:center; display:block; font-size:16px; padding-top:115px; color:#1b294e}

.new_dtbk .new_lb li.box_center_column{ width:225px;}

