.main{margin-top:84px;border-radius: 5px;}
/*左侧*/
.MainDivTable .Main {
    width: 100%;
    float: right;
    background: #fff;
    padding: 0px 15px;
    min-height: 800px;
}
.MainDivTable {
    height: 800px;
    zoom: 1;
    width: 100%;
    margin: 1% auto 0;
}
.MainDivTable .sonSortName .middle {
    padding: 10px 8px;
    height: auto;
    overflow: auto;
    zoom: 1;
    font-size: 14px;
    background: #eee;
}
.MainDivTable .sonSortName .middle .sidenav {
    width: 220px;
    height: 36px;
    line-height: 36px;
    margin: 10px auto;
    background: url(/assets/default/img/side-nav-bg.png) no-repeat left top;
}
.MainDivTable .sonSortName .middle .sidenav a {
    height: 36px;
    background: url(/assets/default/img/arrow_list.gif) no-repeat 24px 16px;
    text-indent: 36px;
    display: block;
    font-size: 14px;
    color: #333;
}
.MainDivTable .sonSortName .head {
    height: 50px;
    line-height: 50px;
    background: #4b92e8 url(/assets/default/img/lefttitle.png) no-repeat 12px center;
}
.callus {
    width: 100%;
    margin: 0px auto;
    background: #efefef url(/assets/default/img/contactpic.jpg) no-repeat left top;
    color: #333;
}.callus .cus {
     line-height: 200%;
     font-size: 14px;
     padding: 130px 10px 10px;
 }
.callus .cus .cus-z {
    width: 35px;
    float: left;
}.callus .cus .cus-y {
     width: 174px;
     float: right;
 }.cleardiv {
      clear: both;
  }


/*右侧*/
.MainDivTable .dragTable {
    margin-top: 0px;
}
.MainDivTable .dragTable .head img{
    width:100%;
}
.MainDivTable .dragTable .head {
    padding: 15px 0;
}
.MainDivTable .dragTable .head .TAG {
    float: left;
    font-size: 18px;
}
.MainDivTable .dragTable .head .R {
    width: 30px;
    height: 50px;
    float: left;
}
.MainDivTable .dragTable .more {
    float: right;
    color: #666;
}
.MainDivTable #list_article .middle {
    height: auto;
    zoom: 1;
    clear: both;
}

.list-group-item{border:0;}
.list-group-item {border-bottom: 1px dashed #ddd}
.btn-primary{    background-color: #4688D7;border-color: #4688D7;}
#contact-area {
    padding-top: 5%;
}

.contact-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 50px 50px 35px;
    background-color: #fff;
    border-radius: 6px;
    width: 90%;
    margin: auto;
}

.contact-box input {
    height: 50px;
    border: 1px solid #f7f6f5;
    font-size: 15px;
    background-color: #f7f6f5;
    font-weight: 500
}

.contact-box textarea {
    border: 1px solid #f7f6f5;
    padding-top: 10px;
    background-color: #f7f6f5;
    font-size: 15px;
    font-weight: 500
}

.contact-box button {
    background-color: #4688D7;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    font-size: 15px
}

.contact-box button:hover {
    background-color: #4688D7;
}
.row div.form-group:nth-child(2) {
    float: none;
}
.col-lg-6{
    float: none;
    margin: auto;
}


