@charset "utf-8";
/* 新闻中心 CSS Document */
.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.row1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

/*公共样式-----------------------------------------------------------------------------------------------------------*/
#backToTop {
	position: fixed;
    width: 80px;
    height: 74px;
    text-align: center;
    bottom: 40px;
    right: 20px;
    padding: 20px;
    background: url(/cms_files/filemanager/943291713/picture/20258/9F68AA55CD5CABF1ECD66FE1D86FD132.png)  no-repeat center center;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.625rem 0 #9999994d;
}
#backToTop:hover{
color: #0a50b4;
}
/*banner-----------------------------------------------------------------------------------------------------------*/
.banner {
    width: 100%;
    display: flex;
    height: 500px;
    overflow: hidden;
  
}
.banners>img {
    width: 100%;
}
/*banner-----------------------------------------------------------------------------------------------------------*/


/*当前位置-----------------------------------------------------------------------------------------------------------*/
.nowLocationBg {
    width: 100%;
    height: 88px;
    background: #f6f6f6
}

.nowLocation {
    width: 1500px;
    height: 88px;
    margin: 0 auto;
    line-height: 88px;
    font-size: 20px;
    color: #666666;
}

.nowLocation a {
    font-size: 20px;
    color: #666666;
}

.nowLocation a:hovver {
    color: #165aaf
}

/*当前位置-----------------------------------------------------------------------------------------------------------*/

/*视频中心-----------------------------------------------------------------------------------------------------------*/
.videoShow {
    width: 1500px;
    margin: 0 auto;
}

/*左侧列表-----------------------------------------------------------------------------------------------------------*/
.videoLeftNav{ width:260px; padding-right:50px;}
.videoLeftNav ul{ padding-top:20px;}
.videoLeftNav ul li{ width:100%; padding:20px 0; line-height:30px;border-bottom: #ccc 1px dashed;}
.videoLeftNav ul li a{ font-size:20px; color:#5a5a5a; line-height:20px;}
.videoLeftNav ul li a:hover{color:#165aaf}
.videoLeftNav ul li.on a{color:#165aaf}

/*文章正文-----------------------------------------------------------------------------------------------------------*/
.article {
    width: 1200px;
    padding-top: 28px;
}
.articleMain p{ font-size:18px; color:#333333; line-height:33px; text-indent:2em; margin-bottom:30px;}
.articleMain img{ display:block; max-width:100%; margin:0 auto;}
.articleMain table{ max-width:100%; margin:40px auto;}
.neirong{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
  	flex-direction: column;
}
.neirong > div{font-size:18px;}
.articleTitle {
    font-size: 42px;
    color: #0a50b4;
    line-height: 62px;
    margin-bottom: 5px;
}
.blues{
    border-bottom: 4px solid #0a50b4;
    width: 80px;
  	border-radius:40px;
}
.a {
    color: #00b969;
}
.b {
    color: #165aaf;
    margin-left: 85px;
    margin-right: 85px;
}
.c {
    color: #2a26ab;
}
.d {
    color: #007edf;
}
.e {
    color: #dc4f00;
    margin-left: 85px;
    margin-right: 85px;
}
@keyframes myMove {
    0% {
        transform: scale(0.6, 0.6);
    }

    /* 50% {
      transform: scale(1, 1);
    } */

    100% {
        transform: scale(1.1, 1.1);
        /* display: none; */
        opacity: 0;
    }
}

.tupian2 {
    position: absolute;
    top: 48px;
    left: 77px;
    animation: myMove 4s infinite;
}
.tupian:before {
    width: 58px;
    height: 58px;
    border: 1px solid #ef821e;
    content: "";
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    animation: scale 2s infinite;
}
.tupian:after {
    width: 90px;
    height: 90px;
    border: 1px solid #ef821e;
    content: "";
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    animation: scale2 2s infinite;
}
.tupian {
    margin-top: 26.1%;
}
.dianli{
    width: 245px;
    height: 430px;
    box-shadow: 0px 0px 17px 3px #eceff3;
    text-align: center;
    display: inline-block;
    margin-bottom: 85px;
    position: relative;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dianli:hover {
    box-shadow: 0px 6px 22px 6px #ccc;
    transition: all .5s;
}
.dianli p:first-of-type{
    font-size: 22px;
    line-height: 75px;
}
.dianli p:last-of-type {
    width: 100%;
    display: inline-block;
}
.fenjiexian{
    width: 60%;
    border-top: 1px solid #165aaf;
    display: line-block;
    margin: 0 auto;
    opacity: 0.17;
    box-shadow: 0px 2px 8px 1px #165aaf;
}
.tiaozhuan {
    display: block;
    margin-top: 25px;
    color: #165aaf;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}
.jiantou {
    margin-left: 4%;
    margin-bottom: 4px;
}
/*文章正文-----------------------------------------------------------------------------------------------------------*/