@charset "utf-8";
/*前台HOME首页Index专属样式表*/

#inSlider {
    height: 440px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
#inSlider .arrow {
    position: absolute;
    z-index: 99;
    left: 24px;
    top: 50%;
    margin-top: -36px;
    width: 20px;
    height: 72px;
    background: url(img/inSliderArrow.png) 0px 0px no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#inSlider .arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#inSlider .arrow.next {
    background-position: -20px 0px;
    left: auto;
    right: 24px;
}
#inSlider .hd {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    /*left: 50%;*/
    /*margin-left: -25px;*/
    left: calc(50% - 300px);
    width: 600px;
    display: flex;
    justify-content: center;
}
#inSlider .hd ul {

}
#inSlider .hd ul li {
    width: 40px;
    height: 3px;
    /*background: url(inSliderPoint.png) 0px 0px no-repeat;*/
    /*border-bottom: 3px solid #fff;*/
    background: rgba(255,255,255,0.3);
    float: left;
    margin: 0px 3px;
    cursor: pointer;
}
#inSlider .hd ul li.on {
    /*background-position: 0px -16px;*/
    background: #FFFFFF;
}
#inSlider .bd {

}
#inSlider .bd ul {

}
#inSlider .bd ul li {
    height: 440px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
#inSlider .bd ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
}
#inSlider .bd ul li img {
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inPro {
    background: #ffffff;
    /*padding: 20px 0px;*/
    padding: 0 0 80px;
}
.inPro:nth-child(odd) {
    background: #F7F8FF;
}
.inPro .container {
    overflow: hidden;
}
.inPro h5 {
    text-align: center;
    color: #333333;
    font-size: 36px;
    line-height: 76px;
    font-weight: 400;
    margin-top: 40px;
}
.inPro p {
    text-align: center;
    font-size: 20px;
    margin: 0px;
    color: #333;
    line-height: 20px;
}
.inProList {
    padding: 15px 0px;
    width: 1320px;
    overflow: hidden;
}
.inProList .item {
    width: 285px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.inProList .item .img {
    height: 178px;
    position: relative;
    font-size: 0px;
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: 0.2s linear all;
}
.inProList .item .img img {
    width: 100%;
    height: 100%;
}
.inProList .item .img .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    /*background: url(inProMask.png) center center no-repeat;*/
    display: none;
}
.inProList .item .img .mask .icon {
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    /*background: url(inProMaskIcon.png) bottom center no-repeat;*/
    display: none;
}
.inProList .item .img:hover {

}
.inProList .item .img:hover .mask {
    display: block;
}
.inProList .item .img:hover .mask .icon {
    display: block;
    top: 0px;
    background-position: center center;
}
.inProList .item .info {

}
.inProList .item .info a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #1f5bbe;
    transition: all 0.2s linear;
    -webkit-transition: 0.2s linear all;
}
.inProList .item .info a:hover {
    color: #f66a23;
}
.inProList .item .info p {
    text-align: left;
    color: #999;
    line-height: 1.5;
}

.inFt {

}
.inFt .item {
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding: 40px 0px;
}
.inFt .item h5 {
    color: #1f5bbe;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}
.gs-left {
    float: left; width: 754px; height: 606px; position: relative; overflow: hidden;
}

.gs-left-t {
    width: 680px;
    padding-top: 68px;
}
.gs-left-t .gs-bg-title {
    position: absolute;
    color: rgba(153, 153, 153, 0.12);
    font-size: 82px;
    top: 0px;
}
.gs-left-t .gs-title {
    color: #333333; font-size: 30px;
}
.gs-left-t .gs-sub-title {
    padding-top: 15px;
    font-size: 20px;
    color: #999999;
}
.gs-left-t .gs-content {
    margin-top: 28px;
    padding-right: 123px;
}
.gs-left-t .gs-content p {
    font-size: 14px;
    text-indent: 2em;
    text-align: left;
    line-height: 28px;
    color: #333;
}
.gs-bottom {
    width: 100%;
    position: absolute;
    bottom: 45px;
    z-index: 99;
    height: 148px;
}
.gs-bottom-con {
    width: 1800px; margin: 0 auto;background: #1869C4;height: 100%;
}
.gs-bottom-con .gs-b-title {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}
.gs-bottom-con .gs-b-sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.gs-bottom-con .gs-b-icon {
    cursor: pointer;
    /*position: absolute;*/
    /*right: 18px;*/
    /*bottom: 4px;*/
    float: left;
    margin-top: 9px;
}
.gs-right {
    float: right; width: 466px; height: 556px; overflow: hidden;margin-top: 40px; position: relative; z-index: 100;
}
.gs-right img {
    margin: 0;
    padding: 0;
}

.gs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 1210px;*/
    height: 160px;
    position: relative;
    overflow: hidden;
}

