a {
    color: #8d8d8d;
}

a:hover {
    color: #0082ff;
}

img {
    border: none;
}

.position {
    width: 100%;
    background: #f8f8f8;
    font-size: 14px;
    color: #8d8d8d;
}

/* banner杞挱 */
.banner {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.banner .layout {
    margin-bottom: 20px;
    position: relative;
}

.banner ul li {
    display: none;
}

.banner p {
    padding-right: 5px;
    margin-top: 20px;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.banner p span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a3a3a3;
    margin-right: 20px;
    cursor: pointer;
}

.banner p span.active {
    background: #ee8e3f;
}

.zjbb {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.zjbb .layout {
    width: 1098px;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 20px 50px;
    overflow: hidden;
}

.zjbb img {
    width: 480px;
    height: 240px;
    float: left;
}

.zjbb .zjbb_right {
    float: right;
    width: 480px;
}

.zjbb .zjbb_right h1 {
    font-size: 22px;
    color: #2c2c2c;
    text-align: center;
}

.zjbb .zjbb_right .time span {
    font-size: 14px;
    color: #7b7b7b;
}

.zjbb .zjbb_right .content {
    height: 160px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    padding: 10px 0px;
    display: block;
}

.zjbb .zjbb_right .content p {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 30px;
    max-height: 160px;
    overflow-y: auto;
}

.recommendList {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.recommendList .layout {
    width: 1198px;
    border: 1px solid #eee;
    background: #fff;
    margin-top: 20px;
}

.title {
    margin: 20px 25px 0px 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.title h2 {
    font-size: 22px;
    color: #2c2c2c;
    display: inline-block;
}

.recommendList .title span {
    font-size: 16px;
    color: #afafaf;
    margin-left: 5px;
}

.recommendList ul {
    padding: 10px 25px 25px 25px;
    overflow: hidden;
}

.recommendList ul li {
    width: 270px;
    height: 266px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

.recommendList ul li:nth-child(4n) {
    margin-right: 0px;
}

.recommendList ul li img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.recommendList ul li .introduce {
    display: block;
    margin-top: 10px;
}

.recommendList ul li .introduce h3 {
    font-size: 22px;
    color: #2c2c2c;
    text-align: center;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 3px;
}

.recommendList ul li .introduce p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 27px;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 220px;
}

.recommendList ul li .introduce p::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #aaaaaa;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.recommendList ul li button {
    width: 127px;
    height: 34px;
    border: 2px solid #00ca44;
    background: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 18px;
    color: #00ca44;
    margin-top: 5px;
    cursor: pointer;
}

.spriteIcon {
    background: url("../images/icon.png") no-repeat;
}

.recommendList ul li button .down {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: 0px 0px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.recommendList ul li button:hover {
    background: #00ca44;
    color: #fff;
}

.recommendList ul li button:hover .down {
    background-position: -22px 0px;
}

.recommendList ul li .tjtj {
    width: 87px;
    height: 29px;
    background: -webkit-linear-gradient(top, #ff8230, #ff3e06);
    background: -moz-linear-gradient(top, #ff8230, #ff3e06);
    background: -o-linear-gradient(top, #ff8230, #ff3e06);
    background: -ms-linear-gradient(top, #ff8230, #ff3e06);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8230', endColorStr='#ff3e06', gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff8230',endColorStr='#ff3e06',gradientType='0')";
    border-radius: 15px 15px 15px 0px;
    position: absolute;
    top: -20px;
    left: -1px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
}

.recommendList ul li .hot {
    display: inline-block;
    width: 22px;
    height: 25px;
    background-position: -56px 0px;
    position: absolute;
    top: -3px;
    right: 10px;
}

.recommendList ul li:hover {
    width: 268px;
    height: 264px;
    border-width: 2px;
    border-style: solid;
    border-top-color: #ff8230;
    border-bottom-color: #ff3e06;
    border-left-color: #ff8230;
    border-right-color: #ff3e06;
}

.recommendList ul li:hover button {
    margin-top: 9px;
}

.recommendList ul li:hover .tjtj {
    top: -21px;
    left: -2px;
}

.recommendList ul li:hover .hot {
    top: -4px;
    right: 9px;
}

.recommendList ul li .introduce2 {
    display: block;
    padding: 0px 18px;
    margin-top: 10px;
    display: none;
}

.recommendList ul li .introduce2 p {
    line-height: 27px;
    font-size: 14px;
    color: #4d4d4d;
}

.recommendList ul li .introduce2 p.softjj {
    text-align: justify;
    height: 81px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.recommendList ul li .introduce2 p span {
    font-weight: bold;
    color: #4d4d4d;
}

.recommendList ul li:hover .introduce {
    display: none;
}

.recommendList ul li:hover .introduce2 {
    display: block;
}

.more {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.more button {
    width: 149px;
    height: 29px;
    background: -webkit-linear-gradient(top, #009aff, #0070f4);
    background: -moz-linear-gradient(top, #009aff, #0070f4);
    background: -o-linear-gradient(top, #009aff, #0070f4);
    background: -ms-linear-gradient(top, #009aff, #0070f4);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#009aff', endColorStr='#0070f4', gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#009aff',endColorStr='#0070f4',gradientType='0')";
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}

.more button:hover {
    background: -webkit-linear-gradient(top, #0070f4, #009aff);
    background: -moz-linear-gradient(top, #0070f4, #009aff);
    background: -o-linear-gradient(top, #0070f4, #009aff);
    background: -ms-linear-gradient(top, #0070f4, #009aff);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0070f4', endColorStr='#009aff', gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0070f4',endColorStr='#009aff',gradientType='0')";
}

.news {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.news .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

.news .title span.change {
    width: 73px;
    height: 20px;
    border: 1px solid #5ac557;
    border-radius: 10px;
    font-size: 14px;
    color: #5ac557;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.news .title {
    overflow: hidden;
}

.news .title span img {
    vertical-align: middle;
    margin-right: 3px;
}

.news ul {
    padding: 0px 25px 20px 25px;
    overflow: hidden;
}

.news ul li {
    margin-top: 15px;
    width: 33.3%;
    float: left;
}

.news ul li a {
    display: inline-block;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #2c2c2c;
}

.news ul li a:hover {
    color: #0082ff;
}

.news ul li a::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #2c2c2c;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.also_browse {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.also_browse .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

.also_browse ul {
    padding: 10px 25px 10px 25px;
    overflow: hidden;
}

.also_browse ul li {
    float: left;
    width: 160px;
    height: 32px;
    text-align: center;
    margin-right: 38px;
}

.also_browse ul li:nth-child(6n) {
    margin-right: 0px;
}

.also_browse ul li:hover {
    background: #0064d9;
}

.also_browse ul li:hover a {
    color: #fff;
}

.also_browse ul li a {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 32px;
    width: 140px;
    margin: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.classification {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.classification .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

.softList {
    padding: 20px 25px 20px 25px;
    overflow: hidden;
}

.softList dl dd img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.softList dl dd span {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 5px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
}

.softList dl dd span:hover {
    color: #0082ff;
}

.softList dl {
    width: 140px;
    margin-right: 28px;
    float: left;
}

.softList dl:nth-child(7n) {
    margin-right: 0px;
}

.softList dl dt {
    font-size: 18px;
    font-weight: bold;
    width: 115px;
    height: 30px;
    border-left: none;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.softList dl dd {
    padding: 5px 0px 0px;
}

.softList dl:nth-child(1) dt {
    background: #89d042;
}

.softList dl:nth-child(2) dt {
    background: #55bdf0;
}

.softList dl:nth-child(3) dt {
    background: #ff6c6c;
}

.softList dl:nth-child(4) dt {
    background: #40a1ff;
}

.softList dl:nth-child(5) dt {
    background: #ff8e4f;
}

.softList dl:nth-child(6) dt {
    background: #00c5a9;
}

.softList dl:nth-child(7) dt {
    background: #de6acf;
}

/* 搴曢儴 */
#footer {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 30px;
}

footer {
    padding-bottom: 15px;
}

footer a {
    color: #333;
}

footer a:hover {
    color: #0084ff;
}

footer ul.brand {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

footer ul.brand li {
    display: inline-block;
}

footer ul.brand li:after {
    width: 1px;
    height: auto;
    padding: 0 5px;
    content: '|';
    color: #e1e1e1;
}

footer p {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}

/* 杩斿洖椤堕儴 */
.cbbfixed {
    position: fixed;
    z-index: 3;
    right: 20px;
    bottom: -112px;
    cursor: pointer;
    transition: bottom ease .3s;
}

.cbbfixed .cbbtn {
    display: block;
    width: 60px;
    height: 60px;
}

.cbbfixed .gotop {
    margin-top: 10px;
    transition: background-color ease .3s;
}

.icon_top {
    background-position: -281px -0;
}

.icon_top:hover {
    background-position: -281px -60px;
}

/* 缂栬緫鎺ㄨ崘 */
.editor {
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 40px;
}

.editor .layout h2 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.editor .layout {
    width: 1150px;
    border: 1px solid #eee;
    padding: 20px 25px;
    background: #fff;
    margin-top: 20px;
}

.editor dl {
    margin-top: 16px;
}

.editor dl dt {
    width: 110px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #ff6c6c;
    text-align: center;
    position: relative;
}

.editor dl dt::after {
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ff6c6c;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}

.editor dl dd {
    color: #a8a8a8;
    margin-left: 5px;
    width: 1033px;
}

.editor dl dd a {
    width: 84px;
    font-size: 14px;
    color: #1d1d1d;
    margin: 0px 13px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.editor dl dd a:hover {
    color: #0082ff;
}

.editor dl:nth-child(3) dt {
    background: #40a1ff;
}

.editor dl:nth-child(3) dt::after {
    border-color: transparent transparent transparent #40a1ff;
}

.editor dl:nth-child(4) dt {
    background: #89d042;
}

.editor dl:nth-child(4) dt::after {
    border-color: transparent transparent transparent #89d042;
}

/* 2022-09-27鏂板 */
/* 绮鹃€夎瘎璁� */
.selected_comments {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.selected_comments .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

.selected_comments .comment_list {
    padding: 0px 20px 20px 20px;
}

.selected_comments .layout ul {
    /* position: absolute; */
}

.selected_comments .layout ul li {
    margin-top: 20px;
    /* height: auto !important; */
}

.selected_comments .layout ul li img {
    width: 50px;
    vertical-align: middle;
}

.selected_comments .layout ul li p {
    width: 960px;
    /* height: 70%; */
    border-radius: 5px;
    background: #eee;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #2c2c2c;
    padding: 20px 10px;
    margin-left: 10px;
}

.selected_comments .layout ul li span {
    font-size: 14px;
    color: #4d4d4d;
    margin-left: 20px;
}

/* 杞欢涓撻 */
.selected_softzt {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.selected_softzt .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

.selected_softzt ul {
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

.selected_softzt ul li {
    float: left;
    margin-left: 12px;
    margin-top: 20px;
}

.selected_softzt ul li:nth-child(1) {
    margin-left: 0px;
}

.selected_softzt ul li img {
    width: 280px;
    height: 140px;
}

.selected_softzt ul li a {
    position: relative;
}

.selected_softzt ul li p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #2c2c2c;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

/* 搴曢儴tab鍒囨崲 */
.tabWrap {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.tabWrap .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabWrap .title ul {
    overflow: hidden;
}

.tabWrap .title ul li {
    float: left;
    margin-right: 40px;
    font-size: 22px;
    color: #2c2c2c;
    font-weight: bold;
    cursor: pointer;
}

.tabWrap .content {
    padding: 0px 25px;

}

.tabWrap .content ul {
    overflow: hidden;
    border-bottom: none;
    border-right: none;
    padding-bottom: 20px;
    display: none;
}

.tabWrap .content ul li {
    width: 110px;
    padding: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    float: left;
    margin-right: 13px;
    background: rgba(215, 215, 215, 1);
    text-align: center;
    margin-top: 20px;
}

.tabWrap .content ul li:nth-child(8n) {
    margin-right: 0px;
}

.tabWrap .content ul li a {
    color: #333;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tabWrap .content ul li:hover {
    background: rgba(51, 102, 255, 1);
}

.tabWrap .content ul li:hover a {
    color: #fff;
}

.tabWrap .title ul li.active {
    color: #0082ff;
}

/* 杞欢涓撻鏀逛负宸﹀彸婊氬姩 */
.selected_softzt .softzt_list {
    padding: 0px 20px;
    height: 184px;
}

.selected_softzt .softzt_list .tempWrap {
    width: 1160px !important;
}

/* 涓撻澶撮儴浼樺寲 */
.zjbb {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.zjbb .layout {
    width: 1148px;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 25px;
    overflow: hidden;
}

.zjbb img {
    width: 400px;
    height: 200px;
    float: left;
}

.zjbb .zjbb_right {
    /* float: right; */
    width: 710px;
}

.zjbb .zjbb_right h1 {
    font-size: 22px;
    color: #2c2c2c;
    text-align: left;
    /* float: left; */
}

.zjbb_right .clearfix span {
    /* overflow: hidden; */
    float: none;
}

.zjbb .zjbb_right .time span {
    /* float: right; */
    font-size: 14px;
    color: #9f9f9f;
    padding-top: 5px;
}

.zjbb .zjbb_right .content {
    height: 100px;
    margin-top: 5px;
    padding: 10px 0px;
    display: block;
    border-bottom: none;
}

.zjbb .zjbb_right .content p {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 28px;
    max-height: 100px;
    overflow-y: auto;
}

.zjbb .zjbb_right .t-label {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.zjbb .zjbb_right .t-label p {
    float: left;
    font-size: 14px;
    color: #005cd0;
}

.zjbb .zjbb_right .t-label ul li {
    float: left;
    width: 80px;
    height: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
}

.zjbb .zjbb_right .t-label ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.zjbb .zjbb_right .t-label ul li a,
.zjbb .zjbb_right .t-label ul li a:hover {
    color: #fff;
}

.zjbb .zjbb_right .t-label ul li:nth-child(1) {
    background: #0099ff;
}

.zjbb .zjbb_right .t-label ul li:nth-child(1):hover {
    background: #007eff;
}

.zjbb .zjbb_right .t-label ul li:nth-child(2) {
    background: #48d8d7;
}

.zjbb .zjbb_right .t-label ul li:nth-child(2):hover {
    background: #00bfc1;
}

.zjbb .zjbb_right .t-label ul li:nth-child(3) {
    background: #82dc86;
}

.zjbb .zjbb_right .t-label ul li:nth-child(3):hover {
    background: #4fc955;
}

.zjbb .zjbb_right .t-label ul li:nth-child(4) {
    background: #de93e9;
}

.zjbb .zjbb_right .t-label ul li:nth-child(4):hover {
    background: #e068f2;
}

.zjbb .zjbb_right .t-label ul li:nth-child(5) {
    background: #ffb240;
}

.zjbb .zjbb_right .t-label ul li:nth-child(5):hover {
    background: #ff9915;
}

/* 澧炲姞骞垮憡鏍囪瘑 chenlq 2023-03-30 */
.banner ul li {
    position: relative;
}

.banner ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 29px;
    height: 16px;
    z-index: 999;
    background-image: url(../images/adtips.png);
}

/* 鏂板搴曢儴tab鐑棬鏁欑▼鏍峰紡 */
.tabWrap .content ul:nth-of-type(3) {
    padding: 7px 0px 14px 0px;
}

.tabWrap .content ul:nth-of-type(3) li {
    width: 354px;
    margin-top: 5px;
    background: #Fff;
    border: none;
}

.tabWrap .content ul:nth-of-type(3) li a {
    width: 272px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #1d1d1d;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.tabWrap .content ul:nth-of-type(3) li a:hover {
    margin-left: 8px;
    color: #0082ff;
}

.tabWrap .content ul:nth-of-type(3) li a::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #383838;
    margin-right: 5px;
}

.tabWrap .content ul:nth-of-type(3) li span {
    font-size: 14px;
    color: #bebebe;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.tabWrap .content ul:nth-of-type(3) li:nth-of-type(3n) {
    margin-right: 0px;
}

.tabWrap .content ul:nth-of-type(3) li:nth-child(8n) {
    margin-right: 13px;
}