html,
body,
form {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Microsoft YaHei;
    text-shadow: none !important;
    -webkit-form-control-shadow: none !important;
    form-control-shadow: none !important;
}

a {
    color: #333;
}

a {
    text-decoration: none;
}

a:hover {
    
}

#main {
    margin: 0 auto;
    min-width: 1200px;
}

.main-warp {
    min-height: auto;
}

#top {
    width: 100%;
    height: 80px;
    min-width: 1200px;
}

.header {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.header-l {
    float: left;
}

.header-l img {
    margin-top: 15px;
}

.header-r {
    float: right;
    height: 100%;
}

.content {
    margin-top: -30px;
    position: relative;
    z-index: 1;
    background-image: url(../images/jd-center.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: 0px -100px;
    */;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.company-profile {
    height: 259px;
    box-shadow: 0px 15px 22px 2px rgba(196, 197, 226, 0.6);
    overflow: hidden;
    margin-bottom: 15px;
}

.company-profile-l,
.company-profile-c,
.company-profile-r {
    float: left;
    padding: 15px 26px;
    position: relative;
}

.company-profile-l {
    width: 33%;
}

.company-profile-c {
    width: 34%;
}

.company-profile-r {
    width: 33%;
}

.company-profile-c:before,
.company-profile-r:before {
    content: "";
    position: absolute;
    top: 69px;
    left: 0;
    bottom: 26px;
    width: 1px;
}

.company-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
}

.company-name:before {
    content: "";
    height: 18px;
    width: 4px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.company-name a {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
}

.company-content {
    float: left;
    width: 344px;
    height: 170px;
}

.company-introduction-l {
    float: left;
    width: 181px;
}

.company-introduction-r {
    float: right;
    width: 123px;
    height: 170px;
}

.company-introduction-r img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.company-list {
    width: 181px;
}

.company-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.company-list ul li {}

.company-list ul li:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-image: url(../images/trophy.png);
    position: relative;
    top: 3px;
}

.company-list ul li+li {
    margin-top: 12px;
}

.company-video {}

.company-video video {
    width: 100%; height: 100%; object-fit: cover;
}

.footer {
    position: relative;
    z-index: 2;
}

.footer-box {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    color: #fff;
}

.footer-l {
    position: absolute;
    left: 0;
    top: 30px;
}

.footer-r {
    text-align: center;
    padding: 23px 0;
}

.footer-r a {
    color: #fff;
}

.footer-r a:hover {
    text-decoration: underline;
}

.footer-r>div {
    padding: 4px 0;
}

.footer-r>div span {
    margin: 0 7px;
}

.footer-links {
    position: absolute;
    right: 0;
    top: 30px;
}

.footer-links a {
    border: 1px solid #fff;
    width: 141px;
    height: 32px;
    line-height: 31px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #fff;
}

.footer-links a:hover {
    background-color: #2465ff;
}

.friendship-links {
    border: 1px solid #fff;
    width: 141px;
    height: 32px;
    line-height: 31px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/arrow-btm.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.friendship-links-pop {
    display: none;
    position: absolute;
    bottom: 100%;
    background: #fff;
    color: #666;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.16);
    max-height: 200px;
    overflow: auto;
    text-align: left;
    line-height: 1.7;
    width: 170px;
}

.friendship-links-pop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.friendship-links-pop ul li {
    position: relative;
    cursor: pointer;
}

.friendship-links-pop ul li:hover {
    background-color: #ededed;
}

.friendship-links-pop ul li a {
    display: block;
    padding: 6px 10px;
}

.friendship-links-pop ul li+li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #ededed;
    display: none;
}

#navbar {
    height: 100%;
}

#navbar .mi {
    display: inline-block;
    position: relative;
    float: left;
    z-index: 400;
    height: 100%;
}

#navbar a {
    display: block;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    height: 100%;
    line-height: 75px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    vertical-align: top;
    border-top: 3px solid transparent;
}

#navbar .mi:hover>a {
    border-top: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.navbar_a_hover {
    background: #3D8FF3;
    color: #FFFFFF;
}

#navbar span {
    display: inline-block;
    position: relative;
    display: none;
    float: left;
    width: 3px;
    height: 38px;
    background-image: url(../images/menu_linebg.gif);
}