.gs-header-l {
    /*width: 1000px;
    float: left;*/
    color: #333333;
    font-size: 36px;
}
.gs-header-l:before {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #1869C4;
    content: "";
}
/*.gs-header-l .gs-title {
    color: #333333; font-size: 30px;
}
.gs-header-l .gs-sub-title {
    padding-top: 15px;
    font-size: 20px;
    color: #999999;
}*/

/*.gs-header-r {
    float: right;
    width: 140px;
}*/
.gs-header .gs-button {
    /*width: 130px;*/
    height: 48px;
    padding: 0 30px;
    border-radius: 30px;
    border: 1px solid #999;
    font-size: 18px;
    font-weight: 500;
    color: #ACACAC;
    /*margin-top: 30px;*/
    background: rgba(255, 255, 255, 0);
}

.gs-header .gs-button:hover {
    color: #0762CB;
    border: 1px solid #0762CB;
}

.gs-header .gs-button:hover span:last-child {
    background: #0762CB;
}

.gs-header .gs-button span:last-child {
    padding: 0 5px;
    margin-left: 10px;
    background: #999;
    border-radius: 14px;
    color: #fff;
}

.gs-left-img {
    display: flex;
    flex-direction: column;
    width: 700px; height: 400px; overflow: hidden;position: relative;
}

.gs-left-img .left-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    //justify-content: space-between;
    padding-right: 60px;
    margin-top: 16px;
}

.gs-left-img .left-content .title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 36px;
    text-align: left;
}

.gs-left-img .left-content .con-d {
    //flex: 1;
    margin: 24px 0;
    min-height: 24px;
    max-height: 246px;
line-height: 32px;
    text-indent: 2rem;
}

.gs-left-img .left-content .con-d p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: left;
    text-indent: 2em;
}

.gs-left-img .left-content button {
    height: 48px;
    padding: 0 43px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    line-height: 48px;
    border: 1px solid #0762CB;
}

.gs-left-img .left-content .button1 {
    margin-right: 40px;
    background: #fff;
    color: #0762CB;
}

.gs-left-img .left-content .button2 {
    background: #0762CB;
    color: #FFFFFF;
}

/*.gs-left-img .gs-left-con {*/
/*    position: absolute;*/
/*    top: 155px;*/
/*    right: 10px;*/
/*    width: 180px;*/
/*    height: 200px;*/
/*}*/

/*.gs-left-img .gs-button-learn {*/
/*    margin-top: 25px;*/
/*    padding: 2px 12px;*/
/*    font-size: 16px;*/
/*    color: #383838;*/
/*    background: rgba(255, 255, 255, 0);*/
/*}*/

.gs-right-con {
    width: 620px;
    height: 400px;
    /*float: left;*/
    /*margin-top: 67px;*/
    /*margin-left: 18px;*/
    /*border: 1px solid #ddd;*/
    overflow: hidden;
}

/*.grid-e1{
    width:100%;
    height:100%;
    position: relative;
    margin: 0 auto;
    display:grid;
    place-items:center;
    grid-template-columns:1fr 1fr;
    !*grid-template-rows: 275px;*!
    background-color: #f2f2f2;
    !*grid-template-areas:'box1 box2'*!
	!*							'box1 box2';*!
    grid-gap:2px 2px;
}
.grid-e1 .box{
    width:100%;
    height:100%;
    display: grid;
    background-color: #FFFFFF;
    place-items: center;
}
.grid-e1 .box .p1{
    font-size: 18px;color: #3D3D3D;
}
.grid-e1 .box .p2{
    font-size: 12px;color: rgba(61,61,61,0.5);
}
.grid-e1 .box .p3{
    font-size: 16px;color: #383838;margin-top: 15px;
}
.grid-e1 .box:hover,
.grid-e1 div.act {
    background: url("../index/bg1.png") 158px 0px no-repeat #1869C4;
}
.grid-e1 .box:hover .p1, .grid-e1 .box:hover .p3,
.grid-e1 .act .p1, .grid-e1 .act .p3 {
    color: #FFFFFF;
}
.grid-e1 .box:hover .p2,
.grid-e1 .act .p2 {
    color: rgba(255, 255, 255, 0.5);
}*/

/*.gs-con .news-item {*/
/*    background: #FFFFFF;*/
/*    width: 648px;*/
/*    height: 136px;*/
/*}*/

