@charset "utf-8";
/* CSS Document */
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, img, a {
    margin: 0;
    padding: 0;
    border:none;
}
img {
    border: 0 none;
    vertical-align: top;
}
body {
    position: relative;
    min-height: 100vh;
}
input {
    vertical-align:middle;
}
ul, li {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
	font-weight:100
}
body, input, select, button, textarea {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial;
	line-height:30px
}
button {
    cursor: pointer;
}
i, em, cite {
    font-style: normal;
}
body {
    color: #666;
    background: #f7f7f7;
    overflow-x: hidden;
}
a {
    color:#666;
    text-decoration:none;
    cursor: pointer;
}
a:visited {
    text-decoration:none;
}
/*a:active {*/
/*color:#d42b28;*/
/*}*/
a:focus {
    outline: none;
}
.fl{
    float:left;
    display:inline;
}
.fr{
    float:right;
    display:inline;
}
.db{
    display:block;
}
.dn{
    display: none;
}
.ff {
    font-family: "\5B8B\4F53";
}

/*清浮动*/
.clear:after {
    display: block;
    content: ' ';
    font-size: 0;
    height: 0;
    clear: both;
}
.clear { *zoom:1; }
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.por{ position: relative;}
.poa{ position: absolute;}

.bannerShow > img {
    width: 100%;
    min-width: 1200px;
}

.content{
    background: #f5f6f8;
    padding: 20px 0 108px;
}
/*-----left----*/
.news_l{
    /* float: left; */
    /* width: 798px; */
    padding: 36px 30px 40px;
    background: #FFF;
    border: 1px solid #e6e6e6;
}
.stock_name{
    float: left;
    padding-left: 65px;
    padding-right: 36px;
}
.stock_name h3{
    font-size: 24px;
    color: #2d87db;
    margin-top: 5px;
}
.stock_name p{
    color: #666;
    font-size: 14px;
    font-family: Arial;
    margin-top: 8px;
}
.stock_m{
    float: left;
    width: 149px;
    height: 60px;
    background: #2d87db;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    padding-top: 6px;
}
.stock_m b{ font-size: 30px; }