#navbar .cc {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10000;
}

#navbar .cc a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
    color: #fff;
    border: 0;
}

#navbar .active {}

#navbar .active>a {
    border-top: 3px solid #fff;
}

#navbar .active>a:hover {}

#msgbar {
    height: 60px;
    background-image: url(../images/msg-bg.gif);
    width: 990px;
    margin: 0 auto;
    display: none;
}

.msgbar-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
}

.msgbar-ul li {
    margin: 0;
    padding: 0;
    display: block;
    height: 18px;
    line-height: 17px;
}

#content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content-bg {
    background: #fff;
}

#maincontent {}

#sidebar {
    width: 260px;
    float: right;
}

.areabar,
.areabar .area {
    border: 1px solid #c3c6cb;
    background-color: #f8f8f8;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    color: #133688;
}

.areabar .area {
    border-left-width: 0;
    border-right-width: 0;
    border-top: 5px solid transparent;
    border-bottom: 1px solid #c3c6cb;
    border-left: 0;
    border-right: 0;
    height: 25px;
    line-height: 23px;
    position: relative;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    color: black;
    font-size: 12px;
    cursor: pointer;
}

.areabar .selected {
    border-bottom: 1px solid white;
    border-top: 5px solid #337ec1;
    background-color: white;
    color: #133688;
}

.areacontent {
    background-color: white;
}

.areacontent div {
    display: none;
}

.areacontent div span {
    display: block;
    padding-left: 20px;
    line-height: 22px;
}

.areacontent ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.areacontent ul li {
    border-bottom: 1px dashed #d8d8d8;
    padding-left: 24px;
    background: url(../images/li.jpg) no-repeat 15px center;
    height: 24px;
    line-height: 23px;
}

#leftmenu {
    width: 200px;
    display: table-cell;
    padding: 25px 45px 0 0;
    vertical-align: top;
}

#leftmenu .mmxi {
    border-bottom: 0px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
}

#leftmenu .mmxi-selected {}

#leftmenu .mmxi a {
    font-size: 17px;
    color: #666666;
    padding: 10px 15px;
    text-align: center;
}

#leftmenu .mmxi a:hover {
    background: #FFFFFF;
}

#leftmenu tr:first-child .mmxi {
    padding-top: 18px;
}

#leftmenu tr:last-child .mmxi {
    padding-bottom: 18px;
}



#leftmenu .mmxi-selected a:hover {
    background: #FFFFFF;
}

#leftmenu>#navbar-text {
    padding: 15px 15px;
    color: #FFFFFF;
    height: 62px;
    font-size: 21px;
    text-align: center;
}

#leftmenu>#navbar-text p {
    margin: 6px 0 0 0;
    font-size: 17px;
}

#navbar-QRcode {}

#contentbox {
    padding: 25px 0 0 0;
    display: table-cell;
}

#contentbox #Panel1 img[src$="gif"] {
    width: auto !important;
}

#contentbox #Panel1 img[src*="fileTypeImages"] {
    width: auto !important;
}

#contentbox #Panel1 table {
    border-collapse: collapse;
}

#contentbox #Panel1 table td,
#contentbox #Panel1 table th {
    padding: 0 10px;
    border: 1px solid #DDD;
    text-align: center;
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pt20 {
    padding-top: 20px;
}

.foot-div {
    text-align: center;
    background: #4480D7;
    color: #fff;
    line-height: 31px;
    padding: 20px 0;
    font-size: 14px;
}

.foot-div a {
    color: #fff;
}

.box-direction-up .str_wrap {
    background: #fff !important;
    height: 100%;
    line-height: normal;
}

.box-direction-up .str_move {}

