/* CSS Document */
@charset "UTF-8";

/* public start */
.container{ font-family:'microsoft yahei',simhei; background: #f6f6f6; font-size:14px;}


.container{ margin:0px; padding:0px;
    font-family:"microSoft Yahei";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container *:focus {outline: none;}
.container h1,h2,h3{
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.1;
}
.container h4{ margin:0; padding:0;}
.container h1,h2,h3,h4,h5,h6{ font-family: "microSoft Yahei";}
.container img{ border:none;}
.container a {
    color: #428bca;
    text-decoration: none;
}

.container a:hover,
.container a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.container a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.container ul{ list-style:none; margin: 0;}
.container li{ list-style:none;}

.left{ float: left;}
.right{ float: right;}

.container .warp{ width:900px; margin: 0 auto;}
.container .linkMore{ color: #999;}
.container .title{ font-size: 12px;  color: #000;  *zoom: 1;}
.container .title span{ font-size: 14px; float: left; font-weight: bold; }
.container .content{ padding: 8px;}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.mt5{ margin-top: 5px;}
.mt8{ margin-top: 8px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}

#pagearea{overflow:hidden; margin:30px 0;}
#pagearea .pg{text-align:left;float:none;overflow:hidden;}
.pg a.nxt,.pgb a{padding:0 10px;}
.pg a:hover,.pgb a:hover{border-color:#369;color:#369;}
.pg a,.pg strong,.pgb a,.pg label{display:inline-block;padding:0;height:32px;line-height:32px;text-align:center;font-size:14px;float:none;}
.pg a,.pg strong{width:33px;text-align:center;}
.pg strong{border:1px #09f solid;background:#09f;color:#fff;}
.pg a,.pg label{border:1px #ddd solid;color:#333;}
.pg label{padding:0 5px;}
.pg a.first,.pg a.last{width:50px;}
.pg a.nxt{width:75px;}
.pg .px{ height:20px; line-height: 20px; text-align:center; margin-top:2px; border:1px solid #ccc;}

/* public end */
.form-control:focus,.form-control{-webkit-box-shadow:none; box-shadow:none; }
.mg{ margin-left:16px; margin-right:16px;}








