﻿/*全局样式*/
@charset "utf-8";
html, body,ul, h1, p, h2, h3, h4, h5, h6, fieldset, legend span{ padding:0; margin:0;}
body { font-size: 13px;font-family:"微软雅黑","Myriad Set Pro","Helvetica Neue","Helvetica","Arial","sans-serif"}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{ display:block}
ol,ul,li{ list-style:none;}
ul{ overflow-x:inherit;}
*{ margin:0 auto;}
a{ text-decoration:none;}
input, textarea {BACKGROUND-COLOR: transparent;border: none;overflow: auto;outline: none;}
/*顶部图片*/
.topbg{ height: 571px; width: 100%;background:url(/zt/2019scjghy/images/topbg_01.png) center center no-repeat;}
.logo-gh{position: relative;height:571px;width:1200px;margin:0 auto;background:url(/zt/2019scjghy/images/201912jghy.png) center center no-repeat;}
.logo-gh img{position:absolute;top:50px;left:50px;}

/*顶部导航*/
.top-nav{width: 100%;background: #e7e7e7;height: 90px;}
.top-nav ul{width: 1200px;height: 90px;margin: 0 auto;background:#e7e7e7;}
.top-nav ul li{height: 90px;width: 170px;float: left;line-height: 90px;text-align:center;}
.top-nav ul li a{padding: 30px 41px;font-size: 22px;color: #000000;}
.active {background: #27469e;}
.top-nav ul .active a{color: #ffffff;}
/*主体内容区域*/
.container { width: 100%;}
/*会议要闻*/
.wrapper { width: 1200px;height: auto; }
.imgtextbox { width:1200px;height: 283px;background: #fff;padding-top:0px;padding-bottom: 20px;}
.imgLeft { float: left;width: 630px;height: 365px;position: relative;z-index: 1;overflow: hidden; }

/*左侧图片轮播*/
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.prev{left: 0;border-radius: 3px 0 0 3px;}
/* 定位 "下一张" 按钮靠右 */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* 标记符号 */
.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}
.ft-carousel {position: relative;width: 100%;height: 100%;}
.ft-carousel .carousel-inner {position: absolute;left: 0;top: 0;height: 100%;width: 100%;overflow: hidden;}
.ft-carousel .carousel-inner .carousel-item {float: left;height: 100%;width: 100%;}
.ft-carousel .carousel-item img {width: 100%;}
.ft-carousel .carousel-indicators {position: absolute;left: 85%;bottom: 18px;width: 14%;text-align: center;font-size: 0;float: right;}
.ft-carousel .carousel-indicators span {display: inline-block;width: 8px;height: 8px;background-color: #fff;margin: 0 4px;border-radius: 50%;cursor: pointer;}
.ft-carousel .carousel-indicators span.active {background-color: #de3a3a;}
.ft-carousel .carousel-btn {position: absolute;top: 50%;width: 50px;height: 45px;margin-top: -25px;cursor: pointer;}
.ft-carousel .carousel-prev-btn {left: 14px;background: url(../images/prev_img_01h.png) no-repeat;display: none;}
.ft-carousel .carousel-next-btn {right: 0;background: url(../images/next_img_02h.png) no-repeat;display: none;}
.imgtext01 {position: absolute;bottom: 0;height: 48px;width: 630px;background: rgba(0, 0, 0, 0.8) !important;filter: Alpha(opacity=60);background: #000; /*　使用IE专属滤镜实现IE背景透明*/}
.imgtext0101 {position: relative;color: #fff;height: 48px;line-height: 48px;width: 80%;padding-left: 0px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;font-size: 17px;}
.imgtext0101 a {color: #fff;text-decoration: none;text-align: left;float: left;padding-left: 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.example {width: 630px;height: 365px;font-size: 40px;text-align: center;background-color: #464576;}
.carousel-item{line-height: 200px;color: #fff;}
.carousel-item{line-height: 200px;color: #fff;}
/*右侧 文字*/
.textRight {float: left;width: 545px;height: 365px;background: #fff;border-left:1px solid #d9d9d9;overflow: hidden;margin-left: 10px;}
.textRightTitle {width: 450px;}
.textRightTitle img {padding: 10px 15px;}
.textRightTxt {overflow: auto;padding: 0 20px;text-align: justify;text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/}
.textRightTxt p {color: #4a4a4a;font-size: 14px;line-height: 24px;}

/*媒体聚焦，各地传真*/
.content01 {width:1200px;height:525px;padding: 20px 0;}
.contentLeft {float: left;}
.contentRight {float: right;}
.contentlistbg {height: 360px;background: #fff;}
.contenttitle {position: relative;}

/*两张图片实现轮播*/
.imglb{width: 1200px;height: 182px;overflow: hidden;margin-bottom: 20px;}
.tupian{width: 1200px;height: 182px;}
/* 淡出动画 */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*图片新闻轮播*/
.content-2-left {width: 480px;padding: 25px;float: left;}
.imgRight01new {font-size: 16px;background: url(/zt/2019scjghy/images/ico4.png) no-repeat 6px 18px;padding: 12px 10px 20px 25px;line-height: 18px;position: relative;height: 36px;}
.imgRight01new:hover {background: url(/zt/2019scjghy/images/ico4.1.png) no-repeat 6px 18px;}
.imgRight01new a {color: #333;display: block;}
.imgRight01new a:hover {color: #107bcc;display: block;}
.imgRight02line {/*background: url(images//images/img19.jpg) repeat-x left center;*/border-bottom:1px dashed #d9d9d9; height: 2px;width: 100%;}
.imgRight01time {position: absolute;font-size: 12px;color: #666;position: absolute;right: 11px;bottom: 5px;color: #000;opacity: 0.3;}
.imgRightnew01 {position: relative;}
.imgtext01 {position: absolute;bottom: 0;height: 40px;width: 100%;background: rgba(0, 0, 0, 0.8) !important;filter: Alpha(opacity=60);background: #000; /*　使用IE专属滤镜实现IE背景透明*/}
.imgtext0101 {position: relative;color: #fff;height: 40px;line-height: 40px;width: 80%;padding-left: 5px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;}
.imgtext0101 a {color: #fff;}

.Second_news_0401_contentimg{width: 1160px;height: 260px;overflow: hidden;margin-left: 20px;}
.Second_news_0401_contentimg ul{width: 1200px;height: 260px;overflow: hidden;}
.Second_news_0401_content01, .Second_news_0402_content01 {float: left;width: 370px;height: 260px;overflow: hidden;margin-right: 20px;margin-right: 20px;_margin-right: 20px;position: relative;}
.Second_news_0401_content01 a{color:#fff;}
.Second_news_0401_content01 img {height: 260px;width: 370px;}
.Second_news_0401_content02 img {height: 260px;width: 370px;}
.Second_news_0401_content01N img {height: 260px;width: 370px;}
.Second_news_0401_contentpre, .Second_news_0402_contentpre {background: url(/zt/2019scjghy/images/prev_img_01h.png) no-repeat center;height: 36px;width: 36px;position: absolute;z-index: 99;
    top: 32%;left: 0;cursor: pointer;}
.Second_news_0401_contentnext, .Second_news_0402_contentnext {background: url(/zt/2019scjghy/images/next_img_02h.png) no-repeat center;height: 36px;width: 36px;position: absolute;z-index: 99;
    top: 32%;right: 0;cursor: pointer;}
.Second_news_0401_content01text {background: rgba(0, 0, 0, 0.8) !important;filter: Alpha(opacity=80);background: #000; /*　使用IE专属滤镜实现IE背景透明*/
    position: absolute;color: #fff;padding-left: 3%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;height: 30px;line-height: 30px;width: 97%;bottom: 0;}
/*.Second_news_0401_content01text p {position: relative !important;}*/
/*.Second_news_04 {padding-bottom: 40px;}*/

.content02 {width:1200px;height:300px;padding: 20px 0;}
.contentimgbg {padding-top:10px;}

.more {width: 54px;height: 65px;position: absolute;right: 0;top: 4px;}
.more a {display: block;width: 54px;line-height: 65px;font-size: 13px;color: #333;text-align: center;}
.more a:hover {color: #cc0000;}

.Second_banner {
    width:1200px;
    height: 40px;
    line-height: 40px;
}

.Second_banner li {
    font-size: 12px;
    color: #a1a7b2;
    float: left;
    padding-right: 8px;
}

.Second_banner li a {
    color: #a1a7b2;
}

.dw {clear: both;}
.dw1 {height: 60px;display: block;}

.footer-box{ width:100%; background:#e8e8e8; border-top:1px solid #cb2222;margin-top: 80px;}
.footer-1{ position:relative; width:1200px; height:60px;background:#e8e8e8;}
.footer-title{ position:absolute; left:100px; top:50%; margin-top: -17px; background:#cb2222; height:34px; line-height:34px; padding: 0 14px; font-size:20px; color:#fff; text-align:center; font-weight: bold;}
.footer-links{ padding-left:250px; height: 60px; line-height: 60px;}
.footer-links a{ display:inline-block; font-size:16px; color:#505b67; padding:0 17px;}
.footer-2{ height:212px; background:#1289c4;}
.footer-2-2{ margin:0 auto; clear:both; text-align:center; padding-top:38px;}
.footer-2-2 li { font-size:16px; color:#fff;  line-height:30px;}
.footer-img{ position:absolute; left:450px; top:50px;} 
.footer-img-1{ position:absolute; right:150px; top:69px;}
.sama-box{width:1200px;margin:0 auto;background:#1289c4;height:185px;padding-top:27px; position: relative;}

.samr-ewm {position:absolute;left:30px;top:59px;background-color:#fff;padding-left:5px;padding-right:5px;font-size: 14px;color: #333;text-align: center;}
.samr-ewm li{float: left;margin:10px 0;}


/*列表*/
.textRightlb {float: left;width: 545px;background: #fff;border-left:1px solid #d9d9d9;overflow: hidden;}
.imgtextboxlb{width: 1200px;background: #fff;padding-top: 0px;}
.imgRight01newlb {font-size: 16px;background: url(/zt/2019scjghy/images/ico4.png) no-repeat 6px 26px;padding: 12px 10px 10px 25px;line-height: 36px;position: relative;height: 36px;position:relative;}
.imgRight01newlb:hover {background: url(/zt/2019scjghy/images/ico4.1.png) no-repeat 6px 26px;}
.imgRight01newlb a {color: #333;display: block;}
.imgRight01newlb a:hover {color: #107bcc;display: block;}
/*列表*/

/*分页*/
/*分页样式*/
.Second_fuw_0202_fy01{ width:72px; height:25px; line-height:25px; border:1px solid #d2d2d2; background:#ebebeb;}
.Second_fuw_0202_fy td{ color:#505050; font-size:14px; text-align:center; height:25px; line-height:25px; cursor:default}
.Second_fuw_0202_fy a{ color:#505050;}
.Second_fuw_0202_fy01 input{color:#505050;}
.Second_fuw_0202_fy01 a{ color:#505050;}
.Second_fuw_0202_fy02{ width:17px;}
.Second_fuw_0202_fydw{ width:10px;}
.Second_fuw_0202_fy02bg{ background: -webkit-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(56,120,224,1), rgba(34,90,182,1)); /* 标准的语法（必须放在最后） */ height:25px; width:17px; color:#fff !important;     transition: background-color .5s;}
.Second_fuw_0202_fy03{ height:25px; width:33px; border:1px solid #d2d2d2; background:#ebebeb;}
.Second_fuw_0202_fy03 input{ width:33px;  height:25px;}
.Second_fuw_0202_fy04{ width:80px;}
.Second_fuw_0202_fy05{ width:20px;}
.Second_fuw_0202_fy{ height:50px; clear:both; width:668px; text-align:center; padding-top:80px; position:absolute; margin-left:-334px; left:50%;}
/*分页*/

/*文章页面*/
.xilanboxbg{width: 100%;}
.Second_banner{width: 1013px;height: 40px;line-height: 40px;margin:0 auto;}
.Second_banner li{    font-size: 12px;
    color: #a1a7b2;
    float: left;
    padding-right: 8px;}
.Second_banner li a{color: #a1a7b2;}
.Three_xilan_01{    width: 1013px;
    border: 1px solid #d3dcea;
    background: #fff;margin:0 auto;}
.Three_xilan_02{    width: 780px;
    padding-top: 60px;
    padding-bottom: 60px;margin:0 auto;}
.dw{clear:both}
.Three_xilan_03{ font-size:38px; color:#333; text-align:center;width:100%; font-family:'微软雅黑'}
.Three_xilan_04{ font-size:12px; color:#808080; width:100%; text-align:center; padding-top:20px;}
.Three_xilan_04 a{ color:#808080}
.Three_xilan_05{ height:1px; width:100%; background:#d4d4d4; }
.Three_xilan_06{ height:333px; text-align:center; padding-top:20px;}
.Three_xilan_06 img { width:500px;}
.Three_xilan_07{ font-size:14px; color:#333; padding:50px 0; line-height:24px; text-align:justify;text-justify:inter-ideograph;}
.Three_xilan_08{float:left; position:relative; width:98px;}
.Three_xilan_08 ul{ font-size:0;}
.Three_xilan_0801{ font-size:20px; font-weight:bold; color:#313131; text-align:center; width:98px; height:24px; line-height:24px;}
.Three_xilan_0802{ height:3px; width:98px; background:#de1f1a;}
.Three_xilan_0803{ background:#4d4d4d; height:1px; width:780px; clear:both;}
.Three_xilan_02 td{ vertical-align:top;}
.Three_xilan01_02{ float:left; font-size:14px; color:#333; padding-bottom:10px;}
.Three_xilan01_0201{ color:#808080 !important;}
.Three_xilan01_02 span{ padding-right:7px;}
.Three_xilan01_03 span{ padding-right:28px;}
.Three_xilan01_01{ width:880px; padding:60px 0 20px 0;}
.Search_content_dw{ height:20px; clear:both;}
.contentLeft0102{    width: 90%;float: left;
    font-size: 14px;
	background: url(/images/ico4.png) left center no-repeat;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.contentLeft0102 a{color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
	
/*文章页面*/