.box {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.box:last-child {
    padding-bottom: 20px;
}

.box-title {
    background: #2B67B0;
    color: #fff;
    padding: 10px 13px;
    font-size: 15px;
}

.box-more {
    float: right;
    cursor: pointer;
    color: #fff;
}

.box-more i {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: url('../images/more.png');
}

.box-title2 {
    background: #ffffff;
    color: #676767;
    padding: 10px 13px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.box-more2 {
    float: right;
    cursor: pointer;
    color: #5d5d5d;
}

.box-more2 i {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: url('../images/more_black.png');
}

.box-content {
    background: #ffffff;
    padding: 10px 14px;
    border: 1px solid #ddd;
}

.box-content .btn-ct {
    text-align: center;
    padding: 8px 8px 0 8px;
    border-top: 1px dashed #ccc;
}

.box-content .btn-ct>a {
    border: 1px solid #2B67B0;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    color: #00b9ff;
    font-weight: bold;
    font-size: 15px;
}

.box-content .btn-ct>a:hover {
    color: #fff;
    background: #2B67B0;
}

.box-title-page {
    background: #FFFFFF;
    padding: 10px 13px;
    font-size: 17px;
    color: #3B6B93;
    font-weight: bold;
    text-indent: 1.5em;
    position: relative;
    display: none;
}

.box-title-page>span {
    font-size: 17px;
    color: #3B6B93;
    font-weight: bold;
}

.box-content-page {
    background: #ffffff;
    padding: 0;
}

.box-content-page .list {
    display: block;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-content-page .list li {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    display: flex;
}

.box-content-page .list li .list-link {
    display: block;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box-content-page .list li .icon {
    height: 7px;
    width: 7px;
    background: #FFAA00;
    display: inline-block;
    border-radius: 10px;
    float: left;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.box-content-page .list li .list-link-noimg {
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box-content-page .list li .list-link:hover {
    text-decoration: underline;
}

.box-content-page .list li span {}

.box-content-page .list li .list-l {
    width: 280px;
    height: 170px;
    background-position: center;
    background-size: cover;
    margin-right: 25px;
}

.box-content-page .list li .list-r {
    flex: 1;
}

.box-content-page .list li .list-r-noimg {
    height: 30px;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    padding: 5px 0;
}

.box-content-page .list li .list-date {
    font-size: 14px;
    font-weight: lighter;
}

.box-content-page .list li .list-date-noimg {
    float: right;
    display: inline-block;
    color: #999;
    font-size: 14px;
}

.box-content-page .list li .list-intr {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin: 13px 0 15px 0;
    overflow: hidden;
}

.ccx {
    margin-top: 30px;
}

.page-banner {
    width: 1200px;
    margin: auto;
}

.navigate-page {
    text-align: left;
    padding: 0px 0 30px 0;
}

.navigate-page .navigate-page-btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    background-color: #00b9ff;
    color: #fff;
    cursor: pointer;
}

.navigate-page .navigate-page-btn:hover {
    background-color: #2465ff;
}

.navigate-page .navigate-page-btn[disabled],
.navigate-page .navigate-page-btn[disabled]:hover {
    background-color: #E0F6FE;
}

.navigate-page .navigate-page-prev {
    background-image: url(../images/page-arrow-left.png);
    margin-right: 10px;
}

.navigate-page .navigate-page-next {
    background-image: url(../images/page-arrow-right.png);
    margin-left: 10px;
}

.navigate-page .navigate-page-num {
    display: inline-block;
    vertical-align: top;
}

.navigate-page .navigate-page-num ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigate-page .navigate-page-num ul li {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 19px;
    background-color: #E0F6FE;
    color: #00b9ff;
    cursor: pointer;
}

.navigate-page .navigate-page-num ul li:hover {
    background-color: #2465ff;
    color: #fff;
}

.navigate-page .navigate-page-num ul li.active {
    background-color: #00b9ff;
    color: #fff;
}

.navigate-page .navigate-page-num ul li+li {
    margin-left: 5px;
}

.blue {
    color: #336DE2;
}

.box-sreach-box {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.box-sreach-ipt {
    vertical-align: top;
    height: 19px;
    margin-right: -5px;
    width: 141px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
}

.box-sreach-btn {
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    width: 23px;
}

.box-nine {
    background: #ffffff;
    float: left;
}

.box-nine>div {
    width: 198px;
    margin-top: 15px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 15px;
    padding: 0 30px;
}

.box-nine>div>div {
    border: 1px solid #e2e2e2;
    padding-bottom: 24px;
}

.box-nine a {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    color: #333;
    height: 145px;
    width: 197px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}

.box-nine a>div:hover {
    color: #333;
    background: #F9F9F9;
}

.box-nine>a>div {
    border: 1px solid #e2e2e2;
    padding-bottom: 24px;
}

.box-nine a img {
    margin: 18px 0 5px 0;
}

.box-nine div>div:hover {
    background: #F9F9F9;
}

.box-nine div img {
    margin: 18px 0 5px 0;
}

.box-myfocus {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
}

.box-list-notime {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-list-notime div {
    padding-bottom: 11px;
    color: #333333;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.box-list-notime div:last-child {
    padding-bottom: 0;
}

.box-list-notime div:hover {
    color: #336DE2;
    cursor: pointer;
}

.box-list-notime div a {
    font-size: 15px;
}

.box-list-notime div a:hover {
    color: #336DE2;
}

.box-list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-list div {
    padding-bottom: 11px;
    color: #333333;
    position: relative;
    padding-right: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    background: url("../images/li.jpg") left -3px no-repeat;
    padding-left: 10px;
}

.box-list div:last-child {
    padding-bottom: 0;
}

.box-list div:hover {
    color: #336DE2;
    cursor: pointer;
}

.box-list div a {
    font-size: 15px;
}

.box-list div a:hover {
    color: #336DE2;
    cursor: pointer;
}

.box-list div span {
    color: #999999;
    float: right;
    position: absolute;
    right: 0;
    font-size: 15px;
}

.box-list font {
    color: red;
}

.box-img-div {
    position: absolute;
    right: -178px;
    top: 20px;
}

.box-img-div img {
    width: 164px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.box-code-div {
    position: absolute;
    left: -178px;
    top: 20px;
}

.box-code-div img {
    width: 164px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}

.box-pics {
    background: #fff !important;
    height: 190px !important;
}

.box-pics a {
    text-align: center;
    width: 220px;
    display: inline-block;
}

.box-pics span {
    display: block;
    text-align: center;
    position: relative;
    top: 7px;
}

.box-pics .str_move {
    top: 0px !important;
}

.box-pics img {
    height: 141px;
    margin-top: 12px;
}

.box-left {
    width: 360px;
}

.box-right {
    width: 616px;
    margin-left: 10px;
}

.box-right .box-content {
    min-height: 164.5px;
}

.box-links {
    background: #fff;
}

.box-links div {
    width: 19.677777777%;
    color: #333;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    padding: 18px 0;
}

.box-links div a:hover {
    color: #00b9ff;
}

.hot {
    font-style: normal;
    padding: 0px 0px;
    background: #E41E1E;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    width: 33px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    display: none;
}

.new {
    font-style: normal;
    padding: 0px 0px;
    background: #009CFF;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    width: 33px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    display: none;
}

.download-list li a {
    padding-right: 187px !important;
}

.download-list li span {
    right: 77px !important;
}

.download-button {
    text-overflow: inherit !important;
    border: 0;
    padding: 0px 10px 0px 10px !important;
    padding-right: 10px !important;
    color: #fff;
    background: #3784E2;
    border-radius: 4px;
    font-size: 12px;
    display: table-cell !important;
    cursor: pointer;
    width: 56px !important;
}

.download-button:hover {
    background: #2FA5FF;
    color: #fff !important;
}

/*业务范围、主要客户、获奖情况*/

.list-custom {
    display: none;
}

.list-custom-img {}

.list-custom-img>img {
    width: 100% !important;
    height: auto !important;
}

.list-custom-title {
    height: 25px;
    padding-left: 10px;
    line-height: 25px;
    font-size: 13px;
    color: #1b6497;
    font-weight: bold;
    background-color: #CDE3EB;
    margin: 15px 0;
}

.list-custom-title span {}

.list-custom-article {
    text-indent: 2em;
}

.list-custom-article p {
    margin: 9px 0;
}

.list-custom-grid {
    background-color: #F3ECDC;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 10px;
}

.list-custom-grid>div {
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px;
}

.list-custom-grid>div>div {
    background-color: #ccc;
    border-radius: 20px;
    height: 160px;
    color: #fff;
    display: table;
    width: 100%;
}

.list-custom-grid>div>div>div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.list-custom-grid>div>div>div>p {
    margin: 0;
    font-size: 16px;
}

.list-custom-grid>div>div>div>span {
    font-family: Humnst777 Cn BT;
    font-size: 14px;
}

.list-custom-ulgroup {
    overflow: hidden;
}

.list-custom-ulgroup>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%;
}

.list-custom-ulgroup>ul>li {
    margin-bottom: 10px;
}

.list-custom-album {
    padding: 0 26px;
}

.list-custom-album ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-custom-album ul li {
    width: 33.333333%;
    float: left;
    padding: 2px;
}

.list-custom-album ul li>div {
    border: 1px solid #ddd;
    padding: 10px;
}

.list-custom-album ul li img {
    width: 260px;
    height: 165px;
}

.list-custom-album ul li p {
    margin: 5px 0 0 0;
}

.list-custom-album-pop {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
}

.list-custom-album-pop img {
    width: 360px;
    height: 226px;
}

.list-custom-album-pop p {
    margin: 5px 0 0 0;
}

/*招聘*/

.list-trick-search {
    position: relative;
    border: 2px solid #00b9ff;
}

.list-trick-search-ipt {
    padding: 10px 15px;
    width: 85%;
    border: 0;
    font-size: 14px;
}

.list-trick-search-btn {
    width: 15%;
    display: inline-block;
    background: #00b9ff;
    color: #fff;
    height: 39px;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    padding: 0 0 0 27px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.list-trick-search-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #2465FF;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.list-trick-table {
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
}

.list-trick-table .list-trick-rows {
    display: table-row;
}

.list-trick-table .list-trick-th {
    background: #f4f4f4;
}

.list-trick-table .list-trick-th>div {}

.list-trick-table .list-trick-rows>div {
    display: table-cell;
    padding: 13px 17px;
    font-size: 15px;
    color: #333;
}

.list-trick-table .list-trick-rows a:hover {
    text-decoration: underline;
}

.list-trick-view {
    border: 1px solid #f1f1f1;
    padding: 0px 25px 35px 25px;
}

.list-trick {
    display: none;
}

.list-trick-view>h2 {
    color: #333;
    font-size: 28px;
    font-weight: normal;
}

.list-trick-view>h3 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.list-trick-info {
    background-color: #F4F4F4;
    overflow: hidden;
    padding: 16px 20px;
}

.list-trick-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #999;
    font-size: 14px;
}

.list-trick-info ul li {
    float: left;
    width: 33.333333%;
    padding: 2px 0;
}

.list-trick-info ul li span {
    color: #333;
}

.list-trick-describe {
    color: #666;
    font-size: 14px;
}

.list-trick-describe p {}

.list-trick-btn {
    text-align: center;
    padding-top: 15px;
}

.list-trick-btn a {
    display: inline-block;
    background: #00b9ff;
    color: #fff;
    padding: 10px 0;
    width: 23%;
    border-radius: 12px;
    font-size: 16px;
}

.list-trick-btn a:hover {
    background: #2465FF;
}

.list-trick-btn a+a {
    margin-left: 20px;
}

#Panel7 .conterbox>div {
    width: 33.33334%;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
}

#Panel7 .img {
    display: block;
    font-size: 0;
}

#Panel7 .img img {
    height: 230px;
    width: 100%;
}

#Panel7 .title {
    display: block;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
}

#contentbox img {
    max-width: 100%;
}

.page_btn {
    padding-top: 10px !important;
    margin-bottom: 30px;
}

.new_page span {
    background: #fff;
    color: #333;
    border-radius: 5px;
    height: 37px;
    line-height: 37px;
    padding: 0 15px;
    display: inline-block;
    margin: 0 5px 10px 5px;
    border: 1px solid #e5e5e5;
}

.new_page a {
    background: #fff;
    color: #333;
    border-radius: 5px;
    height: 37px !important;
    line-height: 33px !important;
    padding: 0 15px;
    display: inline-block;
    margin: 0 5px 10px 5px;
    border: 1px solid #e5e5e5;
    width: inherit !important;
}

.new_page span.current,
.new_page a[href]:hover {
    background: #00b9ff;
    color: white;
}

.newName {
    display: flex;
}

.newName .titleSet {
    flex: 1;
    font-weight: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.boxNewsListStyle_18 .sumary_list .newsTime {
    padding: 10px 0;
}