@charset "UTF-8";

/* 通用 */
body {
    font-family: "Times New Roman";
    font-family: "Georgia";
}

/* 当前位置 */

.samrEn-dqwz {
    width: auto;
    height: 20px;
    letter-spacing: 0;
    margin: 20px 0 40px;
}

.samrEn-dqwz a {
    font-family: "Times New Roman";
    font-family: "Georgia";
    font-size: 18px;
    color: #000000;
}

/* 内容通用 */
/* 左侧 */
.lmyCont_L {
    width: 920px;
    height: auto;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
}

.lmyCont_L .lmyCont_L_Tit {
    width: auto;
    height: auto;
    font-family: "Arial-Bold";
    font-weight: Bold;
    font-size: 32px;
    color: #154EB7;
    letter-spacing: 0;
    line-height: 54px;
    padding-bottom: 14px;
    position: relative;
}

.lmyCont_L .lmyCont_L_Tit::before {
    content: "";
    width: 100%;
    height: 4px;
    background: url(lmy_fgtBg.png) bottom center;
    position: absolute;
    bottom: 0;
}


/* 右侧 */
.lmyCont_R {
    width: 240px;
}

.lmyCont_R ul li {
    height: auto;
    /* line-height: 50px; */
    background: #F5F5F7;
    margin-bottom: 20px;

}

.lmyCont_R ul li a {
    width: 100%;
    font-family: "PingFangSC-Regular";
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    display: inline-block;
    padding: 11px 0 11px 20px;
}

.lmyCont_R ul li.active a {
    background: #154EB7;
    color: #FFFFFF;
}

.lmyCont_R ul li:hover a {
    background: #154EB7;
    color: #FFFFFF;
}

/* 关于我们单信息 */
.lmyGywm .lmyCont_L .lmyCont_L_Text {
    margin-top: 10px;
}

.lmyGywm .lmyCont_L .lmyCont_L_Text,
.lmyGywm .lmyCont_L .lmyCont_L_Text p {
    width: auto;
    height: auto;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
}

/* 领导介绍 */
.lmyLdjsCont {
    margin-bottom: 40px;
}

.lmyLdjsCont ul li {
    margin-top: 10px;
}

.lmyLdjsCont .lmyLdjsName,
.lmyLdjsCont .lmyLdText {
    width: auto;
    height: auto;
    /* font-family: "STSongti-SC-Regular"; */
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    display: inline-block;
}

.lmyLdjsCont .lmyLdjsName {
    width: 135px;
    font-size: 18px;
    color: #000000;
}

.lmyLdjsCont .lmyLdText {
    width: 85%;
    font-size: 16px;
    color: #666666;
}

/* 部门列表 */
.lmyBmlbCont {
    margin-bottom: 40px;
}

.lmyBmlbCont ul {
    /* display: flex; */
}

.lmyBmlbCont ul li {
    width: 50%;
    /* font-family: "STSongti-SC-Regular"; */
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    padding-right: 40px;
    float: left;
}

ul.column-3 li {
    height: auto;
    letter-spacing: 0;
    line-height: 16px;
    background: none;
    margin-top: 10px;
    margin-bottom: 0;
}

