BODY {-moz-user-select:none;}
@media print{BODY{display:none;}}
.nav > li > a,
.dropdown-menu > li > a
{
color:#5081d2;
font-family:"微软雅黑";
font-size:16px;
font-weight:bold;
transition:background-color 0.4s linear;
-moz-transition:background-color 0.5s  linear;
-webkit-transition:background-color 0.4s  linear;
-o-transition:background-color 0.4s linear;
border-radius:0;}
.nav > li > a:hover,
.dropdown-menu > li > a:hover
{
color: #fff;
background:none;
background-color:#75a1e0;}

.bg-primary
{
background:none;}

#article
{ 
background-color:none;
padding:40px 15%;
margin-bottom:14px;}

@media(max-width:768px){
#article{padding:40px 5%;}
}

#article-title
{font-size:20px;
text-align:center;
line-height:30px;
color:#F17B0a;
font-weight:bold;
font-family:"微软雅黑","宋体",Arial;
margin:0px auto 20px auto;}
#article-info
{font-size:12px;
text-align:center;
line-height:22px;
font-family:"微软雅黑","宋体",Arial;}
.article-content
{
text-align:left;
font-size:16px;
line-height:30px;
font-family:"微软雅黑","宋体",Arial;}
.article-content img{
width:100%;}

#article-foot
{font-size:14px;
line-height:22px;
text-align:center;
font-family:"微软雅黑","宋体",Arial;}
#article-foot .article-foot-item
{
padding:40px;}
