@charset "utf-8";

/* 通用*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea,
p {
    font: normal 14px/1.5 "Microsoft Yahei";
    font: normal 14px/1.5 "Pingfang SC";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}
.edge .boxcenter .leftCenter .leftMiddle .content p {
    line-height: inherit !important;
    font-size: inherit !important;
}
.edge .outCenter .leftBox .leftCenterBox .middletxt p{
    line-height: inherit !important;
    font-size: inherit !important;
}
a {
    text-decoration: none;
    outline: none;
}
img {
    border: 0;
}
/*
.clearfix {
    clear: both;
}
*/


.clearfix::before, .clearfix::after {
    clear: both;
    display: block;
    content: "";
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.l{
    float: left;
}
.r{
    float: right;
}
.content li {
    clear: inherit;
}
.tac {
    text-align: center;
}
.content strong span{
    font-weight: bold !important;
}

/* common样式 */
.content .fontSize_1 {
    font-size: 26px;
    line-height: 1.5;
    color: #333;
}
.content .fontSize_2 {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
.content .fontSize_3 {
    font-size: 17px;
    line-height: 1.5;
    color: #333;
}
.content .fontSize_4 {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.content .fontSize_5 {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

/*2020-11-12 zc*/
.content {
    margin: 0 auto;
}
.content .langBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .langBox .lang {
    width: 16%;
}
.content .lanB {
    margin-top: 30px;
}
.content .lanT {
    margin-top: 0;
}
.content .langBox .lang {
    height: 210px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.content .langBox .lang .langItemTitle {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
}
.content .langBox .lang .langItemMain {
    text-align: center;
    padding: 30px 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
}

/*浪布局配色*/
.content .langColor_1 {
    background: #236efb;
}
.content .langColor_1 p {
    background: #1856ca;
}
.content .langColor_2 {
    background: #05a0f1;
}
.content .langColor_2 p {
    background: #086fa5;
}
.content .langColor_3 {
    background: #01c9b4;
}
.content .langColor_3 p {
    background: #038174;
}
.content .langColor_4 {
    background: #f45750;
}
.content .langColor_4 p {
    background: #b42f29;
}
.content .langColor_5 {
    background: #ec3863;
}
.content .langColor_5 p {
    background: #a32846;
}
.content .langColor_6 {
    background: #584be3;
}
.content .langColor_6 p {
    background: #3629b9;
}

/*横向布局列表*/
.content .rowListLayout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f7f7f7;
    position: relative;
    margin-top: 25px;
}
.content .rowListLayout .rowListLayoutItem {
    width: 33%;
    padding: 0px 10px;
}
.content .rowListLayout .rowListLayoutItem img {
    height: 143px;
    width: 220px;
    display: block;
    margin: 25px auto 0;
}
.content .rowListLayoutText {
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #424242;
    margin-bottom: 25px;
}
.content .rowListLayout :after {
    width: 33%;
    height: 80px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: block;
    position: absolute;
    top: 56px;
    left: 33%;
    content: "";
}

/*横向布局（带底图）列表*/
.content .rowListLayoutShadow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .rowListLayoutShadow .rowListLayoutItem {
    width: 33%;
    padding: 9px;
}
.content .rowListLayoutShadow .rowListLayoutItem div {
    height: 414px;
    display: block;
    text-align: center;
    padding: 25px 25px 60px 25px;
    position: relative;
    box-shadow: 0 0 10px #c1c1c1;
}
.content .rowListLayoutShadow .rowListLayoutItem div img {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.content .rowListLayoutShadow .rowListLayoutItem div .liText {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.content .rowListLayoutShadow .rowListLayoutItem div p {
    font-size: 14px;
    line-height: 25px;
    color: #888;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.content .rowListLayoutShadow .rowListLayoutItem div a {
    display: inline-block;
    padding: 5px 20px;
    background: #F95B5E;
    border-radius: 30px;
    margin-top: 20px;
    cursor: pointer;
}
.content .rowListLayoutShadow .rowListLayoutItem div a span {
    font-size: 14px;
    color: white;
    line-height: 19px;
    border-radius: 30px;
}

/* 文章标题 */
.content .title_type1 {
    width: 830px;
    height: 43px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    font-weight: bold;
    color: #4b4a48;
    margin-top: 30px;
}

/* 鼠标经过图片上浮动 */
.content .hc_type1 {
    width: 830px;
    /* height: 193px; */
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .hc_type1 .li_div {
    width: 262px;
    /* height: 193px; */
    transition: .3s;
}
.content .hc_type1 .li_div:hover,
.content .hc_type2 .li_div:hover {
    transform: translateY(-10px);
    transition: .3s;
}
.content .hc_type1 .li_div .top_pic {
    width: 262px;
    height: 182px;
    overflow: hidden;
}
.content .hc_type1 .li_div .top_pic img {
    width: 262px;
    height: 182px;
    display: block;
}
.content .hc_type1 .li_div .btm_tex {
    width: 262px;
    height: 57px;
    background: #e210e3;
    font-size: 16px;
    padding-top: 8px;
    box-sizing: border-box;
}
.content .hc_type1 .li_div:nth-child(2) .btm_tex {
    background: #0ba3ec;
}
.content .hc_type1 .li_div:nth-child(3) .btm_tex {
    background: #fea213;
}
.content .hc_type1 .li_div .btm_tex .text1 {
    font-size: 16px;
    color: #FFF;
    text-align: center;
}
.content .hc_type1 .li_div .btm_tex .text2 {
    font-size: 12px;
    color: #FFF;
    text-align: center;
}


/* 鼠标经过图标上浮动 */
.content .hc_type2 {
    width: 830px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .hc_type2 .li_div {
    width: 120px;
    margin-top: 30px;
    float: left;
    transition: .3s;
}
.content .hc_type2 .li_div .top_pic {
    width: 92px;
    height: 92px;
    margin: 0 auto;
}
.content .hc_type2 .li_div .btm_tex {
    width: 120px;
    text-align: center;
    margin-top: 15px;
    color: #333;
}
.content .top_cont2 {
    width: 225px;
    display: inline-block;
    border-right: 1px solid #d9d9d9;
}
.content .hc_type2 .line_1 {
    width: 1px;
    height: 92px;
    background: #d9d9d9;
    margin: 30px 60px 0 52px;
    float: left;
}

/* 左右布局标题 */
.content .title_type2 {
    width: 830px;
    height: 62px;
    background: #fe0000;
    margin-top: 30px;
}
.content .title_type2 .left_div1 {
    width: 195px;
    height: 62px;
    color: #FFF;
    font-size: 20px;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.content .title_type2 .left_div2 {
    width: 630px;
    height: 62px;
    color: #FFF;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

/* 文字图片块 */
.content .hc_type3 {
    width: 830px;
    margin: 30px auto 0;
}
.content .hc_type3 .li_div {
    height: 180px;
    overflow: hidden;
}
.content .hc_type3 .li_div .left_div {
    width: 180px;
    float: left;
    margin: 32px 0 0 0px;
}
.content .hc_type3 .li_div .middle_div {
    margin-top: 32px;
    width: 322px;
    font-size: 14px;
    color: #333;
    float: left;
}
.content .hc_type3 .li_div .right_div {
    width: 260px;
    height: 128px;
    float: left;
    margin: 27px 0 0 43px;
    text-align: justify;
}
.content .hc_type3 .li_div .left_div .top_num {
    font-size: 40px;
    color: #1174de;
    font-weight: bold;
    text-align: center;
}
.content .hc_type3 .li_div .left_div .btm_tit {
    font-size: 18px;
    color: #323232;
    text-align: center;
}

/* 图左文右 */
.content .imgLRBoxOne {
    width: 830px;
    overflow: hidden;
    *zoom: 1;
    margin: 9px 0;
}
.content .imgLRBoxOne .imgBox {
    width: 415px;
    height: 245px;
    float: left;
}
.content .imgLRBoxOne .imgBox img {
    width: 415px;
    height: 245px;
}
.content .imgLRBoxOne .textBox {
    width: 303px;
    height: 173px;
    background-color: #f4f5fa;
    float: right;
    color: #494949;
    padding: 36px 56px;
}
.content .imgLRBoxOne .textBox .textBoxTitle {
    font-size: 20px;
    padding: 17px 0 11px;
    background: url(images/textBoxTitle.jpg) no-repeat left top;
}
.content .imgLRBoxOne .textBox .textBoxMain {
    font-size: 14px;
    line-height: 24px;
}

/* 图右文左 */
.content .imgLRBoxEven {
    width: 830px;
    overflow: hidden;
    *zoom: 1;
    margin: 9px 0;
}
.content .imgLRBoxEven .imgBox {
    width: 415px;
    height: 245px;
    float: right;
}
.content .imgLRBoxEven .imgBox img {
    width: 415px;
    height: 245px;
}
.content .imgLRBoxEven .textBox {
    width: 303px;
    height: 173px;
    background-color: #f4f5fa;
    float: left;
    color: #494949;
    padding: 36px 56px;
}
.content .imgLRBoxEven .textBox .textBoxTitle {
    font-size: 20px;
    padding: 17px 0 11px;
    background: url(images/textBoxTitle.jpg) no-repeat left top;
}
.content .imgLRBoxEven .textBox .textBoxMain {
    font-size: 14px;
    line-height: 24px;
}
.content .imgLRBoxOne .textBox a,
.imgLRBoxEven .textBox a {
    height: 28px;
    line-height: 28px;
    border: 1px solid #2e7eed;
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #2e7eed;
    cursor: pointer;
}

/* 列表信息展示 */
.content .listItemBox_01 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .listItemBox_01 .listItem {
    width: 198px;
}
.content .listItemBox_01 .listItem .listItemImg {
    width: 100%;
    height: 207px;
}
.content .listItemBox_01 .listItem .listItemImg img {
    width: 100%;
    height: 207px;
}
.content .listItemBox_01 .listItemMain {
    padding: 27px 0 0 32px;
}
.content .listItemBox_01 .listItemMain h3 {
    font-size: 23px;
    font-weight: normal;
    line-height: 1;
}
.content .listItemBox_01 .listItemMain .listItemInfo {
    padding: 13px 0 20px 0;
}
.content .listItemBox_01 .listItemMain .listItemList {
    line-height: 30px;
}

/* 页面红色列表样式——1 */
.content .redListBox {
    width: 780px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .redListBox .redListBoxItem {
    width: 194px;
    height: 320px;
    background-color: #f96f5c;
    padding: 15px 9px;
}
.content .redListBox .redListMain {
    width: 100%;
    height: 100%;
    background-color: #fb7461;
}
.content .redListBox .redListMain .redListTitle {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
}
.content .redListBox .redListMain .item {
    margin: 16px auto 0;
}
.content .redListBox .redListMain .item li {
    width: 175px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #e6503b;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto 5px;
}
.content .redListBox .redListMain .item li p {
    line-height: inherit;
}
.content .redListBox .redListMain .item .moneyStyle span {
    font-size: 12px;
    display: inline-block;
}
.content .redListBox .redListMain .item .moneyStyle strong {
    font-size: 32px !important;
    font-weight: bold;
    display: inline-block;
}
.content .redListBox .redListMain .item .udItem {
    width: 145px;
    height: 35px;
    padding: 10px 15px;
}
.content .redListBox .redListMain .item .udItemT {
    padding-bottom: 10px;
    line-height: 1;
    font-size: 14px;
    overflow: hidden;
    *zoom: 1;
}
.content .redListBox .redListMain .item .udItemT .udItemTL {
    float: left;
    text-align: left;
}
.content .redListBox .redListMain .item .udItemT .udItemTR {
    float: right;
    text-align: right;
    font-size: 12px;
}
.content .redListBox .redListMain .item .udItemT .udItemTR strong {
    font-size: 16px;
}
.content .redListBox .redListMain .item .udItemB {
    font-size: 12px;
    line-height: 1;
    text-align: left;
}

/* 页面图文列表样式——1 */
.content .newsImgTextItem {
    width: 829px;
    margin: 30px auto 0;
}
.content .newsImgTextItem .imgBox {
    width: 829px;
    height: 348px;
}
.content .newsImgTextItem .textBox {
    background-color: #f6f9fa;
    padding: 40px 46px;
}
.content .newsImgTextItem .textBox .textBoxTitle {
    line-height: 1;
    border-left: 5px solid #fb7461;
    font-size: 20px;
    text-align: left;
    text-indent: 7px;
    font-weight: normal;
}
.content .newsImgTextItem .textBox .textBlock {
    margin: 16px 13px;
}
.content .newsImgTextItem .textBox .textNav {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 16px;
}
.content .newsImgTextItem .textBox .textMain {
    font-size: 14px;
    line-height: 22px;
}

/* 页面图文列表样式——2 */
.content .listItem_02 {
    width: 827px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .listItem_02 li {
    width: 267px;
    height: 288px;
    background-color: #f6f5fa;
}
.content .listItem_02 li .imgBox {
    width: 267px;
    height: 151px;
}
.content .listItem_02 li .textBox {
    width: 215px;
    margin: 0 auto;
}
.edge .outCenter .leftBox .leftCenterBox .middletxt .content .listItem_02 li .textBox .textBoxTitle{
    font-size: 22px !important;
    color: #fe684f;
    text-align: center;
    padding: 14px 0 0;
    line-height: 1;
}
.content .listItem_02 li .textBox .textBoxTitle {
    font-size: 22px;
    color: #fe684f;
    text-align: center;
    padding: 14px 0;
    line-height: 1;
}
.content .listItem_02 li .textBox .textBoxMain {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

/* 页面图文列表样式——3 */
.content .listItem_03 {
    width: 827px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .listItem_03 li {
    width: 241px;
    height: 337px;
    background-color: #f6f5fa;
}
.content .listItem_03 li .imgBox {
    text-align: center;
    padding-top: 27px;
}
.content .listItem_03 li .imgBox img {
    width: 89px;
    height: 124px;
}
.content .listItem_03 li .textBox {
    width: 210px;
    margin: 20px auto 0;
}
.content .listItem_03 li .textBox .textBoxTitle {
    font-size: 16px;
    color: #494949;
    text-align: center;
    padding: 14px 0;
    line-height: 1;
}
.content .listItem_03 li .textBox .textBoxMain {
    font-size: 14px;
    color: #494949;
    line-height: 22px;
}


/* 页面标题样式——1 */
.content .titleStyle_01 {
    font-size: 24px !important;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
    border-left: 5px solid #e60012;
    line-height: 1;
    margin: 17px 0 0 36px;
}
.content p.titleStyle_01 {
    font-size: 24px!important;
}

/* 页面图文列表样式——4 */
.content .listItem_04 {
    width: 820px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .listItem_04 li {
    width: 199px;
    background-color: #f6f5fa;
}
.content .listItem_04 li .imgBox {
    text-align: center;
    padding-top: 27px;
}
.content .listItem_04 li .imgBox img {
    width: 199px;
    height: 122px;
}
.content .listItem_04 li .textBox {
    width: 199px;
}
.content .listItem_04 li .textBox .textBoxTitle {
    font-size: 16px;
    color: #494949;
    text-align: center;
    line-height: 1;
    padding-bottom: 5px;
}
.content .listItem_04 li .textBox .textBoxMain {
    font-size: 14px;
    color: #494949;
    line-height: 1;
}

.content {
    width: 830px;
    margin: 0 auto;
}

.content .ul_box {
    margin-top: 30px;
    overflow: hidden;
}
.content .ul_box .ui_box_2 {
    width: 400px;
    height: 260px;
    background: #ff9c01;
    border-radius: 4px;
    float: left;
    border-radius: 4px;
}
.content .ul_box .ui_box_2 .title1 {
    font-size: 15px;
    color: #FFF;
    padding-top: 12px;
    text-align: center;
}
.content .ul_box .ui_box_2 .class_p {
    width: 377px;
    font-size: 13px;
    color: #FFF;
    margin: 12px auto 0;
    text-align: justify;
    line-height: 22px;
}
.content .ul_box .ui_box_2 .class_img {
    width: 377px;
    height: 130px;
    margin: 8px auto 0;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ul_box .ui_box_1s {
    width: 400px;
    height: 260px;
    border-radius: 4px;
    float: left;
    border: 1px solid #e2e2e2;
}
.content .ul_box .ui_box_2s {
    width: 400px;
    height: 260px;
    border-radius: 4px;
    float: left;
    margin-left: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.content .ui_ul_2 {
    margin-top: 6px;
    overflow: hidden;
}
.content .ui_ul_2 li {
    float: left;
    width: 400px;
    height: 204px;
    margin: 24px 24px 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.content .ui_ul_2 li:nth-child(2n) {
    margin-right: 0;
}
.content .ui_ul_2 li .class_img {
    float: left;
    width: 208px;
    height: 204px;
    border-radius: 4px;
}
.content .ui_ul_2 li .right_div {
    float: left;
    width: 192px;
    height: 204px;
}
.content .ui_ul_2 li .right_div .title1 {
    font-size: 17px;
    color: #333;
    text-align: center;
    padding-top: 15px;
}
.content .ui_ul_2 li .right_div .color_orange {
    display: block;
    width: 26px;
    height: 3px;
    background-color: #ff9c01;
    margin: 12px auto 0;
}
.content .ui_ul_2 li .right_div .class_p {
    width: 154px;
    margin: 13px auto 0;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.content .ui_ul_icon_4 {
    width: 660px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_4 li {
    width: 144px;
    height: 140px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 24px;
    float: left;
}
.content .ui_ul_icon_4 li:nth-last-child(1) {
    margin-right: 0;
}
.content .ui_ul_icon_4 li .class_img {
    width: 79px;
    height: 79px;
    margin: 0 auto;
    display: block;
    padding-top: 18px;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_4 li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 10px;
    display: block;
}
.content .ui_ul_icon_4 {
    width: 660px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_4 li {
    width: 144px;
    height: 140px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 24px;
    float: left;
}
.content .ui_ul_icon_4 li:nth-last-child(1) {
    margin-right: 0;
}
.content .ui_ul_icon_4 li .class_img {
    width: 79px;
    height: 79px;
    margin: 0 auto;
    display: block;
    padding-top: 18px;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_4 li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 10px;
    display: block;
}

.content .ui_ul_icon_5 {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_5s {
    width: 830px;
    overflow: hidden;
}
.content .ui_ul_icon_5s li {
    width: 144px;
    height: 200px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}
.content .ui_ul_icon_5s li:nth-last-child(1) {
    margin-right: 0;
}
.content .ui_ul_icon_5s li .class_img {
    width: 144px;
    height: 143px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_5s li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 8px;
    line-height: 22px;
    display: block;
}

.content .ui_ul_icon_3 {
    overflow: hidden;
}
.content .ui_ul_icon_3 li {
    width: 258px;
    height: 204px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}
.content .ui_ul_icon_3 li:nth-child(3n) {
    margin-right: 0;
}
.content .ui_ul_icon_3 li .class_img {
    width: 258px;
    height: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_3 li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 8px;
    line-height: 22px;
    display: block;
}
.content .ui_ul_icon_3s {
    overflow: hidden;
}
.content .ui_ul_icon_3s li {
    width: 258px;
    height: 224px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}
.content .ui_ul_icon_3s li:nth-child(3n) {
    margin-right: 0;
}
.content .ui_ul_icon_3s li .class_img {
    width: 258px;
    height: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_3s li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 8px;
    line-height: 22px;
    display: block;
}
.content .ui_ul_icon_3s li span strong {
    font-weight: bold;
}

.content .ul_box_gai {
    overflow: hidden;
    margin: 30px auto 0;
}
.content .ul_box_gai .ui_box_1s_gai,
.content .ul_box_gai .ui_box_2s_gai {
    float: left;
}
.content .ul_box_gai .ui_box_1s_gai {
    width: 400px;
}
.content .ul_box_gai .ui_box_2s_gai {
    width: 400px;
    float: right;
}
.content .ul_box_gai .ui_box_1s_gai img,
.content .ul_box_gai .ui_box_2s_gai img {
    width: 100%
}
.content .ui_ul_icon_9 {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_9 li:nth-child(1) {
    margin-left: 90px;
}

/* UI页面问题列表—1 */
.content .questionList_01 {
    width: 828px;
    height: 154px;
    margin: 30px auto 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .questionList_01 li {
    width: 260px;
    font-weight: bold;
}
.content .questionList_01 li .questionT {
    width: 260px;
    height: 48px;
    background-color: #ff9c01;
    font-size: 18px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.content .questionList_01 li .questionB {
    width: 260px;
    height: 106px;
    background-color: #9a42fd;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 4px 4px;
}
.content .questionList_01 li .questionB p {
    text-align: center;
    line-height: 30px;
}

/* UI页面图片列表—1 */
.content .uiImgList_01 {
    width: 834px;
    height: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .uiImgList_01 li {
    width: 189px;
    height: 246px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}
.content .uiImgList_01 li .imgBox {
    width: 189px;
    height: 185px;
}
.content .uiImgList_01 li .textBox {
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .uiImgList_01 li .textBox p {
    text-align: center;
}

/* UI页面列表项—1（3个） */
.content .studentList_01 {
    width: 828px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .studentList_01 li {
    width: 228px;
    height: 170px;
    padding: 13px 16px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.content .studentList_01 li .studentItemT {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}
.content .studentList_01 li .studentItemTL {
    width: 58px;
    height: 58px;
    float: left;
}
.content .studentList_01 li .studentItemTR {
    width: 160px;
    padding-top: 5px;
    float: right;
}
.content .studentList_01 li .studentItemTR .studentItemName {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}
.content .studentList_01 li .studentItemTR .operationBox {
    padding-top: 5px;
}
.content .studentList_01 li .studentItemTR .operationBox .operationL {
    float: left;
}
.content .studentList_01 li .studentItemTR .operationBox .operationR {
    float: left;
    margin-left: 30px;
}
.content .studentList_01 li .studentItemTR .operationBox .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
}
.content .studentList_01 li .studentItemTR .operationBox span {
    font-size: 13px;
    color: #999999;
}
.content .studentList_01 li .studentItemB {
    margin: 14px auto 0;
}
.content .studentList_01 li .studentItemB p {
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* UI页面列表项—1（6个） */
.content .studentList_01_6 {
    width: 828px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content .studentList_01_6 li {
    width: 228px;
    height: 170px;
    padding: 13px 16px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 15px;
}
.content .studentList_01_6 li .studentItemT {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}
.content .studentList_01_6 li .studentItemTL {
    width: 58px;
    height: 58px;
    float: left;
}
.content .studentList_01_6 li .studentItemTR {
    width: 160px;
    padding-top: 5px;
    float: right;
}
.content .studentList_01_6 li .studentItemTR .studentItemName {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}
.content .studentList_01_6 li .studentItemTR .operationBox {
    padding-top: 5px;
}
.content .studentList_01_6 li .studentItemTR .operationBox .operationL {
    float: left;
}
.content .studentList_01_6 li .studentItemTR .operationBox .operationR {
    float: left;
    margin-left: 30px;
}
.content .studentList_01_6 li .studentItemTR .operationBox .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
}
.content .studentList_01_6 li .studentItemTR .operationBox span {
    font-size: 13px;
    color: #999999;
}
.content .studentList_01_6 li .studentItemB {
    margin: 14px auto 0;
}
.content .studentList_01_6 li .studentItemB p {
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* UI教师信息列表 */
.content .uiTeacherInfo {
    width: 833px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .uiTeacherInfo li {
    width: 189px;
    height: 354px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.content .uiTeacherInfo li .textBox {
    padding: 10px;
}
.content .uiTeacherInfo li .textBox h4 {
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    color: #333333;
    padding-bottom: 10px;
}
.content .uiTeacherInfo li .textBox p {
    font-size: 12px;
    line-height: 24px;
    color: #595959;
    word-break: break-all;
}

/* UI空标题 */
.content .uiTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 70px 0 24px 0;
    text-align: center;
}
.content .uiTitle P{
    font-size: 24px !important;
    font-weight: bold;
    color: #333333;
    margin: 70px 0 24px 0;
    text-align: center;
}

/* 其它文章块_01 */
.content .artical_block_01 {
    border: 2px solid #f0532d;
    border-radius: 8px;
    position: relative;
    padding: 40px 20px 20px 20px;
    margin: 30px auto;
    border-color: #1174de;
}
.content .artical_block_01 .articalTitle {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    padding: 12px 20px 12px 20px;
    top: -15px;
    left: -4px;
    border-radius: 0px 22px 22px 19px;
    z-index: 99;
    background: #1174de;
    box-shadow: #1174de 3px 3px 5px;
}
.content .artical_block_01 p {
    color: #555;
    line-height: 26px;
    font-size: 15px;
}

/* 其它文章块_01（可更改） */
.content .artical_block_01_ {
    border: 2px solid #f0532d;
    border-radius: 8px;
    position: relative;
    padding: 40px 20px 20px 20px;
    margin: 30px auto;
    border-color: #1174de;
}

.content .artical_block_01_ .articalTitle {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    padding: 12px 20px 12px 20px;
    top: -15px;
    left: -4px;
    border-radius: 0px 22px 22px 19px;
    z-index: 99;
    background: #1174de;
}

.content .artical_block_01_ p {
    color: #555;
    line-height: 26px;
    font-size: 15px;
}


/* 其它文章块_01（可更改） */
.content .artical_block_01_s {
    border-radius: 8px;
    position: relative;
    margin: 30px auto;
}
.content .artical_block_01_s .articalTitle {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    padding: 12px 20px 12px 20px;
    top: -15px;
    left: -4px;
    border-radius: 0px 22px 22px 19px;
    z-index: 99;
    background: #1174de;
}
.content .artical_block_01_s .articalMain{
    padding: 40px 20px 20px 20px;
    border: 2px solid #1174de;
}
.content .artical_block_01_s p {
    color: #555;
    line-height: 26px;
    font-size: 15px;
}

/* 其它文章块_02 */
.content .artical_block_02 {
    position: relative;
    margin: 50px 0 30px 0;
}
.content .artical_block_02 .articalTitle {
    background: #ee7797;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: 99;
    font-size: 20px;
    padding: 0 10px;
}
.content .artical_block_02 .articalTitle:before {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #ee7797;
    content: "";
    z-index: -1;
}
.content .artical_block_02 .articalText {
    line-height: 26px;
    padding: 40px 20px 20px 20px;
    border: 1px solid #ee7797;
    padding: 40px 20px 20px 20px;
    color: #555;
}

/* 其它文章块_02（可更改） */
.content .artical_block_02_ {
    position: relative;
    margin: 50px 0 30px 0;
}
.content .artical_block_02_ .articalTitle {
    background: #ee7797;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: 99;
    font-size: 20px;
    padding: 0 10px;
}
.content .artical_block_02_ .articalText {
    line-height: 26px;
    padding: 40px 20px 20px 20px;
    border: 1px solid #ee7797;
    padding: 40px 20px 20px 20px;
    color: #555;
}
/* 影视新增-01 */
.content .ys_div_icon_bg {
    width: 168px;
    height: 168px;
    background: #322962;
    overflow: hidden;
}

.content .ys_div_icon_bg .class_img {
    width: 86px;
    height: 86px;
    margin: 28px auto 0;
    display: block;
}

.content .cen_tex {
    text-align: center;
    padding-top: 16px;
    font-size: 16px;
    color: #FFF;
}

.content .ys_ul_new1 {
    overflow: hidden;
    margin: 30px auto 0;
}

.content .ys_ul_new1 li {
    width: 168px;
    height: 168px;
    float: left;
    margin-right: 38px;
}

.content .ys_ul_new1 li:nth-last-child(1) {
    margin-right: 0px;
}

.content .ys_div_new4 {
    overflow: hidden;
    margin: 30px auto 0;
}

.content .ys_div_new4 li {
    width: 193px;
    height: 278px;
    border: 1px solid #e2e2e2;
    background: #FFF;
    float: left;
    margin-right: 15px;
}

.content .ys_div_new4 li:nth-last-child(1) {
    margin-right: 0;
}

.content .ys_div_new4 li .img1 {
    width: 50px;
    height: 54px;
    margin: 75px auto 0;
}

.content .ys_div_new4 li .text1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 16px;
}

.content .ys_div_new4 li .line1 {
    width: 40px;
    height: 3px;
    background: #fca601;
    margin: 5px auto 0;
}

.content .ys_div_new4 li .text2 {
    font-size: 16px;
    text-align: center;
    padding-top: 14px;
    display: block;
}

/* 游戏页面企业三列 */
.content .companyList_01{
    width: 828px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .companyList_01 li{
    width: 263px;
    font-weight: bold;
    border: 1px solid #e2e2e2;
}
.content .companyList_01 li .companyT{
    width: 263px;
    height: 170px;
    background-color: #382074;
    border-radius: 4px 4px 0 0;
}
.content .companyList_01 li .companyT .pT{
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    padding: 34px 0 13px 0;
}
.content .companyList_01 li .companyT .pB{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
}
.content .companyList_01 li .companyB{
    width: 263px;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 游戏阶段列表 */
.content .gameStepList_01{
    width: 827px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .gameStepList_01 .gameStepItem{
    width: 191px;
    background-color:#ffffff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}
.content .gameStepList_01 .gameStepItem .title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    background-color: #3c2576;
}
.content .gameStepList_01 .gameStepItem .textBox{
    padding: 30px 10px 0;
    height: 187px;
}
.content .gameStepList_01 .gameStepItem .textBox .classItem{
    font-size: 16px;
    line-height: 24px;
    color: #392071;
    text-align: center;
    line-height: 36px;
}
.content .gameImgList_01{
    width: 827px;
    margin-top: 24px;
}
/* 游戏图片列表块 */
.content .gameImgList_01 .item{
    width: 827px;
    height: 281px;
    border: 1px solid #e2e2e2;
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.content .gameImgList_01 .item .imgBox{
    width: 66.66%;
}
.content .gameImgList_01 .item .imgBox img{
    width:100%;
    height:100%;
}
.content .gameImgList_01 .item .textBox{
    width: 33.33%;
    padding: 27px 0 0 26px;
}
.content .gameImgList_01 .item .textBox .title_1{
    font-size: 16px;
    color: #382074;
    text-align: left;
}
.content .gameImgList_01 .item .textBox .title_2{
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding-top: 14px;
}
.content .gameImgList_01 .item .textBox p{
    padding-top: 20px;
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 28px;
}
/* 游戏原画列表 */
.content .gameDrawList_01{
    width: 827px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .gameDrawList_01 .gameDrawItem{
    width: 191px;
    background-color:#ffffff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}
.content .gameDrawList_01 .imgBox{
    width: 191px;
    height: 185px;
}
.content .gameDrawList_01 .imgBox img{
    width: 100%;
    height: 100%;
}
.content .gameDrawList_01 .gameDrawItem .title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    background-color: #ef3b2a;
}
.content .gameDrawList_01 .gameDrawItem .textBox{
    padding: 10px 10px 0;
    min-height: 150px;
}
.content .gameDrawList_01 .gameDrawItem .textBox .classItem{
    font-size: 14px;
    line-height: 24px;
    color: #797d80;
    text-align: center;
    line-height: 36px;
}
.content .gameDrawList_01{
    width: 827px;
    margin-top: 24px;
}
/* 游戏原画阶段列表（左图右文） */
.content .gameDrawStepList_01{
    width: 828px;
    margin-top: 24px;
}
.content .gameDrawStepList_01 .gameDrawStepItem{
    width: 828px;
    height: 269px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
}
.content .gameDrawStepList_01 .gameDrawStepItem .imgBox{
    width: 50%;
    height: 269px;
}
.content .gameDrawStepList_01 .gameDrawStepItem .imgBox img{
    width: 100%;
    height: 100%;
}
.content .gameDrawStepList_01 .gameDrawStepItem .textBox{
    width: 50%;
    height: 269px;
    padding: 30px;
}
.content .gameDrawStepList_01 .gameDrawStepItem .textBox p{
    font-size: 16px;
    line-height: 1.5;
}
.content .gameDrawStepList_01 .gameDrawStepItem .textBox h4{
    font-size: 24px;
    color: #ef3b2a;
    font-weight: bold;
}
.content .gameDrawStepList_01 .gameDrawStepItem .textBox .introduce{
    font-size: 18px;
    color: #494949;
    line-height: 30px;
    padding-top: 12px;
}
.content .gameDrawStepList_01 .gameDrawStepItem .textBox .stepList{
    margin-top: 10px;
    font-size: 14px;
    color: #797979;
    line-height: 28px;
}
.content .gameDrawStepList_01 .gameDrawStepItem .textBox .stepList li .itemStyle{
    width: 4px;
    height: 13px;
    line-height: 28px;
    display: inline-block;
    margin-right: 12px;
    background-color: #e2e2e2;
}

/* 游戏原画阶段列表（左文右图） */
.content .gameDrawStepList_02{
    width: 828px;
    margin-top: 24px;
}
.content .gameDrawStepList_02 .gameDrawStepItem{
    width: 828px;
    height: 269px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
}
.content .gameDrawStepList_02 .gameDrawStepItem .imgBox{
    width: 50%;
    height: 269px;
}
.content .gameDrawStepList_02 .gameDrawStepItem .imgBox img{
    width: 100%;
    height: 100%;
}
.content .gameDrawStepList_02 .gameDrawStepItem .textBox{
    width: 50%;
    height: 269px;
    padding: 30px;
}
.content .gameDrawStepList_02 .gameDrawStepItem .textBox h4{
    font-size: 22px;
    color: #ef3b2a;
    font-weight: bold;
}
.content .gameDrawStepList_02 .gameDrawStepItem .textBox .introduce{
    font-size: 20px;
    color: #494949;
    line-height: 30px;
    padding-top: 12px;
}
.content .gameDrawStepList_02 .gameDrawStepItem .textBox .stepList{
    margin-top: 10px;
    font-size: 16px;
    color: #797979;
    line-height: 28px;
}
.content .gameDrawStepList_02 .gameDrawStepItem .textBox .stepList li .itemStyle{
    width: 4px;
    height: 13px;
    line-height: 28px;
    display: inline-block;
    background-color: #e2e2e2;
}



/* 游戏 2排6个 */

.content .ui_ul_icon_6 {
    overflow: hidden;
}

.content .ui_ul_icon_6 li {
    width: 258px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}

.content .ui_ul_icon_6 li:nth-child(3n) {
    margin-right: 0;
}

.content .ui_ul_icon_6 li .class_img {
    width: 258px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}

.content .ui_ul_icon_6 li img {
    width: 100%;
}

.content .ui_ul_icon_6 li .class_span {
    padding-top: 21px;
    font-size: 22px;
    color: #595959;
    text-align: center;
    line-height: 22px;
    display: block;
}

.content .ui_ul_icon_6 li .class_strong {
    display: block;
    color: #4d3c80;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding: 12px 0 10px 0;
}

.content .ui_ul_icon_6 li .class_i {
    display: block;
    color: #c5c5c5;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    padding-bottom: 21px;
}


/* 游戏 1排1个 */

.content .div_one {
    width: 830px;
    overflow: hidden;
    margin: 30px auto 0;
}

.content .div_one .top_bg {
    width: 830px;
    height: 50px;
    background: #3c2576;
    font-size: 26px;
    color: #fff;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
}
.content .nr_box1 {
    width: 830px;
    height: auto;
    border: 1px solid #e2e2e2;
    color: #494949;
    padding: 44px 27px;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: none;
}

/* 游戏 1排2个1行文字 */
.content .div_box_yx2 {
    width: 400px;
    height: 235px;
    border: 1px solid #e2e2e2;
    margin-top: 30px;
}
.content .div_box_yx2 .class_img {
    width: 400px;
    margin: 0 auto;
}
.content .div_box_yx2 .class_img img {
    width: 100%;
    display: block;
}
.content .div_box_yx2 .class_span {
    padding-top: 11px;
    display: block;
    text-align: center;
}
.content .f_l {
    float: left !important;
}
.content .f_r {
    float: right !important;
}

/* 游戏 1排2个背景+文字 */
.content .div_box_yx2a {
    width: 400px;
    border: 1px solid #e2e2e2;
    margin-top: 30px;
    overflow: hidden;
}
.content .div_box_yx2a .class_img {
    width: 400px;
    margin: 0 auto;
}
.content .div_box_yx2a .class_img img {
    width: 100%;
    display: block;
}
.content .div_box_yx2a .class_span {
    padding-top: 11px;
    display: block;
    text-align: center;
}
.content .div_box_yx2a .bg_tex {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    background-color: #e1b671;
    padding: 13px 0;
}
.content .div_box_yx2a .class_span {
    display: block;
    padding: 22px 19px;
    color: #595959;
    text-align: justify;
}

/* 游戏 1排3个背景+文字 */
.content .yx_ul_icon_3 {
    overflow: hidden;
}
.content .yx_ul_icon_3 li {
    width: 258px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
}
.content .yx_ul_icon_3 li:nth-child(3n) {
    margin-right: 0;
}
.content .yx_ul_icon_3 li .class_img {
    width: 258px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .yx_ul_icon_3 li img {
    width: 100%;
    display: block;
}
.content .yx_ul_icon_3 .bg_tex {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    background-color: #ef3b2a;
    padding: 13px 0;
}
.content .yx_ul_icon_3 li .class_span {
    display: block;
    padding: 22px 19px;
    font-size: 14px;
    color: #595959;
    text-align: justify;
}
.cont_over {
    overflow: hidden;
}

/* 游戏系图片左右/右左布局-01 */
.content .gameLRBox_01{
    margin: 30px auto 0;
}
.content .gameLRBox_01 li{
    height: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .gameLRBox_01 li .textBox{
    width: 50%;
    height: 240px;
    background-color: #f8f8f9;
}
.content .gameLRBox_01 li .textBox .textTitle{
    font-weight: bold;
    font-size: 16px;
    margin: 50px 33px 0;
}
.content .gameLRBox_01 li .textBox .textMain{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 33px;
}
.content .gameLRBox_01 li .imgBox{
    width: 50%;
    height: 240px;
}

/* 游戏系图片左右布局-02 */
.content .gameLRBox_02{
    margin: 20px auto 0;
}
.content .gameLRBox_02 li{
    height: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f9;
}
.content .gameLRBox_02 li .textBox{
    width: 33.33%;
    height: 270px;
}
.content .gameLRBox_02 li .textBox .textTitle{
    font-weight: bold;
    font-size: 24px;
    margin: 37px 33px 0;
    color: #1671ff;
    font-weight: bold;
}
.content .gameLRBox_02 li .textBox .textMain{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 33px;
}
.content .gameLRBox_02 li .imgBox{
    width: 66.66%;
    height: 270px;
    overflow: hidden;
}

/* 游戏系问题模块 */
.content .questionItem{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between;
}
.content .questionItem li{
    width: 236px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    overflow: hidden;*zoom: 1;
}
.content .questionItem li:nth-child(2),.questionItem li:nth-child(3),.questionItem li:nth-child(4){
    margin-left: 34px;
}
.content .questionT{
    text-align: center;
    padding-bottom: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.content .questionT span{
    font-size: 18px;
}
.content .questionItem_1{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .questionItem_2{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .questionItem_3{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .questionItem_4{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .blueBtn{
    display: block;
    height: 45px;
    background: #194eff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.content .blueBtn:hover {
    -webkit-box-shadow: #909090 0px 0px 20px;
    -moz-box-shadow: #909090 0px 0px 20px;
    box-shadow: #909090 0px 0px 20px;
}
.content .fc_blue{
    color: #5372d5;
}
.content .fc_blue_2{
    color: #194eff !important;
}

/* 室内图文三列布局 */
.content .indoorList_01 {
    overflow: hidden;
}
.content .indoorList_01 li {
    width: 268px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 10px;
    float: left;
    margin-top: 30px;
}
.content .indoorList_01 li:nth-child(3n) {
    margin-right: 0;
}
.content .indoorList_01 li .class_img {
    width: 268px;
    height: 252px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .indoorList_01 li img {
    width: 100%;
    display: block;
}
.content .indoorList_01 .bg_tex {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    background-color: #ef3b2a;
}
.content .indoorList_01 li .class_span {
    height: 80px;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    text-align: justify;
    white-space:normal;
    overflow:hidden;
    text-overflow:ellipsis;
}
.content .indoorList_01 li .textBox{
    padding: 18px 0 0;
}
.content .indoorList_01 li .titleBox{
    text-align: center;
}
.content .indoorList_01 li .titleBox .titleT{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.content .indoorList_01 li .titleBox .titleB{
    padding-top: 8px;
    font-size: 16px;
    color: #f29a76;
    line-height: 1;
}

/* 室内系四列图标布局 */
.content .indoorIconList_01 {
    width: 700px;
    overflow: hidden;
    margin: 30px auto 0;
}
.content .indoorIconList_01 li {
    width: 168px;
    height: 168px;
    float: left;
    margin-right: 8px;
}
.content .indoorIconList_01 li .ys_div_icon_bg{
    width: 168px;
    height: 168px;
    overflow: hidden;
}
.content .indoorIconList_01 li:nth-child(1) .ys_div_icon_bg{
    background-color: #fb8f8d;
}
.content .indoorIconList_01 li:nth-child(2) .ys_div_icon_bg{
    background-color: #fb727c;
}
.content .indoorIconList_01 li:nth-child(3) .ys_div_icon_bg{
    background-color: #ecbf62;
}
.content .indoorIconList_01 li:nth-child(4) .ys_div_icon_bg{
    background-color: #86bff6;
}
.content .indoorIconList_01 li .ys_div_icon_bg .class_img {
    width: 86px;
    height: 86px;
    margin: 24px auto 16px;
    display: block;
    border-radius: 50%;
}
.content .indoorIconList_01 li .cen_tex{
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 0 !important;
}
.content .indoorIconList_01 li:nth-last-child(1) {
    margin-right: 0px;
}
/* 室内系问题列表布局 */
.content .indoorQuestionList_01{
    margin: 30px auto 0;
}
.content .indoorQuestionList_01 li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}
.content .indoorQuestionList_01 li:last-child{
    margin-bottom: 0;
}
.content .indoorQuestionList_01 li .listItem .noBox{
    width: 67px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background-color: #309970;
    float: left;
    font-style:italic;
}
.content .indoorQuestionList_01 li .listItem .textBox{
    width: 340px;
    height: 58px;
    border: 1px solid #309970;
    line-height: 58px;
    text-indent: 10px;
    font-size: 20px;
    float: left;
    color: #1b2c26;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* 室内系图片列表 */
.content .indoorList_02{
    margin: 20px auto 0;
}
.content .indoorList_02 .imgBox{
    width: 830px;
    height: 362px;
}
.content .indoorList_02 .textBox{
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 21px;
    color: #ffffff;
}
/* 室内系图片列表钱蓝色背景 */
.content .indoorList_02 .bg_01{
    background-color: #4e697c;
}
/* 室内系图片列表淡黄蓝色背景 */
.content .indoorList_02 .bg_02{
    background-color: #fa9046;
}
/* 室内系图片列表深蓝色背景 */
.content .indoorList_02 .bg_03{
    background-color: #30437d;
}
/* 室内系课程介绍模块 */
.content .indoorClassList_01{
    width: 830px;
    height: 555px;
    margin: 15px auto 0;
    overflow: hidden;
    *zoom:1;
}
.content .indoorClassList_01 .imgBox{
    width: 516px;
    height: 555px;
    float: left;
}
.content .indoorClassList_01 .textBox{
    width: 313px;
    height: 555px;
    float: left;
    background-color: #313131;
    color: #ffffff;
}
.content .indoorClassList_01 .textBox .noBox{
    height: 40px;
}
.content .indoorClassList_01 .textBox .noBox .NoStyle{
    width: 45px;
    height: 40px;
    background-color: #ffffff;
    color: #ff7f00;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    font-style: italic;
}
.content .indoorClassList_01 .textBox .titleT{
    padding: 30px 15px 10px 15px;
}
.content .indoorClassList_01 .textBox .titleT h3{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.content .indoorClassList_01 .textBox .titleT .titleIcon{
    width: 20px;
    height: 20px;
    background:url(images/titleIcon.jpg) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.content .indoorClassList_01 .textBox .titleB{
    font-size: 12px;
    color: #838383;
    padding: 0 10px 0 10px;
}
.content .indoorClassList_01 .textBox .textMain{
    padding: 25px 43px 0 12px;
    
}
.content .indoorClassList_01 .textBox .textMain p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: justify;
    height: 270px;
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.content .indoorClassList_01 .textBox .imgBox{
    width:313px;
    height: 79px;
    margin-top: 30px;
}
.content .indoorClassList_01 .textBox .imgBox img{
    width: 100%;
}

/* 游戏系课程介绍效果 */
.content .gameClassList_01{
    width: 830px; 
    background-color: #e5f5ff;
    margin: 20px auto 0;
    overflow: hidden;
    *zoom:1;
}
.content .gameClassList_01 .gameClassListItem{
    height: 290px;
}
.content .gameClassList_01 .imgBox{
    width: 380px;
    height: 288px;
    border: 1px solid #1b85fb;
    float: left;
}
.content .gameClassList_01 .imgBox img{
    width: 100%;
    display: block;
}
.content .gameClassList_01 .textBox{
    width: 405px;
    height: 288px;
    border: 1px solid #e5f5ff;
    float: left;
    padding: 0 20px;
}
.content .gameClassList_01 .textBox .textTitle{
    height: 75px;
    border-bottom: 1px solid #6590ab;
}
.content .gameClassList_01 .textBox h4{
    padding-top: 40px;
    line-height: 1;
    color: #385160;
    font-size: 20px;
    font-weight: normal;
}
.content .gameClassList_01 .textBox .textTitle .titleIcon{
    width: 19px;
    height: 19px;
    background:url(images/titleIcon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.content .gameClassList_01 .textBox .gameClassItem{
    height: 85px;
    margin: 16px 0 10px 26px;
    overflow: hidden;
    *zoom:1;
}
.content .gameClassList_01 .textBox .gameClassItem li{
    overflow: hidden;
    *zoom:1;
}
.content .gameClassList_01 .textBox .gameClassItem li .lText{
    width: 50%;
    float: left;
    display: inline;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.content .gameClassList_01 .textBox .gameClassItem li .rText{
    width: 50%;
    float: right;
    display: inline;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.content .gameClassList_01 .textBox .gameClassItem li .softwareBox{
    width: 408px;
    height: 76px;
}
.content .gameClassList_01 .textBox .gameClassItem li .softwareBox img{
    width: 100%;
    display: block;
}

/* 游戏系教师信息列表 */
.content .gameTeacherInfo{
    width: 833px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .gameTeacherInfo li{
    width: 198px;
    height: 426px;
    background-color:#ffffff;
    border: 1px solid #8eaabb;
    border-radius: 4px;
}
.content .gameTeacherInfo li .textBox{
    padding: 27px 10px 10px;
}
.content .gameTeacherInfo li .textBox h4{
    text-align: left;
    text-indent: 20px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    font-weight: bold;
}
.content .gameTeacherInfo li .textBox h4 span{
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-bottom: 10px;
}
.content .gameTeacherInfo li .textBox h3{
    text-align: left;
    font-size: 14px;
    color: #333333;
    text-indent: 20px;
    font-weight: normal;
}
.content .gameTeacherInfo li .textBox .p1{
    font-size: 14px;
    color: #232732;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;        
    display: -webkit-box;        
    -webkit-line-clamp: 2;          
    -webkit-box-orient: vertical; 
    margin-bottom: 10px;
}
.content .gameTeacherInfo li .textBox .p2{
    color: #232732;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;        
    display: -webkit-box;        
    -webkit-line-clamp: 2;          
    -webkit-box-orient: vertical; 
}

/* 游戏1排3个 */
.content .ui_ul_icon_3_yx {
    overflow: hidden;
}
.content .ui_ul_icon_3_yx li {
    width: 258px;
    height: 204px;
    background: #75a9fc;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}
.content .ui_ul_icon_3_yx li:nth-child(3n) {
    margin-right: 0;
}
.content .ui_ul_icon_3_yx li .class_img {
    width: 258px;
    height: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_3_yx li span {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
    line-height: 22px;
    display: block;
}

/* 游戏1排2个 */
.content .div_box_yx2_gai2 {
    width: 400px;
    height: 235px;
    border: 1px solid #e2e2e2;
    margin-top: 30px;
}
.content .div_box_yx2_gai2 .class_img {
    width: 400px;
    margin: 0 auto;
}
.content .div_box_yx2_gai2 .class_img img {
    width: 100%;
    display: block;
}
.content .div_box_yx2_gai2 .class_span {
    padding: 30px 32px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.content .div_box_yx2_gai2 .class_span2 {
    padding: 15px 32px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

/* 游戏1排3个2 */
.content .ui_ul_icon_3_yx2 {
    overflow: hidden;
}
.content .ui_ul_icon_3_yx2 li {
    width: 258px;
    height: 204px;
    background: #75a9fc;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}
.content .ui_ul_icon_3_yx2 li:nth-child(3n) {
    margin-right: 0;
}
.content .ui_ul_icon_3_yx2 li .class_img {
    width: 258px;
    height: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_3_yx2 li span {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
    line-height: 22px;
    display: block;
}

/* UI电商页 2个 */
.content .ui_ul_2_ds {
    margin-top: 6px;
    overflow: hidden;
}
.content .ui_ul_2_ds li {
    float: left;
    width: 400px;
    height: 204px;
    margin: 24px 24px 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.content .ui_ul_2_ds li:nth-child(2n) {
    margin-right: 0;
}
.content .ui_ul_2_ds li .class_img {
    float: left;
    width: 208px;
    height: 204px;
    border-radius: 4px;
}
.content .ui_ul_2_ds li .right_div {
    float: left;
    width: 192px;
    height: 204px;
    background: #ff9c01;
    padding: 0 0 0 17px;
    box-sizing: border-box;
}
.content .ui_ul_2_ds li .right_div .title1 {
    font-size: 17px;
    color: #FFF;
    padding: 15px 0 5px 0;
}
.content .ui_ul_2_ds li .right_div .class_p {
    width: 154px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    padding-top: 12px;
}

/* UI电商4个图片  */
.content .ui_ul_icon_4_pic {
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_4_pic li {
    width: 187px;
    height: 181px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 24px;
    float: left;
}
.content .ui_ul_icon_4_pic li:nth-child(4n) {
    margin-right: 0;
}
.content .ui_ul_icon_4_pic li .class_img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_4_pic li .class_img img {
    width: 100%;
}

/* UI电商图文-2 */
.content .ui_ul_icon_4_tuwen {
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_4_tuwen li {
    width: 187px;
    height: 256px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 24px;
    float: left;
}
.content .ui_ul_icon_4_tuwen li:nth-last-child(1) {
    margin-right: 0;
}
.content .ui_ul_icon_4_tuwen li .class_img {
    width: 98px !important;
    height: 95px !important;
    margin: 45px auto;
    display: block;
}
.content .ui_ul_icon_4_tuwen li .class_img img {
    width: 100%;
    display: block;
}
.content .ui_ul_icon_4_tuwen li span {
    height: 60px;
    font-size: 14px;
    color: #595959;
    text-align: center;
    padding-top: 10px;
    display: block;
    background: #f3f3f3;
    border-top: 1px solid #e2e2e2;
    line-height: 1.5;
}

/* UI电商 1排3个 */
.content .ui_ul_icon_3sd {
    overflow: hidden;
}
.content .ui_ul_icon_3sd li {
    width: 260px;
    height: 310px;
    background: #ff9c01;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}
.content .ui_ul_icon_3sd li:nth-child(3n) {
    margin-right: 0;
}
.content .ui_ul_icon_3sd li .class_img {
    width: 260px;
    height: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_3sd li .class_span {
    font-size: 15px;
    color: #FFF;
    line-height: 22px;
    display: block;
    padding: 0 18px;
}
.content .ui_ul_icon_3sd li .class_strong {
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    padding: 18px;
    display: block;
}
.content .tp_div {
    width: 100%;
    height: 154px;
    background: #ff9c01;
    display: table;
    overflow: hidden;
    margin-top: 30px;
}
.content .tp_div span {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* 游戏1排2个 */
.content .div_box_yx2_gai3 {
    width: 366px;
}
.content .div_box_yx2_gai3 .class_img {
    width: 355px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
    margin: 30px auto 0;
}
.content .div_box_yx2_gai3 .class_img img {
    width: 100%;
    display: block;
}
.content .div_box_yx2_gai3 .class_span {
    padding: 30px 15px;
    display: block;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px solid #a4a4a4;
}

/* 游戏新闻1排1个 */
.content .yx_div1 {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #788da2;
    margin: 30px auto 0;
    padding: 0 24px;
    box-sizing: border-box;
}
.content .yx_div1 .class_span {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #a4a4a4;
    font-size: 22px;
}
.content .yx_div1 .class_img {
    margin: 30px 0;
}

/* 游戏1排2个 教师类 */
.content .div_box_yx2_gai_js {
    width: 403px;
    margin-top: 30px;
}
.content .div_box_yx2_gai_js .class_img {
    width: 183px;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    float: left;
}
.content .div_box_yx2_gai_js .class_img img {
    width: 100%;
    display: block;
}
.content .div_box_yx2_gai_js .class_span {
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fafafa;
    width: 218px;
    height: 178px;
    display: block;
    text-align: justify;
    line-height: 1.5;
    font-size: 22px;
    border: 1px solid #a4a4a4;
    border-left: none;
    float: left;
}
.content .div_box_yx2_gai_js .class_strong {
    font-size: 22px;
}
.content .div_box_yx2_gai_js .class_em {
    font-size: 18px;
    font-style: normal;
}
.content .div_box_yx2_gai_js .class_span2 {
    display: block;
    font-size: 14px;
    line-height: 32px;
    margin-top: 15px;
}
.content .div_box_yx2_gai_js .class_span2 .class_strong {
    font-weight: bold;
}
table {
    background: #000;
    border-collapse: collapse;
    border: solid 1px #000;
}
table tr,
table td,
table th {
    background: #FFF;
    vertical-align: middle;
}
table tr,
table td,
table th {
    border: solid 1px #000;
    padding: 5px;
}

/* 其它效果-01 */
.content .otherStyle_01{
    text-align: center;
    margin-top: 30px;
}
.content .otherStyle_01 .con{
    border-color: #0f3595;
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px;
    border: 2px dashed #007FDB;
    border-radius: 25px;
}
.content .otherStyle_01 .con span {
    position: relative;
    margin-top: -28px;
    line-height: 50px;
    font-size: 28px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 25px;
    color: #007FDB;
    display: block;
}
.content .otherStyle_01 .con span::before{
    left: 0;
}
.content .otherStyle_01 .con span::after{
    right: 0;
}
.content .otherStyle_01 .con span::before, .content .otherStyle_01 .con span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #007FDB;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.content .bj_box57 {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top:30px
}
.content .bj_box57 .item{
    display: flex;
    align-items: center;
    width: 350px;
    padding: 10px 10px 10px 22px;
    border-radius: 70px 60px 60px 0;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
}
.content .bj_box57 .item .item-left{
    display: inline-block;
    position: relative;
    width: 98px;
    height: 98px;
    margin-right: 17px;
    background: #0F3595;
    border-radius: 50%;
}
.content .bj_box57 .item .item-left .center-ball {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 12px solid #fff;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content .bj_box57 .item .item-right {
    display: inline-block;
    width: 235px;
    vertical-align: middle;
    line-height: 24px;
    color: #636464;
    font-size: 15px;
}
.content .bj_box57 .item .item-right span {
    /* display: inline-block;
    color: #15a57e;
    font-size: 20px;
    font-weight: bold;
    transform: skew(-10deg); */
}

/* 其它效果-02 */
.content .bj_box9{
    margin-top: 30px;
    overflow: hidden;
    *zoom:1;
}
.content .bj_box9 .img {
    width: 40%;
    position: relative;
    float: left;
    margin-right: 5%;
}
.content .bj_box9 .text {
    width: 55%;
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.content .bj_box9 .text ul li {
    padding: 12px;
    transition: all 200ms;
}
.content .bj_box9 .text ul li .text-title {
    color: #333333;
    font-weight: 600;
}
.content .bj_box9 .text ul li .text-title span:nth-child(1) {
    font-size: 28px;
    vertical-align: sub;
    color: #333333;
    font-weight: 600;
}
.content .bj_box9 .text ul li .text-title span:nth-child(2) {
    font-size: 17px;
    letter-spacing: 2px;
    margin-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content .bj_box9 .text ul li:hover{
    background: rgb(26,44,85);
}
.content .bj_box9 .text ul li:hover .text-title span{
    color: #FFFFFF !important;
}
.content .bj_box9 .text ul li:hover p{
    color: #FFFFFF !important;
}
.content .bj_box9 .text ul li:hover .line{
    background: #FFFFFF;
}
.content .bj_box9 .text ul li .line {
    width: 40px;
    height: 2px;
    background: #333333;
    margin: 10px 0px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.content .bj_box9 .text ul li p {
    font-size: 15px;
    color: #777777;
    line-height: 25px;
}

/* 其它效果-02（改） */
.content .bj_box9_{
    margin-top: 30px;
    overflow: hidden;
    *zoom:1;
}
.content .bj_box9_ .img {
    width: 40%;
    height: 381px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 5%;
}
.content .bj_box9_ .text {
    width: 55%;
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.content .bj_box9_ .text ul li {
    padding: 12px;
    transition: all 200ms;
}
.content .bj_box9_ .text ul li .text-title {
    color: #333333;
    font-weight: 600;
}
.content .bj_box9_ .text ul li .text-title span:nth-child(1) {
    font-size: 28px;
    vertical-align: sub;
    color: #333333;
    font-weight: 600;
}
.content .bj_box9_ .text ul li .text-title span:nth-child(2) {
    font-size: 17px;
    letter-spacing: 2px;
    margin-left: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content .bj_box9_ .text ul li:hover{
    background: rgb(26,44,85);
}
.content .bj_box9_ .text ul li:hover .text-title span{
    color: #FFFFFF;
}
.content .bj_box9_ .text ul li:hover p{
    color: #FFFFFF;
}
.content .bj_box9_ .text ul li:hover .line{
    background: #e05d29;
}
.content .bj_box9_ .text ul li .line {
    width: 40px;
    height: 2px;
    background: #333333;
    margin: 10px 0px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.content .bj_box9_ .text ul li p {
    font-size: 15px;
    color: #777777;
    line-height: 25px;
    overflow:hidden;
    text-align:justify;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/* 其它文字块-01 */
.content .bjbt4{
    margin-top: 30px;
    line-height: 30px;
}
.content .bjbt4 span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.content .bjbt4 .bjbt4_bottom {
    width: 20%;
    height: 1px;
    background-color: #bfbab6;
    display: block;
    margin: 20px auto;
    position: relative;
}
.content .bjbt4 .bjbt4_bottom:before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 1px solid #bfbab6;
    border-bottom: 1px solid #bfbab6;
    position: absolute;
    left: 47%;
    top: -6px;
    transform: rotate(45deg);
    background-color: #FFFFFF;
}
.content .bj_box60{
    margin-top: 30px;
}
.content .bj_box60 .item {
    margin-bottom: 20px;
    line-height: 30px;
}
.content .bj_box60 .item div {
    display: inline-block;
}
.content .bj_box60 .item div.item-left {
    position: relative;
    width: 110px;
    margin: 5px 16px 0 0;
    text-align: center;
}
.content .bj_box60 .item div.item-left .num {
    position: relative;
    color: #13446D;
    font-size: 56px;
    font-weight: bold;
    z-index: 2;
    transform: rotate(-15deg);
    transform: skew(-12deg);
    display: block;
}
.content .bj_box60 .item div.item-left .ball1 {
    width: 40px;
    height: 40px;
    left: 0;
    top: -10px;
}
.content .bj_box60 .item div.item-left .ball2 {
    width: 70px;
    height: 70px;
    right: -15px;
    bottom: 0px;
}
.content .bj_box60 .item div.item-left .ball {
    position: absolute;
    background: #ecf3fb;
    border-radius: 50%;
}
.content .bj_box60 .item div.item-right {
    position: relative;
    width: 690px;
    border: 1px solid #13446D;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: #13446D 0px 0px 10px;
}
.content .bj_box60 .item div.item-right .context {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 20px;
    z-index: 3;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content .bj_box60 .item div.item-right .context .title {
    font-size: 22px;
    color: #13446D;
    font-weight: bold;
}
.content .bj_box60 .item div.item-right .context p {
    font-size: 17px;
    margin-top: 10px;
    color: #727374;
}
.content .bj_box60 .item div.item-right .triangle {
    position: absolute;
    top: 30px;
    left: -15px;
    width: 40px;
    height: 20px;
    border: 1px solid #13446D;
    box-shadow: #13446D 0px 0px 10px;
    background: #fff;
    transform: skew(-32deg) rotate(35deg);
}
/* 其它文字块-02 */
.content .otherStyle_02{
    text-align: center;
    margin-top: 30px;
}
.content .otherStyle_02 .con{
    border-color: #025360;
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px;
    border: 2px dashed #025360;
    border-radius: 25px;
}
.content .otherStyle_02 .con span {
    position: relative;
    margin-top: -28px;
    line-height: 50px;
    font-size: 28px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 25px;
    color: #025360;
    display: block;
}
.content .otherStyle_02 .con span::before{
    left: 0;
}
.content .otherStyle_02 .con span::after{
    right: 0;
}
.content .otherStyle_02 .con span::before, .content .otherStyle_02 .con span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #025360;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.content .bj_box62 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-flow: row wrap;
    line-height: 30px;
    margin-top: 30px;
}
.content .bj_box62 .four .item {
    width: 24%;
}
.content .bj_box62 .item {
    position: relative;
    width: 267px;
    padding: 8px 25px 10px 25px;
    margin-top: 15px;
    border: 1px solid #408ed6;
    box-shadow: 0 0 15px rgba(64, 142, 214, 0.3);
    border-radius: 0 60px 0 60px;
}
.content .bj_box62 .item {
    border-color: #025360;
    box-shadow: 0 0 10px #025360;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content .bj_box62 .item .num {
    position: absolute;
    top: -22px;
    left: -1px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #408ed6;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    font-weight: bold;
}
.content .bj_box62 .item .num {
    background: #025360;
}
.content .bj_box62 .item .tit {
    text-align: center;
    font-size: 22px;
    color: #025360;
    font-weight: bold;
}
.content .bj_box62 .item .line {
    position: relative;
    width: 85px;
    height: 1px;
    margin: 10px auto;
    background: #025360;
}
.content .bj_box62 .item .line .bal {
    position: absolute;
    width: 33px;
    height: 3px;
    background: #025360;
    left: 0;
    right: 0;
    top: -1.15px;
    margin: 0 auto;
}
.content .bj_box62 .item p {
    color: #025360;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.content .bj_box62 .item:hover{
    background:#025360;
}
.content .bj_box62 .item .num{
    background:#025360;
}
.content .bj_box62 .item:hover .num{
    color:#025360;
    border-color:#025360;
}
.content .bj_box62 .item:hover{
    background: #025360;
}
.content .bj_box62 .item:hover .num{
    background: #fff;
    color: #025360;
    border: 2px solid #025360;
    line-height: 40px;
}
.content .bj_box62 .item:hover .tit,.bj_box62 .item:hover p{
    color: #fff;
}
.content .bj_box62 .item:hover .line{
    background: #fff !important;
}
.content .bj_box62 .item:hover .line .bal{
    background: #fff !important;
}
.content .bj_box62.four .item{
    width: 24%;
}
.content .new_border {
    width: 100%;
    position: relative;
    border: 5px solid #423aaf;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -32px;
}
.content .cont_pos {
    position: relative;
}
/* zc 2021-01-06修改 */
.content .title_box {
    width: fit-content;
    height: 60px;
    line-height: 60px;
    background-color: #423aaf;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
    margin: 50px auto 0;
    border-radius: 15px 0 15px 0;
    z-index: 2;
    text-align: center;
}
.content .new_border .btm_cont {
    display: flex;
    overflow: hidden;
    justify-content: space-around;
    padding-top: 60px;
}
.content .new_border .left_teacher {
    width: 32%;
    border-right: 1px solid #c5c5c5;
}
.content .new_border .left_teacher .img1 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.content .new_border .left_teacher .title_1 {
    font-size: 14px;
    display: block;
    padding-top: 10px;
}
.content .new_border .left_teacher .title_2 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
}
.content .new_border .right_text {
    width: 68%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
}
.content .new_border .right_text .title_1 {
    font-size: 18px;
    display: block;
    padding-top: 10px;
    font-weight: bold;
    text-align: left;
    display: block;
}
.content .new_border .right_text .text_1 {
    padding-top: 12px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 10px;
}
/* 1行2个左右排列（可更改） */
.content .new_bbr {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .new_bbr li {
    width: 49%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.content .new_bbr li .left_cont {
    width: 26%;
    display: flex;
    justify-content: center;
    background: #1174de;
    color: #fff;
    font-weight: bold;
    align-items: center;
}
.content .new_bbr li .right_cont {
    width: 84%;
    border: 1px solid #0F3595;
    border-left: none;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.content .new_bbr li .right_cont .title_1 {
    color: #0F3595;
    padding-top: 15px;
}
.content .new_bbr li .right_cont .text_1 {
    color: #666;
    padding: 10px 0;
}
/* 1排1个图文（可更改） */
.content .new_yiyi {
    background: #83b89f;
    margin-top: 40px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #83b89f;
}
.content .new_yiyi .title_1 {
    text-align: center;
    color: #FFF;
}
.content .new_yiyi .title_2 {
    text-align: center;
    color: #FFF;
    padding-top: 10px;
}
.content .new_yiyi .img_1 {
    width: 80%;
    margin: 20px auto;
}
.content .new_yiyi .img_1 img {
    width: 100%;
}
.content .new_yiyi .line_1 {
    width: 10%;
    height: 3px;
    background: #FFFFFF;
    margin: 0 auto;
}
.content .new_yiyi .text_1 {
    padding: 20px 70px 0;
    color: #fff;
    text-align: justify;
}
/* 标题1（可更改） */
.content .bt_cont {
    width: 70%;
    margin: 40px auto;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.content .bt_cont .img_1 {
    margin: 20px auto 0;
    display: block;
    padding-bottom: 16px;
}
.content .bt_cont .title_1 {
    padding: 0 40px;
    background: #FFF;
    text-align: center;
    position: absolute;
    bottom: -18px;
}
/* 标题2（可更改） */
.content .bt_cont2 {
    width: 70%;
    margin: 20px auto 40px;
    border-bottom: 15px solid #ffdad3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.content .bt_cont2 .title_1 {
    padding: 0 40px;
    text-align: center;
    position: absolute;
    bottom: -25px;
}
/* 标题3（可更改） */
.content .bt_cont3 {
    width: fit-content;
    margin: 40px auto;
    display: flex;
    position: relative;
}
.content .bt_cont3 .title_1 {
    padding: 5px 30px 5px 85px;
    border: 1px solid #2B83F6;
}
.content .bt_cont3 .title_num {
    width: 40px;
    background: #2B83F6;
    position: absolute;
    transform: skew(12deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}
.content .bt_cont3 .title_num .xie {
    color: #fff;
    transform: skew(-12deg);
    display: block;
    padding: 6px 0;
}
/* 标题4（可更改） */
.content .bt_cont4 {
    border-left: 4px solid #83b89f;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
.content .bt_cont4 .title_1 {
    color: #83b89f;
    line-height: 1;
}
.content .bt_cont4 .title_2 {
    display: block;
    padding-top: 8px;
}
/* 1行3个（可更改） */
.content .new_ch_sange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.content .new_ch_sange li {
    width: 32%;
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
}
.content .new_ch_sange li .cont_num {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #0F3595;
    border-radius: 10px;
}
.content .new_ch_sange li .cont_num .num_box {
    color: #fff;
    text-align: right;
    padding-right: 5px;
    display: block;
}
.content .new_ch_sange li .text_box {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    border-top-right-radius: 67%;
    border: 1px solid #0F3595;
    box-sizing: border-box;
}
.content .new_ch_sange li .text_box .title_1 {
    color: #000;
    display: block;
}
.content .new_ch_sange li .text_box .text_1 {
    color: #000;
    display: block;
    padding-top: 5px;
    text-align: justify;
}
/* 1行4个（可更改） */
.content .new_1line4 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .new_1line4 li {
    width: 24%;
    position: relative;
}
.content .new_1line4 li .cont_title {
    position: absolute;
    left: 0;
    top: 15px;
    background: #1174de;
    padding: 10px;
    color: #fff;
    z-index: 2;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.content .new_1line4 li .cont_text {
    position: relative;
    border: 1px solid #788da2;
    padding: 70px 10px 10px;
    color: #333;
    text-align: justify;
    border-radius: 3px;
}
.content .new_1line4 li .cont_title span{
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

/* 1行2个（可更改）*/
.content .new_ch_sange2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.content .new_ch_sange2 li {
    width: 48%;
    margin-top: 20px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.content .new_ch_sange2 li .cont_num {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: -39px;
    background: #0F3595;
    padding: 10px 20px 10px 30px;
    transform: rotate(37deg);
    transform-origin: center;
    width: 100px;
    text-align: center;
}
.content .new_ch_sange2 li .cont_num .num_box {
    color: #fff;
    font-size: 17px;
}
.content .new_ch_sange2 li .text_box {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 52px 10px 20px;
    border-radius: 5px;
    border: 1px solid #0F3595;
    box-sizing: border-box;
}
.content .new_ch_sange2 li .text_box .title_1 {
    color: #000;
    display: block;
}
.content .new_ch_sange2 li .text_box .text_1 {
    color: #000;
    display: block;
    padding-top: 3px;
    text-align: justify;
}
/* 一行2个2*/
.content .new_ch_liangge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.content .new_ch_liangge li {
    width: 48%;
    margin-top: 20px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.content .new_ch_liangge li .cont_num {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    background: #0F3595;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
}
.content .new_ch_liangge li .cont_num2 {
    width: 150px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top: 27px;
    left: 58px;
    background: #0F3595;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 0;
}
.content .new_ch_liangge li .cont_num .num_box,
.content .new_ch_liangge li .cont_num2 .num_box {
    color: #fff;
}
.content .new_ch_liangge li .text_box {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background: #E8F0F7;
    border-radius: 5px;
    border: 1px solid #0F3595;
    box-sizing: border-box;
}
.content .new_ch_liangge li .text_box .title_1 {
    color: #000;
    display: block;
}
.content .new_ch_liangge li .text_box .text_1 {
    color: #000;
    display: block;
    padding: 73px 15px 10px;
    text-align: justify;
}
/* 左图右文8个排列 */
.content .eight_box {
    height: 432px;
    overflow: hidden;
    margin-top: 40px;
    display: flex;
    justify-content:center;
    align-content:center;
    align-items:center;
}
.content .eight_box .left_pos {
    width: 263px;
    /* height: 332px; */
    /* float: left; */
    display: flex;
}
.content .eight_box .right_ul {
    width: inherit;
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    /* margin-top: 20px; */
    flex-wrap: wrap;
    padding-left: 10px;
}
.content .eight_box .right_ul li {
    /* width: 48%; */
    /*margin-top: 40px;*/
    position: relative;
}
.content .eight_box .right_ul li:nth-child(1),
.content .eight_box .right_ul li:nth-child(2){
    margin-top: 20px;
}
.content .eight_box .right_ul li .cont_num {
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #0F3595;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
}
.content .eight_box .right_ul li .cont_num2 {
    height: 36px;
    background: #2B83F6;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 0;
    border: 1px solid #000;
    border-radius: 18px;
    padding: 0 15px 0 45px;
}
.content .eight_box .right_ul li .cont_num .num_box,
.content .eight_box .right_ul li .cont_num2 .num_box {
    color: #fff;
}
/* 1行3个上下结构 */
.content .san_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.content .san_new li {
    width: 30%;
    position: relative;
    text-align: center;
}
.content .san_new li .top_bg {
    padding: 15px 0;
    border-bottom: 2px dotted #3c2576;
    background: #ccc;
    border-radius: 5px 5px 0 0;
}
.content .san_new li .btm_text {
    padding: 15px;
    text-align: justify;
    background: #ccc;
    border-radius: 0 0 5px 5px;
}

/* 1行2个左右结构 */
.content .one_two50 {
    display: flex;
    justify-content: space-between;
}
.content .one_two50 li {
    width: 47%;
    margin-top: 40px;
    position: relative;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}
.content .one_two50 li .left_num {
    width: 15%;
    font-size: 54px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.content .one_two50 li .left_num::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 18px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: linear-gradient(#f6af96, #ffe6b5);
    z-index: -1;
}
.content .one_two50 li .right_tex {
    width: 85%;
    color: #632f9e;
    padding: 10px 20px 10px 0;
}
.content .one_two50 li .right_tex .top_text {
    display: inline;
    color: #632f9e;
    border-bottom: 2px solid #a9a9a9;
    padding: 5px;
}
.content .one_two50 li .right_tex .bottom_text {
    padding-top: 15px;
}
/* 1行1个左图右文 */
.content .tuwen {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.content .tuwen .left_img {
    width: 100%;
    border-radius: 3px 0 0 3px;
    float: left;
    border: 1px solid #a9a9a9;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
}
.content .tuwen img {
    display: block;
    width: 43.6%;
}
.content .tuwen .right_text {
    width: 56.3%;
    position: absolute;
    right: 0;
    top: 0;
}
.content .tuwen .right_text .title_bg {
    padding: 5px 10px;
    display: inline-block;
    background: #0167B5;
    color: #fff;
    border-radius: 10px 0 10px 0;
    margin: 15px 0 0 20px;
    border: 1px solid #0167B5;
}
.content .tuwen .right_text .text_x {
    padding: 5px 30px 0 20px;
    color: #666;
    line-height: 1.7;
}
/* 教师图文左右结构 */
.content .wb_cont {
    position: relative;
    border-bottom: 1px dashed #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.content .wb_cont2 {
    flex-direction: row-reverse;
}
.content .wb_cont .left_tepic {
    width: 18%;
}
.content .wb_cont .right_text {
    width: 80%;
}
.content .wb_cont .right_text .top_title {
    font-weight: bold;
    color: #0F3595
}
.content .wb_cont .right_text .bottom_text {
    color: #666;
    padding-top: 8px;
    text-align: justify;
}


/*可更改-标题01*/
.content .changeTitle_01 .mar_t30 {
    margin-top: 30px!important;
}
.content .changeTitle_01 .bjbt7 {
    text-align: center;
    position: relative;
}
.content .changeTitle_01 .bjbt7 :nth-child(1){
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    color: rgb(234, 234, 234);
}
.content .changeTitle_01 .bjbt7 .title_b{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    top: 80%;
}
/*可更改-列表01*/
.content .changeList_01 .mar_b20{
    margin-bottom: 20px!important;
}
.content .changeList_01 .bj_box122{
    position: relative;
    margin: 20px 0;
}
.content .changeList_01 .bj_box122>.listW {
    display: block;
    width: 170px;
    height: 70px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-right: 2px solid #24235c;
    position: absolute;
    z-index: 2;
    left: -34px;
    top: 0;
    line-height: 70px;
    background-color: #fff;
    padding: 0 3px;
    color: #3d3d3d;
    font-size: 24px;
    padding-left: 43px;
    top: calc((100% - 70px) / 2);
}
.content .changeList_01 .bj_box122>.list {
    margin-left: 64px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    min-height: 90px;
    padding-left: 130px;
}
.content .changeList_01 .bj_box122>.listW>span>b {
    font-size: 60px;
    color: #24235c;
    position: absolute;
    left: 2px;
    top: 0;
}
.content .changeList_01 .bj_box122>.list>div {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 30px;
    text-align: justify;
}

/*可更改-左图右文-01*/
.content .ltrw_01 .bj_box43>.box-left {
    width: 388px;
    height: 323px;
    box-shadow: 10px 10px 0 #d0f3e6;
    box-shadow: #DFD9F7 10px 10px 0px;
}
.content .ltrw_01 .tabStyle{
    background:#5C33E3;
    box-shadow:#DFD9F7 3px -3px 0px;
}
.content .ltrw_01 .titStyle{
    color:#5C33E3;
}
.content .ltrw_01 .bj_box43>.box-right {
    width: 400px;
    margin-left: 30px;
}
.content .ltrw_01 .bj_box43>.box-right>.right-title>.tab {
    line-height: 42px;
    padding: 0 15px;
    background: #5C33E3;
    font-size: 17px;
    color: #fff;
    border-radius: 0 15px 0 0;
    box-shadow: #DFD9F7 3px -3px 0px;
    font-weight: bold;
}
.content .ltrw_01 .bj_box43>.box-right>.right-title>.tit {
    line-height: 42px;
    margin-left: 12px;
    color: #5C33E3;
    font-size: 16px;
    margin-top: 0 !important;
}
.content .ltrw_01 .bj_box43>.box-right>.right-title>.tit::before{
    display: none;
}
.content .ltrw_01 .bj_box43>.box-right>.right-text {
    min-height: 281px;
    border-top: 2px solid #5C33E3;
    padding-top: 20px;
    padding-top: 20px;
    text-indent: 1rem;
    line-height: 30px;
    color: #727272;
    font-size: 15px;
}
/*可更改-左文右图两端对齐-01*/
.content .lwrtBetweenList{
    margin: 30px 0;
    overflow: initial;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-flow: wrap row;
}
.content .lwrtBetweenItem{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 15px;
    height: 100%;
    position: relative;
    transition-property: transform,-webkit-transform;
}
.content .lwrtBetweenList .list .tl{
    width: 60%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 25px 20px;
    border-radius: 15px;
}
.content .lwrtBetweenList .list>.tl>span{
    line-height: 36px;
    text-align: center;
    width: 60%;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    border-style: solid;
    font-size: 24px;
    color: #fff;
    background-color:#1174de;
    border-radius: 10px;
}
.content .lwrtBetweenList .list .tl>div {
    padding-right: 30%;
    line-height: 30px;
}
.content .lwrtBetweenList .list .tr{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.content .lwrtBetweenList .list .tr img{
    width: 100%;
    outline: 0;
    border: 0;
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
}

/* 可更改 影视新增-01 */
.content .ys_ul_new1Kgg {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .ys_ul_new1Kgg li {
    width: 168px;
    height: 168px;
    background-color:#9dbce9;
}
.content .ys_ul_new1Kgg .ys_div_icon_bg {
    width: 168px;
    height: 168px;
    overflow: hidden;
    background: none;
}
.content .ys_ul_new1Kgg .ys_div_icon_bg .class_img {
    width: 86px;
    height: 86px;
    margin: 28px auto 0;
    display: block;
}
.content .ys_ul_new1Kgg .cen_tex {
    text-align: center;
    padding-top: 16px;
    font-size: 16px;
    color: #FFF;
}

/* 可更改 页面标题样式——1 */
.content .titleStyle_01Kgg{
    margin: 17px 0 0 36px;
    border-left: 5px solid #e60012;
}
.content .titleStyle_01Kgg p{
    font-size: 24px !important;
    font-weight: bold;
    text-align: left;
    text-indent: 10px;
    line-height: 1;
}
.content p.titleStyle_01Kgg {
    font-size: 24px!important;
}

/* 可更改 UI系-图文列表—01 */
.content .ul_boxKgg {
    margin-top: 30px;
    overflow: hidden;
}
.content .ul_boxKgg .ui_box_2 {
    width: 400px;
    height: 260px;
    background: #ff9c01;
    border-radius: 4px;
    float: left;
    border-radius: 4px;
}
.content .ul_boxKgg .ui_box_2 .title1 {
    font-size: 15px;
    color: #FFF;
    padding-top: 12px;
    text-align: center;
}
.content .ul_boxKgg .ui_box_2 .class_p {
    width: 377px;
    font-size: 13px;
    color: #FFF;
    margin: 12px auto 0;
    text-align: justify;
    line-height: 22px;
}
.content .ul_boxKgg .ui_box_2 .class_img {
    width: 377px;
    height: 130px;
    margin: 8px auto 0;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ul_boxKgg .ui_box_1s {
    width: 400px;
    height: 260px;
    border-radius: 4px;
    float: left;
    border: 1px solid #e2e2e2;
}
.content .ul_boxKgg .ui_box_2s {
    width: 400px;
    height: 260px;
    border-radius: 4px;
    float: left;
    margin-left: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

/* 可更改 UI系-图标列表—5列 */
.content .ui_ul_icon_5kgg {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_5kgg li {
    width: 144px;
    height: 140px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
}
.content .ui_ul_icon_5kgg li:nth-last-child(1) {
    margin-right: 0;
}
.content .ui_ul_icon_5kgg li .class_img {
    width: 79px;
    height: 79px;
    margin: 0 auto;
    display: block;
    padding-top: 18px;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_5kgg li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 10px;
    display: block;
}

/* 可更改 UI系-图标列表—9列 */
.content .ui_ul_icon_9kgg {
    width: 660px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_9kgg li {
    width: 144px;
    height: 140px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 24px;
    float: left;
}
.content .ui_ul_icon_9kgg li:nth-last-child(1) {
    margin-right: 0;
}
.content .ui_ul_icon_9kgg li .class_img {
    width: 79px;
    height: 79px;
    margin: 0 auto;
    display: block;
    padding-top: 18px;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_9kgg li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 10px;
    display: block;
}
.content .ui_ul_icon_9kgg {
    width: 660px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_9kgg li {
    width: 144px;
    height: 140px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-top: 30px;
    margin-right: 24px;
    float: left;
}
.content .ui_ul_icon_9kgg li:nth-last-child(1) {
    margin-right: 0;
}
.content .ui_ul_icon_9kgg li .class_img {
    width: 79px;
    height: 79px;
    margin: 0 auto;
    display: block;
    padding-top: 18px;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_9kgg li span {
    font-size: 15px;
    color: #595959;
    text-align: center;
    padding-top: 10px;
    display: block;
}
.content .ui_ul_icon_9kgg {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
}
.content .ui_ul_icon_9kgg li:nth-child(1) {
    margin-left: 90px;
}

/* 可更改 UI系 UI页面列表项—1（3个） */
.content .studentList_01Kgg {
    width: 828px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .studentList_01Kgg li {
    width: 228px;
    height: 170px;
    padding: 13px 16px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.content .studentList_01Kgg li .studentItemT {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}
.content .studentList_01Kgg li .studentItemTL {
    width: 58px;
    height: 58px;
    float: left;
}
.content .studentList_01Kgg li .studentItemTR {
    width: 160px;
    padding-top: 5px;
    float: right;
}
.content .studentList_01Kgg li .studentItemTR .studentItemName {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}
.content .studentList_01Kgg li .studentItemTR .operationBox {
    padding-top: 5px;
}
.content .studentList_01Kgg li .studentItemTR .operationBox .operationL {
    float: left;
}
.content .studentList_01Kgg li .studentItemTR .operationBox .operationR {
    float: left;
    margin-left: 30px;
}
.content .studentList_01Kgg li .studentItemTR .operationBox .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
}
.content .studentList_01Kgg li .studentItemTR .operationBox span {
    font-size: 13px;
    color: #999999;
}
.content .studentList_01Kgg li .studentItemB {
    margin: 14px auto 0;
}
.content .studentList_01Kgg li .studentItemB p {
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* UI电商页 2个 */
.content .ui_ul_2_dsKgg {
    margin-top: 6px;
    overflow: hidden;
}
.content .ui_ul_2_dsKgg li {
    float: left;
    width: 400px;
    height: 204px;
    margin: 24px 24px 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.content .ui_ul_2_dsKgg li:nth-child(2n) {
    margin-right: 0;
}
.content .ui_ul_2_dsKgg li .class_img {
    float: left;
    width: 208px;
    height: 204px;
    border-radius: 4px;
}
.content .ui_ul_2_dsKgg li .right_div {
    float: left;
    width: 192px;
    height: 204px;
    padding: 0 0 0 17px;
    box-sizing: border-box;
}
.content .ui_ul_2_dsKgg li .right_div .title1 {
    font-size: 17px;
    color: #000000;
    padding: 15px 0 5px 0;
}
.content .ui_ul_2_dsKgg li .right_div .class_p {
    width: 154px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding-top: 12px;
}

/* 可更改 UI系 UI电商 1排3个 */
.content .ui_ul_icon_3sdKgg {
    overflow: hidden;
}
.content .ui_ul_icon_3sdKgg li {
    width: 260px;
    height: 310px;
    background: #ff9c01;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
    margin-top: 30px;
}
.content .ui_ul_icon_3sdKgg li:nth-child(3n) {
    margin-right: 0;
}
.content .ui_ul_icon_3sdKgg li .class_img {
    width: 260px;
    height: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .ui_ul_icon_3sdKgg li .class_span {
    font-size: 15px;
    color: #FFF;
    line-height: 22px;
    display: block;
    padding: 0 18px;
}
.content .ui_ul_icon_3sdKgg li .class_strong {
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    padding: 18px;
    display: block;
}

/* 可更改 UI系-UI页面问题列表—1 */
.content .questionList_01Kgg {
    width: 828px;
    height: 154px;
    margin: 30px auto 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .questionList_01Kgg li {
    width: 260px;
    font-weight: bold;
}
.content .questionList_01Kgg li .questionT {
    width: 260px;
    height: 48px;
    background-color: #ff9c01;
    font-size: 18px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.content .questionList_01Kgg li .questionB {
    width: 260px;
    height: 106px;
    background-color: #9a42fd;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 4px 4px;
}
.content .questionList_01Kgg li .questionB p {
    text-align: center;
    line-height: 30px;
}

/* 可更改 游戏系-三列布局-01 */
.content .companyList_01Kgg{
    width: 828px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .companyList_01Kgg li{
    width: 263px;
    font-weight: bold;
    border: 1px solid #e2e2e2;
}
.content .companyList_01Kgg li .companyT{
    width: 263px;
    height: 170px;
    background-color: #382074;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}
.content .companyList_01Kgg li .companyT .pT{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 34px 0 13px 0;
}
.content .companyList_01Kgg li .companyT .pB{
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.content .companyList_01Kgg li .companyB{
    width: 263px;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 可更改 游戏系四列布局-01 */
.content .gameStepList_01Kgg{
    width: 827px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .gameStepList_01Kgg .gameStepItem{
    width: 191px;
    background-color:#ffffff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}
.content .gameStepList_01Kgg .gameStepItem .title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    background-color: #3c2576;
}
.content .gameStepList_01Kgg .gameStepItem .textBox{
    padding: 30px 10px 0;
    height: 187px;
}
.content .gameStepList_01Kgg .gameStepItem .textBox .classItem{
    font-size: 16px;
    line-height: 24px;
    color: #392071;
    text-align: center;
    line-height: 36px;
}

/* 可更改 游戏系图文列表-01 */
.content .gameImgList_01Kgg .item{
    width: 827px;
    height: 281px;
    border: 1px solid #e2e2e2;
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.content .gameImgList_01Kgg .item .imgBox{
    width: 66.66%;
}
.content .gameImgList_01Kgg .item .imgBox img{
    width:100%;
    height:100%;
}
.content .gameImgList_01Kgg .item .textBox{
    width: 33.33%;
    padding: 27px 0 0 26px;
}
.content .gameImgList_01Kgg .item .textBox .title_1{
    font-size: 16px;
    color: #382074;
    text-align: left;
}
.content .gameImgList_01Kgg .item .textBox .title_2{
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding-top: 14px;
}
.content .gameImgList_01Kgg .item .textBox p{
    padding-top: 20px;
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 28px;
}

/* 可更改 游戏系原画图文（左文右图）（左图右文）  */
.content .gameDrawStepList_01Kgg{
    width: 828px;
    margin-top: 24px;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem{
    width: 828px;
    height: 269px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .imgBox{
    width: 50%;
    height: 269px;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .imgBox img{
    width: 100%;
    height: 100%;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .textBox{
    width: 50%;
    height: 269px;
    padding: 20px;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .textBox p{
    font-size: 16px;
    line-height: 1.5;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .textBox h4{
    font-size: 24px;
    color: #ef3b2a;
    font-weight: bold;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .textBox .introduce{
    font-size: 18px;
    color: #494949;
    line-height: 30px;
    padding-top: 12px;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .textBox .stepList{
    margin-top: 10px;
    font-size: 14px;
    color: #797979;
    line-height: 28px;
}
.content .gameDrawStepList_01Kgg .gameDrawStepItem .textBox .stepList li .itemStyle{
    width: 4px;
    height: 13px;
    line-height: 28px;
    display: inline-block;
    margin-right: 12px;
    background-color: #e2e2e2;
}

/* 可更改 游戏系新闻块-01 */
.content .div_oneKgg {
    width: 830px;
    overflow: hidden;
    margin: 30px auto 0;
}
.content .div_oneKgg .top_bg {
    width: 830px;
    height: 50px;
    background: #3c2576;
    font-size: 26px;
    color: #fff;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #3c2576;
}
.content .nr_box1Kgg {
    width: 830px;
    height: auto;
    border: 1px solid #e2e2e2;
    color: #494949;
    padding: 44px 27px;
    box-sizing: border-box;
    margin: 0 auto;
    border-top: none;
    background-color: #ffffff;
}

/* 可更改 游戏原画三列 */
.content .yx_ul_icon_3Kgg {
    overflow: hidden;
}
.content .yx_ul_icon_3Kgg li {
    width: 258px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 24px;
    float: left;
}
.content .yx_ul_icon_3Kgg li:nth-child(3n) {
    margin-right: 0;
}
.content .yx_ul_icon_3Kgg li .class_img {
    width: 258px;
    margin: 0 auto;
    display: block;
    border-radius: 4px 4px 0px 0px;
}
.content .yx_ul_icon_3Kgg li img {
    width: 100%;
    display: block;
}
.content .yx_ul_icon_3Kgg .bg_tex {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    background-color: #ef3b2a;
    padding: 13px 0;
}
.content .yx_ul_icon_3Kgg li .class_span {
    display: block;
    padding: 22px 19px;
    font-size: 14px;
    color: #595959;
    text-align: justify;
    border: 1px solid #ffffff;
}

/* 可更改 游戏系原画四列布局-01 */
.content .gameDrawList_01Kgg{
    width: 827px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .gameDrawList_01Kgg .gameDrawItem{
    width: 191px;
    background-color:#ffffff;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}
.content .gameDrawList_01Kgg .imgBox{
    width: 191px;
    height: 185px;
}
.content .gameDrawList_01Kgg .imgBox img{
    width: 100%;
    height: 100%;
}
.content .gameDrawList_01Kgg .gameDrawItem .title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background-color: #ef3b2a;
}
.content .gameDrawList_01Kgg .gameDrawItem .textBox{
    padding: 20px 0 0;
    min-height: 150px;
}
.content .gameDrawList_01Kgg .gameDrawItem .textBox .classItem{
    font-size: 16px;
    line-height: 1.5;
    color: #797d80;
    text-align: center;
}

/* 可更改 游戏系图片左右/右左布局-01 */
.content .gameLRBox_01Kgg{
    margin: 30px auto 0;
}
.content .gameLRBox_01Kgg li{
    height: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f9;
}
.content .gameLRBox_01Kgg li .textBox{
    width: 50%;
    height: 240px;
}
.content .gameLRBox_01Kgg li .textBox .textTitle{
    font-weight: bold;
    font-size: 16px;
    margin:25px 33px 0;
}
.content .gameLRBox_01Kgg li .textBox .textMain{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 33px;
}
.content .gameLRBox_01Kgg li .imgBox{
    width: 50%;
    height: 240px;
}

/* 可更改 游戏系图片左右布局-02 */
.content .gameLRBox_02Kgg{
    margin: 20px auto 0;
}
.content .gameLRBox_02Kgg li{
    height: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f9;
}
.content .gameLRBox_02Kgg li .textBox{
    width: 33.33%;
    height: 270px;
}
.content .gameLRBox_02Kgg li .textBox .textTitle{
    font-weight: bold;
    font-size: 24px;
    margin: 37px 33px 0;
    color: #1671ff;
    font-weight: bold;
}
.content .gameLRBox_02Kgg li .textBox .textMain{
    font-size: 14px;
    line-height: 24px;
    margin: 10px 33px;
}
.content .gameLRBox_02Kgg li .imgBox{
    width: 66.66%;
    height: 270px;
    overflow: hidden;
}

/* 可更改 游戏系问题模块 */
.content .questionItemKgg{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between;
}
.content .questionItemKgg li{
    width: 236px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
}
.content .questionItemKgg li:nth-child(2),.questionItemKgg li:nth-child(3),.questionItemKgg li:nth-child(4){
    margin-left: 34px;
}
.content .questionItemKgg li .changeStyle{
    background-color: #194eff;
}
.content .questionItemKgg .questionT{
    text-align: center;
    padding-bottom: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.content .questionItemKgg .questionT span{
    font-size: 18px;
}
.content .questionItemKgg .questionItem_1{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .questionItemKgg .questionItem_2{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .questionItemKgg .questionItem_3{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .questionItemKgg .questionItem_4{
    width: 124px;
    height: 124px;
    margin: 20px auto 10px;
    display: block;
}
.content .questionItemKgg .blueBtn{
    display: block;
    height: 45px;
    background: none !important;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.content .questionItemKgg .blueBtn:hover {
    -webkit-box-shadow: #909090 0px 0px 20px;
    -moz-box-shadow: #909090 0px 0px 20px;
    box-shadow: #909090 0px 0px 20px;
}

/* 可更改 游戏系教师信息列表 */
.content .gameTeacherInfoKgg{
    width: 833px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .gameTeacherInfoKgg li{
    width: 198px;
    height: 426px;
    background-color:#ffffff;
    border: 1px solid #8eaabb;
    border-radius: 4px;
}
.content .gameTeacherInfoKgg li .textBox{
    padding: 27px 10px 10px;
}
.content .gameTeacherInfoKgg li .textBox h4{
    text-align: left;
    text-indent: 20px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    font-weight: bold;
}
.content .gameTeacherInfoKgg li .textBox h4 span{
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-bottom: 10px;
}
.content .gameTeacherInfoKgg li .textBox h3{
    text-align: left;
    font-size: 14px;
    color: #333333;
    text-indent: 20px;
    font-weight: normal;
}
.content .gameTeacherInfoKgg li .textBox .p1{
    font-size: 14px;
    color: #232732;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;        
    display: -webkit-box;        
    -webkit-line-clamp: 2;          
    -webkit-box-orient: vertical; 
    margin-bottom: 10px;
}
.content .gameTeacherInfoKgg li .textBox .p2{
    color: #232732;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;        
    display: -webkit-box;        
    -webkit-line-clamp: 2;          
    -webkit-box-orient: vertical; 
}

/* 可更改 室内系问题列表布局 */
.content .indoorQuestionList_01Kgg{
    margin: 30px auto 0;
}
.content .indoorQuestionList_01Kgg li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}
.content .indoorQuestionList_01Kgg li:last-child{
    margin-bottom: 0;
}
.content .indoorQuestionList_01Kgg li .listItem .noBox{
    width: 67px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background-color: #309970;
    float: left;
    font-style:italic;
}
.content .indoorQuestionList_01Kgg li .listItem .textBox{
    width: 340px;
    height: 58px;
    border: 1px solid #309970;
    line-height: 58px;
    text-indent: 10px;
    font-size: 20px;
    float: left;
    color: #1b2c26;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* 其它效果-01（可更改） */
.content .otherStyle_01Kgg{
    text-align: center;
    margin-top: 30px;
}
.content .otherStyle_01Kgg .con{
    border-color: #0f3595;
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px;
    border: 2px dashed #007FDB;
    border-radius: 25px;
}
.content .otherStyle_01Kgg .con span {
    position: relative;
    margin-top: -28px;
    line-height: 50px;
    font-size: 28px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 25px;
    color: #007FDB;
    display: block;
}
.content .otherStyle_01Kgg .con span::before{
    left: 0;
}
.content .otherStyle_01Kgg .con span::after{
    right: 0;
}
.content .otherStyle_01Kgg .con span::before, .content .otherStyle_01Kgg .con span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    /* background-color: #007FDB; */
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.content .bj_box57Kgg {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top:30px
}
.content .bj_box57Kgg .item{
    display: flex;
    align-items: center;
    width: 350px;
    padding: 10px 10px 10px 22px;
    border-radius: 70px 60px 60px 0;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
}
.content .bj_box57Kgg .item .item-left{
    display: inline-block;
    position: relative;
    width: 98px;
    height: 98px;
    margin-right: 17px;
    background: #0F3595;
    border-radius: 50%;
}
.content .bj_box57Kgg .item .item-left .center-ball {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 12px solid #fff;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content .bj_box57Kgg .item .item-right {
    display: inline-block;
    width: 235px;
    vertical-align: middle;
    line-height: 24px;
    color: #636464;
    font-size: 15px;
}

/* 可更改 浪布局 */
.content .langBoxKgg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
.content .langBoxKgg .lang {
    width: 16%;
}
.content .langBoxKgg .lanB {
    margin-top: 30px;
}
.content .langBoxKgg .lanT {
    margin-top: 0;
}
.content .langBoxKgg .lang {
    height: 210px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.content .langBoxKgg .lang .langItemTitle {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
}
.content .langBoxKgg .lang .langItemMain {
    text-align: center;
    padding: 30px 20px 60px;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    overflow:hidden;
    text-align:justify;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.content .langBoxKgg p{
    margin-top: 0 !important;
}

/*浪布局配色*/
.content .langBoxKgg .langColor_1 {
    background: #236efb;
}
.content .langBoxKgg .langColor_1 .langItemTitle {
    background: #1856ca;
}
.content .langBoxKgg .langColor_2 {
    background: #05a0f1;
}
.content .langBoxKgg .langColor_2 .langItemTitle {
    background: #086fa5;
}
.content .langBoxKgg .langColor_3 {
    background: #01c9b4;
}
.content .langBoxKgg .langColor_3 .langItemTitle {
    background: #038174;
}
.content .langBoxKgg .langColor_4 {
    background: #f45750;
}
.content .langBoxKgg .langColor_4 .langItemTitle {
    background: #b42f29;
}
.content .langBoxKgg .langColor_5 {
    background: #ec3863;
}
.content .langBoxKgg .langColor_5 .langItemTitle {
    background: #a32846;
}
.content .langBoxKgg .langColor_6 {
    background: #584be3;
}
.content .langBoxKgg .langColor_6 .langItemTitle {
    background: #3629b9;
}

/* 可更改 其它文字块-02 */
.content .otherStyle_02Kgg{
    text-align: center;
    margin-top: 30px;
}
.content .otherStyle_02Kgg .con{
    border-color: #025360;
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px;
    border: 2px dashed #025360;
    border-radius: 25px;
}
.content .otherStyle_02Kgg .con span {
    position: relative;
    margin-top: -28px;
    line-height: 50px;
    font-size: 28px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 25px;
    color: #025360;
    display: block;
}
.content .otherStyle_02Kgg .con span::before{
    left: 0;
}
.content .otherStyle_02Kgg .con span::after{
    right: 0;
}
.content .otherStyle_02Kgg .con span::before, .content .otherStyle_02Kgg .con span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #025360;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.content .bj_box62Kgg {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-flow: row wrap;
    line-height: 30px;
    margin-top: 30px;
}
.content .bj_box62Kgg .four .item {
    width: 24%;
}
.content .bj_box62Kgg .item {
    position: relative;
    width: 267px;
    padding: 8px 25px 10px 25px;
    margin-top: 15px;
    border: 1px solid #408ed6;
    border-radius: 0 60px 0 60px;
}
.content .bj_box62Kgg .item {
    box-shadow: 0 0 10px rgb(141, 137, 137);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content .bj_box62Kgg .item .num {
    position: absolute;
    top: -22px;
    left: -1px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #408ed6;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    font-weight: bold;
}
.content .bj_box62Kgg .item .num {
    background: #025360;
}
.content .bj_box62Kgg .item .tit {
    text-align: center;
    font-size: 22px;
    color: #025360;
    font-weight: bold;
}
.content .bj_box62Kgg .item .line {
    position: relative;
    width: 85px;
    height: 1px;
    margin: 10px auto;
    background: #025360;
}
.content .bj_box62Kgg .item .line .bal {
    position: absolute;
    width: 33px;
    height: 3px;
    background: #025360;
    left: 0;
    right: 0;
    top: -1.15px;
    margin: 0 auto;
}
.content .bj_box62Kgg .item p {
    color: #025360;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.content .bj_box62Kgg .item:hover{
    background:#025360;
}
.content .bj_box62Kgg .item .num{
    background:#025360;
}
.content .bj_box62Kgg .item:hover .num{
    color:#025360;
    border-color:#025360;
}
.content .bj_box62Kgg .item:hover{
    background: #025360;
}
.content .bj_box62Kgg .item:hover .num{
    background: #fff;
    color: #025360;
    border: 2px solid #025360;
    line-height: 40px;
}
.content .bj_box62Kgg .item:hover .tit,.bj_box62Kgg .item:hover p{
    color: #fff;
}
.content .bj_box62Kgg .item:hover .line{
    background: #fff !important;
}
.content .bj_box62Kgg .item:hover .line .bal{
    background: #fff !important;
}
.content .bj_box62Kgg.four .item{
    width: 24%;
}




* {
    margin: 0px;
    padding: 0px;
}

.gridtable2 {
    font-family: '"Microsoft YaHei",sans-serif';
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;
}

.gridtable2 td {
    border-width: 1px;
    padding: 10px;
    border-style: solid;
    border-color: #ccc;
    background-color: #ffffff;
}

.gridtable2 td span {
    white-space: initial!important;
}

table, th, tr, td {
    border-color: #ccc;
}



.huiyuan_banner {
    position: relative;
}
.width_all {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1200px;
}


.ys_box02 {
    width: 100%;
    overflow: hidden;
}

.ys_box02 >ul >li {
    float: left;
    width: 25%;
    padding: 30px 10px 0药px 10px;
}


.ys_box02 >ul >li >.con {
    text-align: center;
}

.ys_box02 >ul >li >.con >span {
    display: block;
}


.ys_box02 >ul >li >.con >span >img {
    width: 70%;
    margin: 0 auto;
}
img {
    outline: 0;
    border: 0;
    vertical-align: top;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.ys_box02 >ul >li >.con >label {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3a3a3a;
}

.ys_box02 >ul >li.li01 >.con >i {
    background: #2ad7ec;
}

.ys_box02 >ul >li >.con >i {
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 10px 0px;
}


.ys_icon {
    display: none;
}


.ys_box02 >ul >li >.con >p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 30px;
    padding: 0px 10px;
}
 
 
 .ys_box02 >ul >li {
    float: left;
    width: 25%;
    padding: 30px 10px 0药px 10px;
}

.ys_box02 >ul >li >.con {
    text-align: center;
}

.ys_box02 >ul >li >.con >span {
    display: block;
}
}
.ys_box02 >ul >li >.con >span >img {
    width: 70%;
    margin: 0 auto;
}

ys_box02 >ul >li >.con >label {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3a3a3a;
}

.ys_box02 >ul >li.li02 >.con >i {
    background: #f65050;
}

.ys_box02 >ul >li >.con >i {
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 10px 0px;
}

.ys_box02 >ul >li >.con >p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 30px;
    padding: 0px 10px;
}

.ys_box02 >ul >li.li03 >.con >i {
    background: #28a3f9;
}
.ys_box02 >ul >li.li04 >.con >i {
    background: #f8853f;
}




 /*footer*/
.yui3-g_zt {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    word-spacing: -0.43em;
}
.yui3-u-1_zt{
   font-size: 12px;
}
 
.footer_zt span {
    float: left;
    margin: 0 15px 0 0;
    _display: inline;
}

.font-yahei_zt {
    font-family: "Microsoft YaHei",SimHei,"微软雅黑","黑体";
}
.wrap_zt {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}
 
.yui3-g_zt {
    font-size: 0;
}
.footer_zt {
    padding: 15px 100px;
    line-height: 38px;
    color: #737373;
    zoom: 1;
    overflow: hidden;
	background: #1f1f1f;
	margin-top:8px;
}
.footer_zt a {
    text-decoration: none;
    color: #5a5a5a;
}

 