/*
QingcaoCss.css 黄杰雷设计
@格栅
@输入控件
@导航
@字体

QingcaoCss 控制
@面板
@列表组
@信息流

*/
body {
    margin: 0;
    background: #dee2e6;
    font-family: Helvetica Neue, Luxi Sans, DejaVu Sans, Tahoma, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-size: 13px;
    color: #565758;
    overflow-x: hidden;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
    color: #3b5795;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #0286cd;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
hr{
    height:1px;border:0px;border-top:1px solid #edebec;
}

table{
    width:97%;
    border:0;
    margin: 5px auto; 
    border-collapse:collapse;
    border-spacing:0;
    box-shadow:0 0 30px #ccc;
}
table th{
    background:#ccc;font-weight:normal;font-size:14px;color:#FFF;
}
table tr:nth-child(odd){
    background:#F4F4F4;
}
table td:nth-child(even){
    color:#C00;
}
table td,table th{
    border:1px solid #EEE;
    padding: 5px;
    line-height:120%;
}

   /* 
    *nav导航处理 
    */
.logo {
    float: left;
    display: block;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 14px;
}
.logo a {
    display: block;
    color: white;
}
.Search{
    float:right;
    height:50px;
    padding-top: 8px;    
}
.Search form{
    background-color: #ffffff;
    padding: 2px;
    margin: 0 20 0 20;

}
.Search .keyword{
    height:29px;
    font-size: 15px;
    width: 250px;
    border: 1px solid #dfdfe0;   
    padding: 3px; 
}
.Search .Btn{
    height:30px;
    font-size: 15px;
    color: #444950;
    border: 1px solid #dfdfe0;    
}
.nav{    
    background-color: #3a5795;
    height: 50px;
    box-shadow:0 0 5px #000000;
}
.nav .Body {
    margin-right: auto;
    margin-left: auto;
    max-width:1200px;
}
.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
 
.nav .UserSet {
    float: right;
}
.nav .UserSet a {
    display: block;
    color: white;
    text-align: center;
    font-size: 16px;    
    padding: 14px;
}
.nav .UserSet:hover {
    background-color: #1f4493;      /*鼠标移动到选项上修改背景颜色 1f4493 */
}

.nav li {
    float: left;
}
.nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px;
    font-size: 16px;
}
.nav li a:hover {
    background-color: #1f4493;      /*鼠标移动到选项上修改背景颜色 1f4493 */
}

   /*
    *首页左边操作模板
    */

.QingcaoApp{
    color: #909090;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: left;    
    padding: 14px;
    background-color: #ffffff;
    box-shadow:0 0 30px #ccc;
}
.QingcaoApp-Title{
    font-size: 12px;
    font-weight: 600;
    text-align: left;    
    padding: 10px;
    line-height:150%;
    color: #3a5795;    
    background-color: #ffffff;
    box-shadow:0 0 5px #ccc;
}
.QingcaoApp span{
    font-size: 11px;
    margin: 10px auto;
    display: block;
}
.QingcaoApp img{
    max-width:90%;
    height:auto;
    margin: 10px auto;
    display: block;
    box-shadow:0 0 30px #ccc;
}
.QingcaoApp a {
    display: block;
    color: #3b5795;
    padding: 3px;
    margin-bottom: 2px;
}
.QingcaoApp a:hover {
    background-color: #dae0ec;      /*鼠标移动到选项上修改背景颜色 */
}

   /*
    *信息流模块
    */

.QingcaoPanel{
    margin-bottom: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:0 0 30px #ccc;
  }
.QingcaoPanel-Content{
    white-space:normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 17px;
    padding:15px;
    background-color: #ffffff;
    overflow:hidden;
}
.QingcaoPanel-Content img{
    max-width:90%;
    height:auto;
    margin: 10px auto;
    display: block;
    box-shadow:0 0 30px #ccc;
}
.QingcaoPanel-Content p{
    padding: 0px;
    margin: 10px 0px 10px 0px;   
}
.QingcaoPanel-MoreInfo {
    text-align: right;    
    font-size: 14px;
    color: #a3a7ae;
    padding:10px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow:0 0 30px #ccc;
}
.QingcaoPanel-MoreInfo a {
    color: #a3a7ae;
    text-decoration: none;
}
.QingcaoPanel-RepostList {      /*Span 回复单条留言*/
    color: #a3a7ae;
    font-size: 16px;
    display: block; 
    margin: 3px;
    padding: 5px;
    background-color: #f2f3f5;
    border-color:#ecebe9;
    border-style: solid; border-width: 0px 0px 1px 0px;
}
.QingcaoPanel-RePost {          /*回复框*/
    padding:5px;
}
.QingcaoPanel-RePost input,select{
    width:100%;
    height:50px;
    padding: 5px;    
    background-color: #fefeed; 
}
.QingcaoPanel-RePost textarea{
    width:100%;
    height:50px;
    margin-bottom: 5px;
    padding: 3px;    
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 17px;
    color: #565758;
    font-weight: 500;
    border: 1px solid #dfdfe0;    
    background-color: #fefeed; 
    box-shadow:0 0 30px #ccc;
}
.QingcaoPanel-RePost .Btn{
    width: 100%;
    height:35px;
    margin-bottom: 5px;
    background-color: #e9ebee; 
    font-size: 15px;
    color: #444950;
    box-shadow:0 0 30px #ccc;
}

   /*
    *数据列表模块
    */