.grid-e2{
    width:100%;
    /*height:100%;*/
    position: relative;
    margin: 0 auto;
    display:grid;
    place-items:center;
    grid-template-columns: repeat(2, 650px);
    grid-template-rows: repeat(3, 136px);
    grid-template-areas:'box1'
						'box1';
    grid-gap:20px 20px;
    padding-bottom: 8px;
}
.grid-e2 .box{
    width: calc(100% - 45px);
    /*height:100%;*/
    display: grid;
    padding: 6px 20px;
    background-color: #FFFFFF;
}
.grid-e2 .box1{
    grid-area:box1;
    width: 650px;
    height: 292px;
    padding: 0;
    overflow: hidden;
}

.gs-con {
    width: 1320px;
    /*height: 468px;*/
}

.gs-con .gs-news {
    position: relative
}

.gs-con .gs-news a {
    display: block;
    width: 650px;
    height: 292px;
}

.gs-con .gs-news img {
    /*width: 648px; height: 292px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-e2 .box2{
    height: 124px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

.grid-e2 .box2 p{
    height: 20px;
    margin: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.grid-e2 .box2 p a {
    color: #333333;
}
.p-one-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1em * 1 * 1.5);
    min-height: calc(12px * 1 * 1.5);
}
.grid-e2 .box2 span{
    /*margin: 0 20px;*/
    font-size: 14px;
    color: #999;
}
.grid-e2 .box2 .new-item-info{
    /*margin: 10px 0;*/
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1em * 3);
    min-height: calc(12px * 3 * 1.5);
}

.grid-e2 .box2 .new-footer {
    display: flex;
    justify-content: space-between;
}

.grid-e2 .box2 .more {
    width: 14px;
    height: 14px;
    padding: 0 2px;
    margin-left: 5px;
    background: #999;
    border-radius: 14px;
    color: #fff;
}

.grid-e2 .box2:hover{
    border-bottom: 2px solid #1869C4;
}

.grid-e2 .box2:hover .more {
    background: #1869C4;
    color: #fff;
}

.grid-e2 .box2:hover span {
    color: #1869C4;
}

.grid-e2 .box2 p:hover{
    color: #1869C4;
}

.grid-e3{
    display: grid;
    place-items: center;
    grid-template-columns: repeat(5, 248px);
    grid-template-rows: 160px;
    grid-auto-rows: 160px;
    grid-template-areas:
        'a a b c'
        'a a b c';
    grid-gap: 20px;
    width: 100%;
    margin: 0 auto;
}
.grid-e3 div:first-child {
    grid-area: a;
}
.grid-e3 div:nth-child(2) {
    grid-area: b;
}
.grid-e3 div:nth-child(3) {
    grid-area: c;
}
.grid-e3 div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.grid-e3 div a {
    width: 100%;
}
.grid-e3 div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*width: inherit;*/
    /*height: -webkit-fill-available;*/
}

.grid-e3 div span {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    background: rgba(7, 98, 203, 0.8);
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
}

.grid-e3 div:hover {
    cursor: pointer;
}

.grid-e3 div:hover span {
    display: block;
}

/*.grid-e3 .box{
    width:100%;
    height:100%;
    display: grid;
    background-color: #FFFFFF;
    place-items: center;
}

.grid-e3 .box img {
    max-width: 238px;
    max-height: 70px;
}*/

.inNag {
    width: 64px;
    height: 385px;
    background: #ffffff;
    z-index: 99;
    position: fixed;
    right: 155px;
    bottom: 100px;
}

.inNag li {
    text-align: center;
    background: rgba(0, 0, 0, 0.24);
    padding: 6px;
    border-bottom: 1px solid #FFFFFF;
}
.inNag li:hover {
    background: #1869C4;
}

.inNag li a {
    color: #FFFFFF;
}

.inQr {
    width: 172px;
    height: 172px;
    background: #ffffff;
    z-index: 99;
    position: fixed;
    right: 240px;
    bottom: 156px;
    border-top: 2px solid #3662EC;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inTitle {
    width: 100%;
    height: 220px;
    background: #0762CB;
}

.inTitle ul {
    display: flex;
    width: 1320px;
    height: 100%;
    margin: 0 auto;
}

.inTitle ul li {
    position: relative;
    width: 251px;
    height: calc(100% - 66px);
    padding: 32px 43px 34px 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.inTitle ul li:before {
    position: absolute;
    top: 44px;
    left: 0;
    width: 3px;
    height: 20px;
    background-color: #fff;
    content: "";
}

.inTitle ul li span {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
}

.inTitle ul li p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: left;
}

.inTeachers {
    display: flex;
    justify-content: space-between;
}

