@charset "utf-8";

/* #header */
.header_navs .center .fr h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 75px;
    margin-left: 20px;
    margin-top: 3px;
}
.header_navs .center .fr .text {
    text-align: right;
}
.header_navs .center .fr strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 12px 0;
}
.header_navs .center .fr p {
    font-size: 16px;
}


/* 公共 */
.content {
    width: 1000px;
    margin: 0 auto;
}


/* 推荐应用 */
.recommend {
    width: 370px;
    margin-top: -12px;
}
.recommend .title_bar {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.recommend  .title_bar h2 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.recommend  .title_bar .more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 40px;
}
.recommend  .recContent {
    padding-top: 20px;
}
.recommend  .recContent ul li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
}
.recommend  .recContent ul li a {
    display: block;
}
.recommend  .recContent ul li p {
    font-size: 16px;
    margin-top: 10px;
}

.adver {
    width: 580px;
    height: 280px;
    overflow: hidden;
}
.adver img {
    width: 100%;
    min-height: 100%;
}

.infoBar {
    width: 100%;
    height: 50px;
    background: #d6e6ff url(../images/icon_shop_warnning.png) no-repeat 15px center;
    padding-left: 58px;
}
.infoBar p {
    line-height: 50px;
    letter-spacing: .5px;
}
.infoBar strong {
    font-size: 18px;
    color: #dd2323;
}


.listInfo {
    width: 320px;
    height: 320px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.listInfo .title_bar {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}
.listInfo  .title_bar h2 {
    flex: 1;
    font-size: 20px;
    margin-left: 10px;
}
.listInfo .title_bar .more {
    font-size: 20px;
    color: #fff;
}
.listInfo .title_bar .more:hover {
    color: #333;
}
.listInfo:first-child {
    margin-left: 0;
}
.listInfo:first-child .title_bar {
    background: -webkit-linear-gradient(left, #2d7cfa, #1a69ab); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #2d7cfa, #1a69ab); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #2d7cfa, #1a69ab); /* Firefox 3.6 - 15 */
    background: -ms-linear-gradient(left, #2d7cfa, #1a69ab); /* IE 10 以上 */
    background: linear-gradient(left, #2d7cfa, #1a69ab); /* 标准的语法 */
}
.listInfo:nth-child(2) .title_bar {
    background: -webkit-linear-gradient(left, #51b515, #41870e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #51b515, #41870e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #51b515, #41870e); /* Firefox 3.6 - 15 */
    background: -ms-linear-gradient(left, #51b515, #41870e); /* IE 10 以上 */
    background: linear-gradient(left, #51b515, #41870e); /* 标准的语法 */
}
.listInfo:nth-child(3) .title_bar {
    background: -webkit-linear-gradient(left, #f99d32, #db8023); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #f99d32, #db8023); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #f99d32, #db8023); /* Firefox 3.6 - 15 */
    background: -ms-linear-gradient(left, #f99d32, #db8023); /* IE 10 以上 */
    background: linear-gradient(left, #f99d32, #db8023); /* 标准的语法 */
}
.listInfo .infoContent {
    padding: 10px 15px 0;
}
.listInfo .infoContent ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}
.listInfo .infoContent ul li a {
    flex: 1;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.serverInfo {
    width: 480px;
    /* height: 320px; */
    overflow: hidden;
    margin-left: 20px;
}
.serverInfo .title_bar {
    width: 100%;
    height: 47px;
    background: #e6e6e6;
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}
.serverInfo  .title_bar h2 {
    flex: 1;
    font-size: 20px;
    margin-left: 10px;
}
.serverInfo .title_bar .more {
    font-size: 20px;
}
.serverInfo:first-child {
    margin-left: 0;
}


.serContent {
    border: 1px solid #d9d9d9;
}
.table {
    table-layout: fixed;
    margin-bottom: 0;
}
.table tr td:first-child {
    width: 150px;
}
.table tr td:nth-child(2) {
    padding: 15px 0;
}
.table tr td:last-child {
    width: 120px;
    text-align: right;
}
.table > tbody > tr {
    background-color: #eee;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f7f5f4;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: none;
    height: 47px;
    padding: 15px;
}


.msgContent {
    border: 1px solid #d9d9d9;
}
.msgContent .msgItem {
    padding: 15px;
    border-top: 1px solid #e6e6e6;
}
.msgContent .msgItem:first-child {
    border: none;
}
.msgContent .msgItem p {
    line-height: 1.7;
}
.msgContent .msgItem .ques {
    margin-bottom: 5px;
    background: url(../images/icon_dot.png) no-repeat left center;
    padding-left: 10px;
}
.msgContent .msgItem .answer span {
    color: #666;
}