.stock_r{
    float: left;
    padding-left: 40px;
    padding-top: 5px;
}
.stock_r p{ line-height: 30px;}
.stock_r p em.pr{ padding-right: 27px;}
.stock_r p em.red{ color: #e83646;}
.stock_r p em.green{ color: #45bb0a;}
.stock_r p i{
    margin-left: 9px;
    display: inline-block;
    width: 13px;
    height: 13px;
}
.stock_r p i.up{
    background: url("../../images/news/up.png") no-repeat;
}
.stock_r p i.down{
    background: url("../../images/news/down.png") no-repeat;
}
.stock_advice{
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 18px;
}
.stock_advice span{
    color: #2d87db;
    padding-right: 30px;
}
.stock_advice em{
    color: #e83646;
    padding-right: 30px;
}
.stock_desc{
    width: 100%;
    background: #f6f6f6;
    margin-top: 20px;
}
.stock_desc p{
    padding: 13px 20px;
    line-height: 26px;
    text-align: justify;
}
.stock_desc p b{ color: #333;}
.stock_article{
    margin-top: 20px;
}

/*---right----*/
.news_r{
    float: right;
    width: 320px;
}
.stock_data{
    height: 161px;
    background: #FFF;
    border: 1px solid #cae6f8;
}
.stock_data ul{
    width: 286px;
    margin: 0 auto;
}
.stock_data ul li{
    height: 53px;
    line-height: 53px;
    border-bottom: 1px dotted #cacaca;
}
.stock_data ul li span{ padding-right: 5px;}
.stock_data ul li em{
    display: inline-block;
    height: 53px;
}
.stock_data ul li em.wh{
    width: 70px;
}
.stock_data ul li em.wh1{
    width: 124px;
    text-align: center;
}
.stock_data ul li em.up{
    padding-left: 17px;
    background: url("../../images/news/up.png") left center no-repeat;
}
.stock_data ul li em.down{
    padding-left: 17px;
    background: url("../../images/news/down.png") left center no-repeat;
}
.stock_data ul li em.red{ color: #e83646;}
.stock_data ul li em.green{ color: #45bb0a;}

.news_r h2{
    font-weight: normal;
    font-size: 22px;
    color: #333;
    margin: 25px 0 10px;
}
.news_r p{
    margin-bottom: 20px;
}

/*---资讯列表---*/
.list_l{
    padding: 0 0 30px 0;
    width: 858px;
}
.list_tab{
    border-bottom: 1px solid #e8e8e8;
}
.list_title_ul{
    height: 49px;
    background: #fafafa;
}
.list_title_ul li{
    float: left;
    width: 122px;
    height: 48px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #333;
}
.list_title_ul li:first-child{
    width: 126px;
}
.list_title_ul li.li_on{
    border-width: 3px 1px 1px 1px;
    border-style: solid;
    border-color: #2d88db #e8e8e8 #FFF #e8e8e8;
    height: 45px;
    line-height: 45px;
    background: #FFF;
    width: 120px;
}
.list_title_ul li.li_on:first-child{
    width: 125px;
    border-left: none;
}
.list_title_ul li.li_on:last-child{
    width: 121px;
    border-right: none;
}
.list_title_ul li.li_on a{
    color: #2d88db;
    font-weight: bold;
}
.list_title_ul li a{ display: block; }

.list_con{
    padding: 0 28px;
}
.list_c{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
    position: relative;
}
.list_c > .img_a{
    float: left;
    margin-right: 22px;
}
.list_txt{
    display:table-cell;
    *display:inline-block;
}
.list_txt h2{
    font-size: 22px;
    margin-bottom: 12px;
}
.list_txt h2 a,.list_txt h2 a:visited{ color: #333;}
.list_txt h2 a:hover{ color: #2d88db; }
.list_txt p.desc{
    line-height: 20px;
    color: #888;
    text-align: justify;
    padding-bottom: 30px;
}
.list_txt p.time{
    background: url("../../images/news/list_clock.jpg") left center no-repeat;
    padding-left: 20px;
    color: #2d88db;
    position: absolute;
    bottom: 30px;
}


/*分页*/
.pageChange{
    float: left;
    line-height: 35px;
    margin-top: 20px;
    width: 100%;
}
.pageCount{
    margin: 0 auto;
}
.pageChange a{
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #c0c0c0;
    color: #666666;
    margin: 0 4px;
}
.pageChange span{
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 4px;
}
.pageChange a:hover{
    border: 1px solid #2d88db;
    color: #2d88db;
}
.pageChange span.spanOn{
    background: #2d88db;
    border: 1px solid #2d88db;
    color: #FFF;
}
.pageChange a.page_pre,.pageChange a.page_next{
    font-family: "宋体";
}

/*---列表详情----*/
.article_guide{
    background: url("../../images/news/news_home.jpg") left center no-repeat;
    padding-left: 22px;
}
.article_guide span,.article_guide a:hover{ color: #2d87db;}
.article_main{ margin-top: 15px;}
.article_header{
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.article_header h2{
    font-size: 28px;
    color: #333;
    font-weight: normal;
}
.article_header p{ color: #888; margin-top: 15px;}
.article_header p em{ color: #2d87db; padding-right: 17px;}


/*---7×24快讯---*/
.flash_msg{
    margin: 43px 0 43px 100px;
    padding-top: 1px;
    padding-bottom: 30px;
    border-left: 5px solid #e4e4e4;
}
.flash_msg li{
    position: relative;
    margin-left: 20px;
    margin-top: 30px;
    border-radius: 3px;
    padding: 15px 20px;
    background-color: #f7f7f7;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.flash_msg li::before{
    content: '';
    position: absolute;
    left: -12px;
    top: 22px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right-color: #f7f7f7;
}
.flash_msg li::after{
    content: '';
    position: absolute;
    left: -32px;
    top: 19px;
    width: 19px;
    height: 19px;
    background: url(../../images/news/point_bg.jpg) no-repeat;
}
.flash_msg li .time{
    position: absolute;
    width: 95px;
    height: 56px;
    left: -150px;
    top: 0;
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 21px;
}
.flash_msg li .time span{
    display: inline-block;
    vertical-align: middle;
}
.flash_msg li .time::after{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.flash_msg li.new_msg::after{
    background-position: 0 -19px;
}
.flash_msg li.new_msg .time{
    color: #2d88db;
}
.load_more{
    display: block;
    border-radius: 3px;
    background-color: #f7f7f7;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.load_more .loading{
    display: inline-block;
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../../images/news/loading.gif) no-repeat;
}
/*---视讯列表---*/
.video_list_ul{
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    height: 49px;
}
.video_list_ul li.li_on{
    background: #FFF;
    width: 159px;
    height: 47px;
    line-height: 47px;
    border-top: 3px solid #2d88db;
    border-right: 1px solid #e8e8e8;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.video_con_ul li{
    float: left;
    width: 386px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding: 30px 30px 30px 0;
}

.video_con_ul li .link_a{
    float: left;
    margin-right: 15px;
}
.video_txt{
    display:table-cell;
    *display:inline-block;
}
.video_txt h2{
    font-size: 16px;
    margin-bottom: 12px;
    text-align: justify;
}
.video_txt h2 a:hover{ color: #2d88db; }
.video_txt p{
    background: url("../../images/news/list_clock.jpg") left center no-repeat;
    padding-left: 20px;
    color: #2d88db;
    position: absolute;
    bottom: 32px;
}

/* 市场综述 */
.overview{
	width: 798px;
	margin-top: 9px;
	background-color: #e1f0ff;
}
.overview .overview_box{
	width: 729px;
	display: table;
	font-size: 30px;
	color: #4b8ccb;
	padding: 13px 35px;
}
.overview .effect_box{
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.overview .effect_1{
	width: 205px;
	height: 206px;
	margin: 0 auto;
    background: url(../../images/detail_blade/overview_strength.png) no-repeat;
}
.overview .effect_2 {
	max-width: 306px;
	margin: 0 auto;
}
.overview .effect_3{
	text-align: center;
	width: 200px;
	height: 115px;
	border: 2px solid #b4daff;
	border-radius: 7px;
	margin: 0 auto;
}
.overview .effect_box span{
	font-size: 42px;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.overview .effect_1 span{
	max-width: 130px;
	padding-top: 50px;
}
.overview .effect_2 span{
	max-width: 252px;
}
.overview .effect_3 span{
	max-width: 155px;
}
.overview .effect_2 .borderBox{
	width: 20px;
	height: 115px;
	border: 2px solid #b4daff;
}
.overview .effect_2 .borderL{
	border-radius: 7px 0 0 7px;
	border-right: none;
}
.overview .effect_2 .borderR{
	border-radius: 0 7px 7px 0;
	border-left: none;
}
.overview .effect_2 .overallData{
	padding: 13px 5px 0 5px;
}
.overview .effect_3 .overallData{
	width: 100%;
	padding-top: 11px;
}
.footerState{
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #b9b8b8
}

.news_l {
    min-height: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.stock_article {
    margin-top: 0;
}
.stock_article img{
	width:100%;
	height:auto
}
.stock_article h2 {
    margin-bottom: 20px;
}
.stock_article p {
    margin-bottom: 10px;
}
.footer {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
/*.footer .icon-footer {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 26px;*/
/*    height: 33px;*/
/*    margin-right: 20px;*/
/*    background-image: url('https://upload.techgp.cn/production/images/gongshang.jpg');*/
/*    background-size: 100% 100%;*/
/*    cursor: pointer;*/
/*}*/
.footer .icon-footer {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    margin: 0 20px 0 40px;
    background-image: url('https://upload.9fh5.com/production/2025/7/28/17/82396642064898_1753696076075.png');
    background-size: 100% 100%;
    cursor: pointer;
}
.footer .wa-wrap {
    margin-left: 40px
}
.none {
    display: none
}

.copyright {
    margin-right: 15px;
    display: none;
}
#copyright {
    color: #333333;
}
