/* 新闻视频的样式 */

.con {
    padding-top: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #449edb;
}

.con .news {
    width: 640px;
    float: left;
}

.news h2,
.video h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
}

.news strong,
.video strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #449edb;
    margin-bottom: 20px;
    position: relative;
}

.news strong::after,
.video strong::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #449edb;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
}

.news h2 p,
.video h2 p {
    font-size: 12px;
    color: #999999;
    text-align: left;
}

.news h2 a,
.video h2 a {
    font-size: 18px;
    color: #449edb;
}

.newscon {
    display: flex;
    justify-content: space-between;
}

.newslef {
    flex: 0 0 258px;
}

.newslef img {
    margin-bottom: 18px;
}

.newslef h4 {
    font-size: 18px;
    color: #333;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 2px;
}

.newslef p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.newsrig {
    flex: 0 0 360px;
}

.newsrig li:first-child {
    padding-top: 0;
}

.newsrig li {
    padding-top: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e3e7;
}

.newsrig li a {
    display: block;
}

.newsrig h4 {
    font-size: 18px;
    color: #333;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 5px;
}

.newsrig p {
    text-align: right;
    color: #cccccc;
}

.video {
    width: 482px;
    float: right;
}

.videolist li {
    margin-bottom: 20px;
}

.videolist li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.videolist li a em {
    font-size: 14px;
    color: #cccccc;
}

.videolist li a span {
    font-size: 12px;
    color: #cccccc;
}

.videolist li img {
    margin-left: 10px;
    margin-right: 10px;
}

.videolist li p {
    font-size: 18px;
    color: #333;
    text-align: justify;
    line-height: 28px;
}


/* 新闻视频的样式结束*/

.textMarquee {
    overflow: hidden;
}

.textMarquee .picList li {
    width: 145px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textMarquee .picList li a {
    color: #333;
    font-size: 12px;
    position: relative;
}

.textMarquee .picList li a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: green;
    left: -10px;
    top: 50%;
    margin-top: -1px;
}


/* 业务服务页面样式 */

.yyfwxcon h1 {
    margin-bottom: 40px;
}

.leftnav {
    width: 180px;
    margin-bottom: 40px;
}

.leftnav li {
    width: 180px;
    height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.leftnav li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}

.leftnav li a {
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease;
    overflow: hidden;
}

.leftnav li:hover {
    background: #E1F0FA;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.rigtext {
    width: 925px;
}

.rigtext .arcimg img {
    display: block;
    width: 354px;
    height: 339px;
}

.rigtext .arctext {
    width: 100%;
    display: inline-block;
    color: #666;
    line-height: 30px;
    text-indent: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 14px;
}

.arctext h5 {
    margin-top: 20px;
    font-size: 14px;
}


/* 图文轮播样式 */

#slider-container {
    margin: 0;
    width: 1150px;
    height: 408px;
    overflow: hidden;
    clear: both!important;
    position: relative;
    margin: 0px auto 5px;
}

.nivoSlider {
    /* background: url(../images/loading.gif) no-repeat 50% 50% #fff; */
    margin-bottom: 10px;
    position: relative
}

.nivoSlider img {
    left: 0;
    top: 0;
    display: none;
    position: absolute
}

.nivoSlider a {
    border: 0 currentColor;
    display: block
}

.nivo-directionNav a {
    border: 0 currentColor;
    width: 22px;
    height: 24px;
    text-indent: -9999px;
    display: block
}

.nivo-caption {
    top: -340px;
    padding: 20px 20px 0px;
    width: 340px;
    height: 334px;
}

#slider {
    margin: 0 auto;
    width: 1150px;
    height: 408px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

#slider h1 {
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
}

#slider .sdate {
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

#slider hr {
    margin: 0 0 20px;
    padding: 0;
    border-bottom-color: #898989;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.nivo-caption p {
    color: #fff;
}