@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}
/*公共样式-----------------------------------------------------------------------------------------------------------*/

.colBanner{ width:100%; height:auto}
.colBanner img{ width:100%; height:auto; display:block;}

/*当前位置-----------------------------------------------------------------------------------------------------------*/
.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:23px;}
.videoLeftNav ul li{ width:100%; padding:20px 0;}
.videoLeftNav ul li a{ font-size:22px; color:#5A5A5A; line-height:22px;}
.videoLeftNav ul li a:hover{color:#0A50B4}
.videoLeftNav ul li.on a{color:#0A50B4}
/*左侧列表-----------------------------------------------------------------------------------------------------------*/

/*文章正文-----------------------------------------------------------------------------------------------------------*/
.article{ width:1200px; margin-bottom:100px;}
/*.nowColumn{ height:109px; padding-top:40px; font-size:42px; line-height:42px; color:#0a50b4; background:url(jtldLine.png) no-repeat left 90%; margin-bottom:40px;}*/
.nowColumn{    
	font-size: 42px;
    color: #0a50b4;
    line-height: 62px;
	padding-bottom: 5px;
    margin-bottom: 40px;
    position: relative;}
.nowColumn::after{
  	content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    border-radius: 40px;
    left: 0;
    bottom: 0;
    background-color: #0a50b4;}
.article ul{ text-align:center}
.article ul li{ width:208px; height:450px; margin-left:132px; display:inline-block}
.article ul li:first-child{ margin-left:0}
.article ul li img{ display:block; width:208px; height:290px; margin-bottom:26px;}
.jtldName{ font-size:30px; font-weight:bold; line-height:30px; text-align:center; color:#000000}
.jtldZw{ font-size:20px; line-height:20px; text-align:center; color:#434343; margin-top:16px;}

















/*文章正文-----------------------------------------------------------------------------------------------------------*/