.inTeachers li {
    position: relative;
    width: 300px;
    //height: 450px;
    height: 420px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.inTeachers li:hover {
    background: rgba(7, 98, 203, 0.72);
}

.inTeachers li img {
    //width: 300px;
    //height: 450px;
    border-radius: 5px;
    border: unset;
}

.inTeachers li div {
    position: absolute;
    top: 250px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 24px;
    text-align: center;
}

.inTeachers li span {
    width: 148px;
    height: 56px;
    line-height: 56px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 16px 43px;
}

.inTeachers li p {
    padding-top: 25px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.inProList .t-con {
    width: 620px;
    height: 500px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    overflow: auto;
}
.inProList .t-con::-webkit-scrollbar {
   display: none;
}

.inProList .t-con .ul-1 {
    max-height: 500px;
    overflow: hidden;
    padding: 0 20px;
}

.inProList .t-con .ul-1 li {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #ECECEC;
}
.inProList .t-con .ul-1 li:hover {
    cursor: pointer;
}

.inProList .t-con .ul-1 li:hover span, .inProList .t-con .ul-1 li:hover a {
    color: #0762CB !important;
}

.inProList .t-con .ul-1 li a {
    flex: 1;
    margin-right: 58px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inProList .t-con .ul-1 li span:last-child {
    flex: 0 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.inProList .t-con .ul-2 {
    max-height: 500px;
    /*overflow: hidden;*/
    padding: 0 20px;
}

.inProList .t-con .ul-2 li {
    display: flex;
    align-items: center;
    height: 100px;
    padding-top: 20px;
}

.inProList .t-con .ul-2 li img {
    width: 100px;
    height: 100px;
}

.inProList .t-con .ul-2 li a {
    flex: 1;
    height: 100%;
    margin-left: 20px;
    border-bottom: 1px solid #ECECEC;
}

.inProList .t-con .ul-2 li:hover {
    cursor: pointer;
}

.inProList .t-con .ul-2 li:hover span {
    color: #0762CB !important;
}

.inProList .t-con .ul-2 li a span:first-child {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
}

.inProList .t-con .ul-2 li a span:last-child {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inTopic {
    width: 100%;
    /*height: 100%;*/
    /*overflow: auto;*/
    background-image: url(img/topic-bg.png) ;
    background-size: cover;
}

.inTopic .container {
    width: 1320px;
    margin: 0 auto;
}

.inTopic .container .gs-header {
    display: flex;
    align-items: center;
    height: 100px;
}

.inTopic .container .gs-header .gs-title {
    font-size: 24px;
    color: #0762CB;
    /*line-height: 34px;*/
}

/*.inTopic .container .gs-header .gs-sub-title {
    font-size: 12px;
    color: #0762CB;
    !*line-height: 17px;*!
}*/

.inTopic .container .gs-content {
    display: flex;
    min-height: 860px;
    padding: 20px;
    margin-bottom: 60px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
}

.inTopic .container .gs-content .gs-content-l {
    width: 272px;
}

.gs-content-l .tp-item {
    border: 1px solid #ECECEC;
}

.tp-item .title {
    width: 256px;
    height: 44px;
    padding-left: 16px;
    background: #0762CB;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 44px;
}

.inTopic .container .gs-content .gs-content-r {
    flex: 1;
    margin-left: 40px;
}

.tree li a {
    display: flex;
    align-items: center;
    padding-left: 22px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}

.tree .li-check a, .tree li :hover {
    color: #0762CB;
    background: rgba(0,109,242,0.2);
}

.gs-content-r .top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #ECECEC;
}

.gs-content-r .top span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background: #0762CB;
    content: "";
}

.gs-content-r .top span {
    font-size: 18px;
    font-weight: 500;
    color: #0762CB;
}

.gs-content-r .pagePath {
    display: flex;
    align-items: center;
    height: 17px;
    font-size: 12px;
    color: #555555;
}

.gs-content-r .pagePath a {
    color: #555555;
}

.gs-content-r .con-ul-1 {
    display:grid;
    justify-content: space-around;
    place-items:center;
    grid-template-columns: repeat(2, 400px);
    grid-template-rows: 360px;
    grid-row-gap: 32px;
    width: 100%;
    margin-top: 40px;
}

.gs-content-r .con-ul-1 li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-content-r .con-ul-1 li a {
    width: 400px;
    height: 320px;
    background: #F3F9FF;
    //text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gs-content-r .con-ul-1 li a img {
    //width: 226px;
    //height: 320px;
    //max-width: 400px;
    //max-height: 320px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gs-content-r .con-ul-1 li span {
    height: 40px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}

.gs-content-r .con-ul-2 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #ECECEC;
}

.gs-content-r .con-ul-2 li:hover {
    cursor: pointer;
}
.gs-content-r .con-ul-2 li:hover span, .gs-content-r .con-ul-2 li:hover a {
    color: #0762CB !important;
}

.gs-content-r .con-ul-2 li a {
    flex: 1;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gs-content-r .con-ul-2 li span:last-child {
    padding: 0 20px 0 100px;
    font-size: 14px;
    color: #999999;
}

.gs-content-r .con-ul-3 {
    margin-top: 40px;
}

.gs-content-r .con-ul-3 li {
    height: 320px;
    margin-bottom: 80px;
}

.gs-content-r .con-ul-3 li>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.gs-content-r .con-ul-3 li:nth-child(2n)>div {
    flex-direction: row-reverse;
}

.gs-content-r .con-ul-3 li>div img {
    width: 220px;
    height: 300px;
    background: #fff;
}

.gs-content-r .con-ul-3 li:nth-child(2n+1)>div .border-img {
    position: absolute;
    bottom: -5px;
    left: 20px;
    width: 200px;
    height: 40px;
    border-bottom: 10px solid #0762CB;
    border-right: 20px solid #0762CB;
}

.gs-content-r .con-ul-3 li:nth-child(2n)>div .border-img {
    position: absolute;
    bottom: -5px;
    right: 20px;
    width: 200px;
    height: 40px;
    border-bottom: 10px solid #0762CB;
    border-left: 20px solid #0762CB;
}

.gs-content-r .con-ul-3 li:nth-child(2n+1) .intro {
    flex: 1;
    padding-left: 60px;
}

.gs-content-r .con-ul-3 li:nth-child(2n) .intro {
    flex: 1;
    padding-right: 60px;
}

.con-ul-3 .intro .title {
    position: relative;
    height: 54px;
    border-bottom: 1px solid #0762CB;
}

.con-ul-3 .intro .title span:first-child {
    margin-right: 16px;
    font-size: 36px;
    color: #333333;
    line-height: 41px;
}

.con-ul-3 .intro .title span:first-child:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 108px;
    height: 5px;
    background: #0762CB;
    content: "";
}

.con-ul-3 .intro .title span a {
    color: #333333;
}

.con-ul-3 .intro .title span:last-child {
    font-size: 16px;
    color: #333333;
}

.con-ul-3 .intro-con {
    margin-top: 20px;
    height: 225px;
    overflow: hidden;
    text-indent: 2em;
    line-height: 22px;
    font-size: 14px;
}

.con-ul-3 .intro-con p {
    margin: 0 0 1em;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 20px;
    text-indent: 2em;
}

.rGotop.act {
    display: block\9;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.rGotop {
    position: fixed;
    _position: absolute;
    z-index: 998;
    left: auto;
    right: 20px;
    bottom: 20px;
    _bottom: auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #000;
    font-size: 20px;
    line-height: 50px;
    color: #eee;
    text-align: center;
    border-radius: 4px;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-transform: translate(0, 120px);
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
    -webkit-transition: all .25s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .25s cubic-bezier(.215, .61, .355, 1);
    transition: all .25s cubic-bezier(.215, .61, .355, 1);
    display: none 9;
}

.rGotop .ionicons {
    font-size: 32px;
    line-height: 50px;
    margin-right: 0;
}
.ionicons {
    font-family: "Ionicons";
    font-size: 14px;
    line-height: 1;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ionicons svg {
    margin-top: 9px;
}

.search-result li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #ECECEC;
}

.search-result li:hover {
    cursor: pointer;
}
.search-result li:hover span, .search-result li:hover a {
    color: #0762CB !important;
}

.search-result li a {
    text-align: center;
    color: #333333;
    font-family: 宋体;
    font-weight: bold;
    font-size: 10pt;
}

.search-result li div {
    font-family: 宋体;
    color: #222222;
    font-size: 9pt;
}

.search-result li span:last-child {
    color: #333333;
    font-family: 宋体;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
}


.cgals-hd {
position: absolute;
    bottom: 0;
display: flex;
justify-content:center;
width: 100%;
}

.cgals-hd .on {
background: #0762CB;
}

.cgals-hd-li {
border-radius: 4px;

background: rgba(7, 98, 203, 0.2);

        line-height: 15px;
        text-align: center;
        font-size: 12px;
        width: 40px;
        height: 8px;
        cursor: pointer;
        overflow: hidden;
        margin-right: 16px;
        -webkit-transition: All .5s ease;
        -moz-transition: All .5s ease;
        -o-transition: All .5s ease;
    }