﻿/*科研园地*/
.fl{float: left;}
.fr{float: right}
.W700{width:600px;}
.W210{width:310px;}
.W455{width:455px;}
.W329{width:329px;}
.H275{height:275px;}
.mt15{margin-top: 15px;}
.mt10{margin-top:10px!important;}
.borT{border-top:1px dashed #ddd;}

/*科研动态*/
.article_box img{width:250px;height:160px;float: left;margin-right:15px;border:1px solid #ddd;padding:2px;}
.article_box h2 a{font-size: 16px;font-weight: normal;line-height: 28px;}
.article_box p{line-height: 22px;font-size: 12px;}
ul.new_list{padding-top:5px;margin-top:5px;}
span.span_date{float: right; font-size:12px;}
.Min.mt15 .article_box img{width:150px;height:110px;}

/*科研成果*/
div.title_tab {
 height: 35px;
 line-height: 30px;
 margin: 10px 0 0;
}
.nam{font-size:12px;}
div.title_tab span.tab {
 display: block;
 float: left;
 margin-right: 5px;
}
div.title_tab span.tab a {
 padding: 0 10px;
 background: #127C74;
 color: #fff;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 display: block;
 transition: all 0.5s ease 0s;
 -moz-transition: all 0.5s ease 0s;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 border: 2px solid #127C74;
 border-bottom: none;
}
 div.title_tab span.tab a.active {
 background: #fff;
 color: #127C74;
 position: relative;
 z-index: 12;
 _position: static;
}






@media only screen and (max-width:768px){
 .article_box img{display: none}
 .W700,.W455,.W210{width:49%;box-sizing:border-box;}
 .W329{width:100%;}
 .new_list li{overflow:hidden;white-space: nowrap;text-overflow: ellipsis;display:inline-block;width:100%;box-sizing:border-box;}
}
@media only screen and (max-width:545px){
 .article_box img{display:block;float: none;margin:10px auto;}
 .article_box.mt10{height:auto;}
 .W700,.W455,.W210{width:100%;float: none!important;margin-top:15px;}
} 