#logo_img{
  animation: bounceInLeft 1s;}
.navbar
{
background:none;
-webkit-box-shadow:none;
box-shadow:none;
border:none;
border-radius: 0;
min-height: 56px;
margin:0px;}

.navbar .navbar-nav
{
width:100%;
background:none;}

.navbar .navbar-nav>li>a{
    color: white;
    background:none;  
    font-family: "微软雅黑";   
    font-size: 16px; 
    border-radius:0;  
    padding-left:14px;    
    padding-right:14px;  
    height:90px;
    line-height:90px;
    text-align:center;}     

.nav>li>a {    
    padding: 0px;}
    
.navbar .navbar-nav>li>a:hover,
.nav > li > a:hover
{
color: #88a3c7;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background:none;}
@media(min-width:996px){
.nav > li:hover .dropdown-menu 
{display: block;} 
}
@media(min-width:768px){
.container-fluid,
.navbar-collapse
{
padding-right:0px;
padding-left:0px;}
.navbar-header
{
display:none;}
}
.dropdown-menu
{

background:none;
background: url(images/bg01.png);
border:none;
border-radius:0px;
margin:0px 0px 0px 0px;
padding:0px 10px 0px 10px;
-webkit-box-shadow: none;
box-shadow: none;
width:100%;}


.dropdown-menu > li > a
{
color: #2a3f5b;
font-family: "微软雅黑";   
font-size: 16px;
font-weight:bold;
line-height:40px;
height:40px;
text-align:center;
width:100%;
background:none;
border-bottom: 1px solid #2a3f5b;
letter-spacing: 2px;}
.dropdown-menu > li:last-child > a{
border-bottom:none;}

.dropdown-menu > li > a:hover
{
font-size: 18px;
background:none;
font-weight:lighter;}

.dropdown-menu > li > a:focus
{
outline:none;}


#ss{
  position: relative;}
.ss-text{
  border:none;
  border-radius:20px;
  color:#a7a7a7;
  width:240px;
  height: 30px;   
  padding-left:10px;  
  position:absolute;
  right:55px;
  top:30px;
  animation: fadeIn 1s;}


.ss-text:focus{
  outline:none;}

.ss-text-hide{
 display:none;}

.ss-btn{
 background:url(images/ss.png) no-repeat center right; 
 width: 20px;
 height:20px;
 cursor: pointer;  
 outline: none;
 border:none;
 border-left:2px solid #fff;
 position:absolute;
 right:30px;
 top:35px;
 padding-left:35px;}


#article
{ 
background-color:white;
padding:0px 10%;
margin-bottom:20px;
padding-top:80px;
padding-bottom:40px;}

#article-lmmc{
   font-size:24px;
   line-height:60px;
   border-bottom:1px solid #666;
   color:#999;
   font-weight:lighter;}
#article-title
{font-size:32px;
text-align:center;
line-height:64px;
color:#333;
font-weight:normal;
font-family:"微软雅黑","宋体",Arial;
margin:30px auto 20px auto;}


.article-content img{
width:75% !important;
height:50% !important;}
.article-content *{
font-family:微软雅黑 !important;
font-size:22px !important;
line-height:200% !important;
/*color:#333 !important;*/
font-weight:lighter !important;}
.article-content strong *{
font-weight:normal !important;}
.article-content p{
 text-indent: 2em !important;}
.article-content p:has(img) {
 text-indent: 0 !important;}
.article-content td * {
 text-indent: 0 !important;}
@media(max-width:768px){
#article{
padding:5%;}
#article-title{
  font-size:28px !important;}
.article-content img{
width:95% !important;}
}
