/* CSS Document */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/
body {
    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
    line-height: 1;
    background: #f7f7f7;
	min-width:1180px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a:hover{
    text-decoration: none;

}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
a{
    text-decoration:none;
    color: #323232;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

ul::after{
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

ul li{
    *zoom: 1;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;}
/* 通用样式 */
.middle{ width:1178px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear: both;}

.min_img{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.min_img>img{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.min_img>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.max_over{
    display: inline-block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*头部开始*/
.hd_top{
    height: 38px;
    line-height: 38px;
    background: #e5e5e5;
}

.hd_top h3{
    font-size: 13px;
    color: #424242;
    font-weight: 400;
}
.hd_welcome{
    font-size: 13px;
    color: #424242;
    font-weight: 400;
}
.hd_sc{
    font-size: 13px;
    color: #424242;
}

.hd_sc a{
    color: #424242;
    padding: 0 5px;
}

.hd_sc a:hover{
    color: #27a2da;
}

.hd_gg img{
    max-width: 100%;
}

.hd_gg{
    display: block;
    margin: 15px 0;
}

.hd_logo{
    display: block;
	width:275px;
    /*width: 367px;*/
    /*height: 91px;*/
}

.hd_logo img{
    max-width: 100%;
}

.hd_nav{
    font-size: 15px;
    color: #383838;
	width: 855px;
    /*width: 775px;*/
    margin-top: 30px;
}

.hd_nav li{
	width: 120px;
    /*width: 108px;*/
    text-align: center;
    /*border-right: 1px solid #d9d9d9;*/
    margin-bottom: 15px;
}

/*
.hd_nav li:nth-child(1){
    border-left: 1px solid #d9d9d9;
}


.hd_nav li:nth-child(8){
    border-left: 1px solid #d9d9d9;
}
*/
.hd_logo_nav{
    margin-bottom: 15px;
}

/*今日头条开始*/
.hdsLeft{
    width: 1157px;
    height: 107px;
    background: #ffffff;
	margin:10px auto;
    padding:10px;
    border: 1px solid #e3e3e3;
    border-top: 6px solid #8c99a7;
}

.hdLimg{
    width: 101px;
    height: 105px;
}

.hdLimg img{
    max-width: 101px;
    max-height: 105px;
}

.hdLtext{
    width: 1020px;
    margin-left: 27px;
}

.hdLtext h3{
    max-width: 99%;
    font-size: 48px;
    line-height:100px;
    font-weight: bold;
    color: #034b8b;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin-top: 0.3em;*/
}

.hdLtext p{
	display: none;
    font-size: 14px;
    color: #131313;
    line-height: 1.5em;
    margin-top: 1em;
}


.hdsRight ul li{
    width: 137px;
    height: 64px;
    background: #b4bec5;
    text-align: center;
    line-height: 62px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hdsRight ul li:hover{
    background: #469bd7;
}



.hdsRight ul li:nth-child(2n){
    margin-right: 0;
}

.hdsRight ul li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}


.hdsRight{
    width: 280px;
	display:none;
}

/*热点新闻开始*/
.flexslider {
    position:relative;
    width:771px;
    height:401px;
    overflow:hidden;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides {
    zoom:1;
}
.flexslider .slides a{ display:block;}
.flex-direction-nav a {
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 0 0;
    display:block;
    background:url(https://www.cqn.com.cn/zhixiao/images/v3/ad_ctr.png) no-repeat;
    position:absolute;
    top:50%;
    z-index:10;
    cursor:pointer;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position:0 -90px;
    right:0;
}
.flex-direction-nav .flex-prev {
    left:0;
}
.flexslider:hover .flex-next {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity:0.8;
    filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity:1;
    filter:alpha(opacity=50);
}
.flex-control-nav {
    position:absolute;
    bottom:10px;
    text-align:center;
    right: 20px;
}
.flex-control-nav li {
    margin:0 5px;
    display:inline-block;
    zoom:1;
    *display:inline;
    position: relative;
}
.flex-control-paging li a {
    background:url(https://www.cqn.com.cn/zhixiao/images/v3/dot.png) no-repeat 0 -16px;
    display:block;
    height:16px;
    overflow:hidden;
    text-indent:-99em;
    width:16px;
    cursor:pointer;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.flex-control-paging li a.flex-active {
    background-position:0 0;
}

.Hot_news{
    background: #ffffff;
    padding:15px 10px;
}

.hotRtittle{
    width: 771px;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
}

.hotRtittle h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 15px;
    max-width: 530px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hotHd h3{
    background:  url(/mclz/css/../images/hotHd.png) top left no-repeat;
    padding-left: 36px ;
    height: 27px;
    border-bottom: 1px solid #dcdcdc;
}

.hotTright{
    width: 366px;
}

.hotHd h3{
    font-size: 20px;
    color: #424242;
    font-weight: bold;

}


.hotHd h3 span{
    font-size: 12px;
    color: #424242;
    text-transform: uppercase;
    padding-left: 5px;
}

.hotList ul li{
    margin-top: 25px;
}

.hotList ul li h3{
    font-size: 20px;
    color: #131313;
    font-weight: 400;
    background:  url(https://www.cqn.com.cn/zhixiao/images/v3/bt.png) top left no-repeat;
    padding-left: 30px;
    line-height: 28px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hotList ul li p{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 1.5em;
    text-align: justify;
    margin-top: 15px;
}

.time{
    font-size: 14px;
    color: #131313;
    margin-top: 20px;
}

.hotBottom{
    margin-top: 35px;
    height: 209px;
    overflow: hidden;
}


.hotBleft{
    width: 772px;
}

.hotBtittle{
    width: 59px;
    height: 136px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 9px;
}

.hotBtittle img{
    max-width: 59px;
}

.hotBleft ul{
    margin-left: 11px;
}

.hotBleft ul li{
    width: 201px;
    height: 185px;
    background: #f2f2f2;
    padding: 10px;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hotBleft ul li p{
    font-size: 16px;
    color: #5d5d5d;
    line-height: 1.5em;
    margin-top: 1em;
}


.hotBleft ul li{
    border-bottom: 4px solid #f0f0f0;
}


.hotBleft ul li:hover{
    border-bottom: 4px solid #469bd7;
}

.hotBright{
    width: 360px;
}

.hotBright ul li{
    background:  url(https://www.cqn.com.cn/zhixiao/images/v3/dian.png) left center no-repeat;
    padding-left: 13px;
    line-height: 2.8em;
}

.hotBright ul li a{
    font-size: 14px;
    color: #616161;
    max-width: 230px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.hotBright ul li a:hover{
    color: #0675ca;
}


.hotBright ul li p{
    font-size: 14px;
    color: #616161;
}


/*榜单排行-品质播报-试界说*/

.bpl{
    margin-top: 18px;
	overflow: hidden;
}

.demo{
    width: 358px;
    /*height: 385px;*/
    padding: 15px;
    background: #ffffff;
    margin-right:7px;
    overflow: hidden;
    *zoom: 1;
}
.demo_c2{
    width: 550px;
    /*height: 385px;*/
    padding: 15px;
    background: #ffffff;
    margin-right:7px;
    overflow: hidden;
    *zoom: 1;
}
.demo_c2 .rank ul li a{
    max-width: 420px!important;
}
.hd_demo h3{
    font-size: 18px;
    color: #2e2e2e;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #0675ca;
}

.hd_demo{
    border-bottom: 1px solid #d8d8d8;
    height: 35px;
    line-height: 35px;
}


.hd_demo a{
    background:  url(/mclz/css/../images/more.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    margin-top:14px ;
}

.rank ul li{
    background:  url(https://www.cqn.com.cn/zhixiao/images/v3/dian.png) left center no-repeat;
    padding-left: 15px;
}

.rank ul li a{
    font-size: 14px;
    color: #616161;
    display: block;
   /* max-width: 350px;*/
    max-width: 99%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank ul li a:hover{
    color: #0675ca;
}

.rank ul li p{
    font-size: 14px;
    color: #616161;
}

.rank ul li{
    margin-top: 22px;
}


/*品质播报*/
.videoLeft{
    width: 207px;
    height: 325px;
    overflow: hidden;
}

.video{
    margin-top: 23px;
}

.videoRight{
    width: 145px;
    margin-top: 17px;
}

.videoRight ul li {
    background:  url(https://www.cqn.com.cn/zhixiao/images/v3/video.png) top left no-repeat;
    height: 16px;
    line-height: 16px;
    margin-bottom: 22px;
}

.videoRight ul li a{
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block;
    max-width: 130px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.videoRight ul li a:hover{
    color: #0675ca;
}

.videoLeft2 {
    width: 187px;
    height: 332px;
    overflow: hidden;
}


.videoRight h3{
    font-size: 22px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 22px;
}

.gg_two{
    margin-top: 25px;
}

.gg_two a{
    display: block;
}

.gg_two a:nth-child(1){
    width: 783px;
    height: 108px;
    margin-right: 7px;
}

.gg_two a:nth-child(1) img{
    max-width: 783px;
}

.gg_two a:nth-child(2){
    width: 388px;
    height: 108px;
}

.gg_two a:nth-child(2) img{
    max-width: 388px;
}

/*行业观察*/
.topTleft{
    width: 144px;
    height: 108px;
}

.topTleft img{
    max-width: 144px;
    max-height: 108px;
}

.topRight{
    width: 200px;
    height: 108px;
}

.topRight h3{
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 400;
    line-height: 1.5em;
}

.topRight h3:hover{
    color: #0675ca;
}

.topRight p{
    font-size: 13px;
    color: #8b8b8b;
    line-height: 1.5em;
    margin-top: 0.5em;
    text-align: justify;
    height: 57px;
    overflow: hidden;

}


.rank2 ul li{
    margin-top: 22px;
}

.top_tj{
    /*margin-top: 24px;*/
}

.rw_img{
    width: 114px;
    height: 132px;
}

.rw_img img{
    max-width: 114px;
    max-height: 132px;
}

.rw_list ul li {
    width: 114px;
    height: 158px;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    margin-right: 8px;
}

.rw_list ul li:hover p{
    color: #0675ca;
}


.rw_list ul li:nth-child(3n){
    margin-right: 0;
}


.rw_list ul li p{
    line-height: 21px;
}

.gg03{
    width: 1178px;
    height: 145px;
    display: block;
    overflow: hidden;
    margin-top: 18px;
}

.gg03 img{
    max-width: 1178px;
}

/*视频直播*/
.video_zb{
    width: 359px;
    height: 183px;
    overflow: hidden;
    margin-top: 25px;
}

.videoRight2{
    max-width: 100%;
    margin-top:30px;
}

.videoRight2 ul li{
    width: 150px;
    background:  url(/mclz/css/../images/liicon.png) top left no-repeat;
    height: 16px;
    line-height: 16px;
    margin-bottom: 13px;
    float: left;
}

.videoRight2 ul li:nth-child(2n){
    float: right;
}


.videoRight2 ul li a{
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block;
    max-width: 130px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.videoRight2 ul li a:hover{
    color: #0675ca;
}

.videoLeft2 {
    width: 187px;
    height: 332px;
    overflow: hidden;
}


.videoRight2 h3{
    font-size: 22px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 22px;
}
.friend_link{margin-top:30px;}

.friend_link h3{
    font-size: 18px;
    color: #27a2da;
    font-weight: 400;
	border-bottom: 2px solid #0099df;
    padding-bottom: 10px;
    font-weight: bold;

}

.friend_link ul li a{
    font-size: 15px;
    color: #686868;
}


.friend_link ul li a:hover{
    color: #0675ca;
}

.friend_link ul li{
    margin-top: 15px;
    margin-right: 34px;
}


/*底部开始*/
.footer{
    height: 214px;
    background: #e5e5e5;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 20px;
}

.footer p{
    font-size: 13px;
    color: #5d5d5d;
    margin-top: 1em;
}



/*列表页面*/
.hd_fgx{
    height: 6px;
    background: #8898a4;
}

.this_add{
    font-size: 13px;
    color: #7a7a7a;
    line-height:55px;
}

.this_add a{
    font-size: 13px;
    color: #7a7a7a;
    line-height:55px;
}

.this_add a:hover{
    color: #0675ca;
}

.pageLeft{
    width: 950px;
}

.pageLeft ul li{
    width: 929px;
    height: 170px;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

.page_img{
    width: 259px;
    height: 164px;
	background: url(/mclz/images/nopic.jpg) left top no-repeat;
}

.page_img img{
    max-width: 259px;
    max-height: 164px;
}

.page_text{
    width: 611px;
    margin-left: 25px;
}

.page_text h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 2em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 90%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_text h3:hover{
    color: #0675ca;
}

.page_text p{
    font-size: 13px;
    color: #7d7d7d;
    line-height: 1.8em;
    margin-top: 18px;
    height: 46px;
    overflow: hidden;
    text-align: justify;
}

.page_time{
    font-size: 14px;
    color: #a7a7a7;

}

.page_time p{
    margin-right: 30px;
}

.pageRight{
    width: 211px;
}

.micro{
    margin-bottom: 33px;
}

.micro h3{
    height: 36px;
    background: #ffffff;
    border-top: 3px solid #469bd7;
    line-height: 38px;
    padding:0 10px;
    color: #27a2da;
    font-weight: 400;
    font-size: 18px;
}

.micro h3 span{
    font-size: 13px;
    color: #27a2da;
    font-weight: bold;
    text-transform: uppercase;
}

.micro ul{
    border: 1px solid #e9ebec;
    padding-bottom: 22px;
}

.micro ul li{
    padding: 23px 10px 0;

}

.micro ul li div{
    border-bottom: dashed 1px #99a7b0;
    height: 1px;
    margin-top: 23px;
}

.micro ul li a{

    font-size: 13px;
    color: #090909;
    padding-left:0px ;
    padding-bottom: 5px ;
    display: block;
    line-height: 1.5em;
}



.micro ul li a:hover{
    color: #27a2da;
}







.micro ul li p{
    font-size: 12px;
    color: #989898;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.5em;
}


.micro_img{
    display: block;
    width: 208px;
    height: 138px;
    margin-top: 16px;
}

.micro_img img{
    max-width: 208px;
    max-height: 138px;
}


.page_ct{
    background: #ffffff;
    padding: 60px 80px;
}

.page_hd{
    padding-bottom: 24px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 26px;
}

.page_hd h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height:1.6;
}

.page_lytm{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 26px;
}


.page_nr{
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    line-height: 2em;
    text-align: justify;
    padding-bottom: 60px;
    border-bottom: 1px solid #bcbcbc;
}
.page_nr a｛ color:ff0000; text-decoration: underline;｝
.up_down{
    padding: 15px 0;
}

.up_down p{
    font-size: 14px;
    color: #7f7f7f;
    margin-bottom: 10px;
}

.up_down p a{
    font-size: 14px;
    color: #4c4c4c;
}

.up_down p a:hover{
    text-decoration: underline;
}

.up_down h3{
    font-size: 17px;
    line-height: 2.5em;
    color: #5a5a5a;
}


.up_down p {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.8em;
    text-align: justify;
}






#displaypagenum { margin-top: 20px;}
#displaypagenum .curr{ 
line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    margin: 0 5px;
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    text-align: center;
	background: #27a2da; border-color: #27a2da;    color: #FFFFFF; text-decoration: none;
}
#displaypagenum .paper{
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    margin: 0 5px;
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    text-align: center;
	}
#displaypagenum a:hover{ background: #27a2da; border-color: #27a2da; color: #FFFFFF; text-decoration: none;}
#displaypagenum .page{
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    margin: 0 5px;
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    text-align: center;
	}



/*XY6 START*/

#autopage {
    display: block;
    margin: 30px 0 10px 0;
    height: 50px;
    line-height: 40px;
    color: #A9247F;
    font-size: 14px;
    font-weight: bold;
}

#autopage a {
    padding: 5px 8px;
    border: 1px solid #B6B6B6;
}

#autopage span {
    float: none;
    margin: 0 0;
    padding: 5px 8px;
    border: 1px solid #B6B6B6;
    background-color: #CF3729;
    color: #FFFFFF;
}
/*XY6 老版本翔宇分页*/

.pages,
.pages * {
    margin: 0 0;
    padding: 0 0;
    float: none;
    width: auto;
}

.pages {
    display: block;
    width: 90%;
    margin: 30px auto;
    height: 50px;
    line-height: 40px;
    color: #A9247F;
    font-size: 14px;
    font-weight: bold;
}

.pages li {
    display: inline-block;
    width: auto!important;
    float: none;
    margin: 0 0;
    padding: 5px 5px;
    border: 0px solid #B6B6B6!important;
    background: none!important;
    color: #000000;
}

.pages li a {
    padding: 5px 8px;
    border: 1px solid #B6B6B6;
}

.pages li.page-active a {
    background-color: #CF3729!important;
    color: #FFFFFF!important;
}