ul.column-3 li a {
    width: 100%;
    font-family: "PingFangSC-Regular";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

ul.column-3 li:hover a,
ul.column-3 li.on a {
    background: none;
    color: #154EB7;
}

.column-3More {
    display: block;
    font-family: "PingFangSC-Regular";
    font-weight: 400;
    font-size: 12px;
    color: #154EB7;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: 10px;
    padding-left: 20px;
}

/* 新闻中心 News */
.lmyNews {}

.lmyNewsCont {
    margin-bottom: 40px;
}

.lmyNews .lmyCont_L_Tit {

    width: auto;
    height: auto;
    font-family: "Arial-Bold";
    font-weight: Bold;
    font-size: 32px;
    color: #154EB7;
    letter-spacing: 0;
    line-height: 40px;
    padding-bottom: 20px;
}

.lmyCont_L_Tit .lmyTit-More {
    font-family: "ArialMT";
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    background: url(homeMoreBt.png) no-repeat right 12px;
    padding-right: 26px;
}

.lmyList li a:hover,
.lmyCont_L_Tit a:hover,
.lmyCont_L_Tit .lmyTit-More:hover {
    color: #154EB7;
}

.lmyCont_L_Tit .lmyTit-More:hover {
    background: url(homeMoreBt-hover.png) no-repeat right 12px;
}

/* 列表通用 */
.lmyList li {
    font-family: "Times New Roman";
    font-family: "Georgia";
    line-height: 24px;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 20px;
    position: relative;
}

.lmyList li::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.lmyList li:hover::after {
    background: #154EB7;
}

.lmyList li a {
    width: 82%;
    display: inline-block;
    height: auto;
    color: #000000;
    letter-spacing: 0;
    padding-left: 30px;
}

.lmyList li span {
    display: inline-block;

    width: auto;
    /* height: 24px; */
    line-height: 24px;
    /* font-family: "STSongti-SC-Regular"; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    font-style: normal;
}

.lmyList li span i {
    font-style: normal;
}

/* 新闻中心-轮播 */
.lmyNewsCont_2_L {
    margin-top: 20px;
    width: 453px;
    height: 302px;
}

.lmyNewsCont_2_L .LmyNewsSwiper {
    height: 100%;
}

.lmyNewsCont_2_L .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.lmyNewsCont_2_L .swiper-slide img {
    display: inline-block;
    object-fit: cover;
    height: auto;
    width: auto;
    max-width: 100%;

}

.lmyNewsCont_2_L .swiper-slide .fit {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


.lmyNewsCont_2_L a.slide_ImgA {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 302px;
    line-height: 302px;
    left: 0;
}

.lmyNewsCont_2_L .text_wrap {
    height: 88px;
    /* opacity: 0.75; */
    background: url(NewsLbBG.png) repeat center;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    padding: 20px;
}

.lmyNewsCont_2_L .swiper-slide .text {
    width: 100%;
    font-size: 18px;
    font-family: "Times New Roman";
    font-family: "Georgia";
    font-weight: Bold;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
}

.lmyNewsCont_2_L .swiper-slide .text a {
    color: #ffffff;
}

/* 
.lmyNewsCont_2_L .arrow-left,
.lmyNewsCont_2_L .arrow-right {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 30.5px;
    z-index: 3;
    cursor: pointer;
}

.lmyNewsCont_2_L .arrow-left {
    background: url(newsBtn-L.png) no-repeat center;
    left: 20px;
}

.lmyNewsCont_2_L .arrow-right {
    background: url(newsBtn-R.png) no-repeat center;
    right: 20px;
} */
/* 新闻中心-轮播右侧图文列表 */
.lmyNewsCont_2_R {
    width: 707px;
    /* height: 141px; */
}

.lmyNewsCont_2_R ul.lmyList li {
    /* IE10 */
    display: -ms-flexbox;
    /* 其他浏览器 */
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    margin-top: 20px;
}

.lmyNewsCont_2_R ul li::after {
    display: none;
}

.lmyNewsCont_2_R ul.lmyList a {
    width: auto;
    padding-left: 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.lmyNewsCont_2_R ul.lmyList .lmyList-AImg {
    width: 160px;
    height: 120px;
    max-height: none;
    margin-right: 20px;
}

.lmyNewsCont_2_R ul.lmyList a img {
    width: 100%;
    height: 100%;
}

.lmyNewsCont_2_R ul.lmyList .lmyList-text {
    width: 527px;
}

.lmyNewsCont_2_R ul.lmyList .lmyList-text a {
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 新闻中心-信息列表 */
.lmyNewsLieB .lmyList li {
    margin-top: 20px;
}

.lmyNewsLieB .lmyList li a {
    width: 100%;
}

.lmyNewsLieB .lmyList li span {
    padding-left: 30px;
}

/* 涉外业务职能 */
.lmySwywzn .lmyNewsCont_2_L {
    width: 600px;
    height: 400px;
    margin-top: 0;
}

.lmySwywzn .lmyNewsCont_2_L a.slide_ImgA {
    height: 400px;
    line-height: 400px;
}

.lmySwywzn .lmyList {
    width: 560px;
}

.lmySwywzn ul.lmyList li {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.lmySwywzn .lmyList li::after {
    display: none;
}

.lmySwywzn .lmyList li a {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}

.lmySwywzn .lmyList:nth-child(1) li a {
    margin-top: 10px;
    margin-bottom: 0
}

.lmySwywzn .lmyNewsCont_2_R ul.lmyList .lmyList-AImg {
    margin-bottom: 0;
}

.lmySwywzn_2_L {
    width: 50%;
    float: left;
}

.lmySwywzn_2_L ul.lmyList li {
    padding-bottom: 17px;
}

.lmySwywzn ul.lmyList li:last-child,
.lmySwywzn_2_L ul.lmyList li:last-child {
    margin-bottom: 0;
}

.lmySwywzn .lmyNewsCont_2_R {
    width: 560px;
}

/* 栏目页Banner */
.lmyBanner {
    margin-bottom: 40px;
}

.lmyBanner .lmyBannerPic {
    width: 100%;
    height: 200px;
}

.lmyBanner .lmyBannerPic a img {
    width: 100%;
    height: 100%;
}

/* 栏目页底部添加横线 */
footer{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #F7F7F7;
}

/* 字体调整 */
.lmyCont_L .lmyCont_L_Tit{
    font-family: "Trebuchet MS";
}
.lmyLdjsCont .lmyLdjsName,
.lmyLdjsCont .lmyLdText{
    font-size: 20px;
}
.lmyList li{
    font-size: 24px;
}
.lmyList li span{
    font-family: 'Arial', 'Helvetica', 'sans-serif';
}
.lmyNewsLieB .lmyList li span{
    margin-top: 5px;
}