

.contBannerInvest {
    background: url(../images/technology/bannerbg.png) no-repeat center;
    background-size: 100% 100%;
}

ul.categoriesList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
ul.categoriesList li {
    /*padding: 8px 0;*/
    height: 48px;
    position: relative;
}
ul.categoriesList li a {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 48px;
    display: inline-block;
    margin-left:20px;
    font-size: 16px;
    font-weight: bolder;
}
ul.categoriesList li .abs{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #186AAB;
    transition: all 0.2s;
}
ul.categoriesList li:hover .abs{
    width: 100%;
    transition: all 0.3s;
}

ul.categoriesList li:hover a{
    color: #fff;
}
ul.categoriesList li.cat-item{
    border-top: 1px solid #ebebeb;
}
.invest-right-area{
    width: 100%;
    background:#FFF;
    /* margin-top:30px; */
    /*padding-top: 10px;*/
    border-radius: 0px 0px 4px 4px;
}

.invest-right-area h3{
    width: 100%;
    background:#186AAB;
    color: #FFF;
    margin: -52px 0 0 0;
    padding:20px;
    height: 100%;
    line-height: 40px;
    font-family: 'Raleway', sans-serif, "雅黑",'Microsoft Yahei';
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.lpad15{
	padding-left: 15px;
}

.invest-right-list{
    width: 100%;background:#FFF;margin-top:30px;padding-top: 10px;border-radius: 4px 4px 4px 4px;
}

.importantNotice {margin-top: 20px;}
.importantNotice li {margin-bottom: 20px;padding-right: 25px; padding-bottom: 20px; border-bottom: 1px solid #F1F1F1;}
.importantNotice li:last-child {border: none;}
.importantNotice li:hover img {transform: scale(1.1);}
.importantNotice li:hover .cont h3 {color: #186AAB;}
.importantNotice li a {display: block;margin-left:20px;width: 100%}
/*.newsWqPic {display: table-cell;vertical-align: middle;}*/
.importantNotice li a .pic { 
	width: 44px; height: 44px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 44px;
    color: #FFF;
    font-size: 24px;
}
.importantNotice li a .pic:hover{ 
    color: #186AAB;;
    font-size: 24px;
    background-color: #FFF;
}
.importantNotice li a .cont {float: left; vertical-align: middle;padding-left:15px;width: 240px;}
.importantNotice li a .cont h3 {margin-bottom: 4px; color: #545252;line-height: 32px; font-family: "微软雅黑";}
.importantNotice li a .cont p {color: #838282; baseline-shift: 26px;}
.importantNotice li a .cont p i{font-size: 14px;color: #f68228;margin-right: 5px;}
.invest_right_list{
    /*display: table-cell;*/
    vertical-align: middle;
    background:#186AAB;	
    width: 44px;height: 44px;
    float: left;
    margin-top:8px;
    border-radius: 4px;
}
.detailCont p.block{
	font-size: 14px; line-height: 28px;text-indent: 0em !important;	
}
.detailCont p.indent{font-size: 14px; line-height: 28px;}
.addline{
	border-top: 1px solid #E1E1E1;
	padding-top:20px; 
}

.flash_tab{
	margin-top: 30px;
    background: #FFF;
    border-radius: 4px;
    /*margin-top: 30px;*/
    width: 830px;
}
.report_tab{width:795px !important;}
.flash_tab ul {
	overflow:hidden;
	position:relative;
	list-style:none;
}
.flash_tab ul li {
	float:left;
	padding:10px 20px;
	background:#FFF;
	color:#000;
	font-size:16px;
	font-weight: bold;
	cursor:pointer;
	transition:all .2s linear;
}
.flash_tab ul span {
	display:block;
	width:100%;
	height:3px;
	background:#186AAB;
	position:absolute;
	bottom:0;
}
.flash_tab ul li:hover {
	color:#186AAB !important;
	background: #f8f8f8;
	border-radius: 4px;
	/*border: 5px solid #FFF;*/
}
.detailCont p.indent_subject{
	font-size: 14px; line-height: 28px;font-weight: bold;color:#186AAB !important;text-align: center;
}

.more {
    color: #333435;
    margin-top: 25px;
    margin-bottom: 20px;
    font-style: normal;
    width: 200px;
    height: 38px;
}
.more2{width: 220px;height: 48px;background: #FF4F00;border-radius: 5px; font-size: 16px;color: #fff;line-height: 48px;text-align: center;margin: 30px auto 0;cursor: pointer;transition: all 1.2s;}
.more2:hover{background: #f79366;transition: all 1.0s;}



.invest_list {height:auto; display:table; padding:15px 0;border-radius: 4px;}
.invest_list .title-box { width:100%; height:auto; display:table; text-align:center; padding-bottom:30px; }
.invest_list .title-box h2.title { width:100%; height:38px; font-size:32px; display:block; color:#000; }
.invest_list .tabs { width:100%; height:50px; padding-top:10px; text-align:center; }
.invest_list .tabs li { display:inline-block; margin-right:1px; padding:0px; border:0px; }
.invest_list .tabs li a { width:132px; height:40px; line-height:40px; display:block; text-align:center; color:#fff; background:#cfcfcf; font-size:14px; }
.invest_list .tabs li.active a { background:#44a4ef; }
.invest_list .tabs li a:hover { background:#ffa800; }
.invest_list .list_box { width:830px;  background:#fff; overflow:hidden;border-radius: 4px }
.invest_list .list_box .tj_news { width:430px; float:left; padding:37px; }
.invest_list .list_box .tj_news h3 { width:100%; height:60px; line-height:30px; overflow:hidden; font-size:22px; display:block; }
.invest_list .list_box .tj_news h3 a { font-weight:bold; color:#000; }
.invest_list .list_box .tj_news h3 a:hover { color:#025596; }
.invest_list .list_box .tj_news .desc { width:100%; height:160px; overflow:hidden; display:block; line-height:24px; padding:20px 0; font-size:14px; color:#626262; }
.invest_list .list_box .tj_news time { width:100%; height:30px;font-size: 14px; display:block; color:#025596; position:relative; padding:10px 0 0 10px;  }
.invest_list .list_box .tj_news time:before { width:2px; height:12px; background:#025596; top:14px; left:0px; content:""; position:absolute;}
.invest_list .list_box .tj_news .tj_pic { width:400px; height:250px; overflow:hidden; }
.invest_list .list_box .tj_news .tj_pic img { width:400px; height:250px; transition:all 0.6s; }
.invest_list .list_box .tj_news .tj_pic a:hover img { transform:scale(1.2); }
.invest_list .list_box .news_right_list { float:left; padding:37px; padding-bottom:0px; }
.invest_list .list_box .news_right_list ul li { width:100%; height:80px; position:relative; margin-bottom:30px; }
.invest_list .list_box .news_right_list ul li img { width:193px; height:112px; position:absolute; left:0px; top:0px; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.invest_list .list_box .news_right_list ul li b { width:100%; height:30px; line-height:20px; font-size:18px; font-weight:500; display:block; color:#000; }
.invest_list .list_box .news_right_list ul li p { width:100%; height:48px; line-height:24px; color:#ccc; display:block; }
.invest_list .list_box .news_right_list ul li time { width:100%; font-size:14px;color: #838282; display:block; position:relative; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.invest_list .list_box .news_right_list ul li time span{font-size: 14px;color: #f68228;margin-right: 5px;}
.invest_list .list_box .news_right_list ul li time:before { position:absolute; color:#dedede; right:-5px; top:1px; font-weight:100; }
.invest_list .list_box .news_right_list ul li time i { width:25px; height:1.4px; background:#dedede; right:0px; top:11px; position:absolute; font-size:0px; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.invest_list .list_box .news_right_list ul li a:hover { transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.invest_list .list_box .news_right_list ul li a:hover time:before { color:#0382db; }
.invest_list .list_box .news_right_list ul li a:hover i { width:56px; background:#0382db; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.invest_list .list_box .news_right_list ul li a:hover b { color:#186AAB; }
.invest_list .list_box .news_right_list ul li a:hover img { left:-10px; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.lft-time-boc {
    background-color:#e6f0ff;
    width: 100px;
    height: 30px;
    margin-top: 20px;
    /*margin-left: 25px;*/
    border-radius: 4px; 
    float:left;
}

.lft-time-boc .time-tetlil {
    font-size: 30px;
    margin-top: 9px;
    font-weight: 100;
    display: block;
    color:#666666;
    text-align: center;
}
.lft-time-boc .time-data {
    font-size: 16px;
    color: #a5a5a5;
    line-height: 30px;
    font-weight: normal;
    display: block;
    color:#666666;
    text-align: center;
}
.list_box .list-news .list-title{
    float: left;
    width: 540px;
    margin-left:40px;
}
.list_box .list-news .list-title p{
    margin-bottom: 6px !important;
}
.list_box .list-news .list-title a:hover{
    color: #186AAB;
}


.list-icon{
    vertical-align: middle;
    background: #186AAB;
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 4px;
}  

.list-news li .list-icon .pic {
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 48px;
    color: #FFF;
    font-size: 24px;
} 
.list_operate{
    float: left;
    width: 126px;
}

.list_operate .oper{
    vertical-align: middle;
    background: #f68228;
    width: 48px;
    height: 48px;
    float: left;
    margin-left: 15px;
    border-radius: 4px;


    text-align: center;
    display: inline-block;
    line-height: 48px;
    color: #FFF;
    font-size: 24px;
}

.list_operate .oper:hover{ 
    color: #186AAB;
    font-size: 24px;
    background-color: #FFF;
}