.DataGrid{
    margin-bottom: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:0 0 30px #ccc;
  }
.DataGrid-List{
    font-size: 17px;
    white-space:normal;
    word-wrap: break-word;
    word-break: break-all;    
    padding:10px;
    overflow:hidden;
}
.DataGrid-Ctrl {
    text-align: right;    
    font-size: 14px;
    color: #a3a7ae;
    padding:5px;
    background-color: #f6f6f6;
    box-shadow:0 0 30px #ccc;
}
.DataGrid-Ctrl a {
    color: #a3a7ae;
    text-decoration: none;
}
   /*
    *通用控件操作面板:登录，各类输入项目;
    */

.OperationPanel{
    padding: 10;
    margin-bottom: 10px;
    color: #a3a7ae;
    line-height:150%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow:0 0 30px #ccc;
}
.OperationPanel-Text{
    width:100%;
    margin-bottom: 5px;
    font-size: 17px;
    line-height:150%;
    padding: 10px;
    color: #565758;
    border: 1px solid #f2f2f2;    
    background-color: #f4f6fb; 
}
.OperationPanel input,select{
    width:100%;
    height:50px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height:150%;
    padding: 5px;    
    color: #565758;
    border: 1px solid #dfdfe0;    
    background-color: #fefeed; 
}

.OperationPanel textarea{
    width:100%;
    height:100px;
    margin-bottom: 5px;
    line-height:150%;
    padding: 5px;    
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 20px;
    color: #565758;
    font-weight: 500;
    border: 1px solid #dfdfe0;    
    background-color: #fefeed; 
}
.OperationPanel .title{
    width: 100%;
    height:51px;
    margin-bottom: 5px;
    padding: 10px 5px 5px 20px;
    background-color: #dae0ec; 
    font-weight: 550;
    font-size: 19px;
    line-height:150%;
    color: #3a5795;
}
.OperationPanel .title a {
    color: #3a5795;
    text-decoration: none;
}
.OperationPanel .Btn{
    width: 100%;
    height:35px;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #e9ebee; 
    font-size: 15px;
    color: #444950;
    box-shadow:0 0 30px #ccc;
}
.OperationPanel .Btn:hover {
    background-color: #dee0e2;      /*鼠标移动到选项上修改背景颜色 */
}
.OperationPanel p{
    margin: 0;
    padding: 0;
}
.OperationPanel p img{
    max-width:100%;
    height:auto;
}

   /*
    *分页工具条
    */

.Tool-paging {
    width: 100%;
    background-color: #ffffff; 
    margin-top: 5px;
    padding: 10px;
    font-size: 15px;
    color: #3a5795;
    text-align: center;    
    box-shadow:0 0 30px #ccc;
}
.Tool-paging a {
    color: #3a5795;
    background-color: #dae0ec; 
    padding: 3px;
}

   /*
    *数据错误通知
    */

.Tool-error {
    width: 100%;
    background-color: #ffffff; 
    margin-top: 5px;
    padding: 15px;
    font-size: 19px;
    color: red;
    word-wrap: break-word;
}

   /*
    *格栅布局
    */
.container{
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    max-width:1200px;
    clear:both;
}

.container *{
    box-sizing: border-box;
}

.container:after{
    content: "";
    display: block;
    clear:both;
}

.col-2,.col-8,.col-12{
    float: left;
    padding: 3px;
    margin: 2px;
}

.col-12{
    width: 100%;
}
.col-8{
    width: 66%;
}
.col-2{
    width: 16%;
}


@media screen and (max-width: 900px) {
     .col-2,.col-8,.col-12{
        width:100%;
        margin-right: auto;
        margin-left: auto;
        padding: 2px;
    }

    /*移动端时隐藏这些元素*/
    .nav ul,.col-2,.Search {   
        display:none;
    }      

}

