
/* 页面公共部分
***************************************/
*{
	padding: 0;
	margin: 0;
}
body{
	min-width: 1200px;
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	background: #fff;
}
a{
	text-decoration: none;
	color: #666666;
}
ul li{
	list-style: none;
}
input,img{
	border: 0; 
	outline:none;
/*	width: 100%;*/
}
.wrap{
	width: 100%;
	overflow: hidden;
}
.content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.content-box{
	width: 1200px;
	height: 130px;
	margin: 0 auto;
}

.content-color{
	width: 100%;
	float: left;
}

.header{
	width: 100%;
	height: 235px;
	float: left;
}
.clr{
	clear: both!important;
}
.left{
	float: left;
}
.right{
	float: right;
}
.margin-Top{
	margin-top: 20px!important;
}
.padding-Top{
	padding-top: 15px!important;
}
.margin-Left{
	margin-left: 25px!important;
}
.margin-bottom{
	margin-bottom: 15px;
}

.color{
	background: #fff; /* 白色 */
}
.color1{
	background: #f8f8f8; /* 灰色 */
}
.color2{
	background: #c01911; /* 红色2 */
}
.font-size{
	color: #fff;
}
.font-size1{
	color: #666666!important;
}
.font-size2{
	color: #c01911;
	font-weight: 600;
}
/* 页面公共部分 end
***************************************/


/* 网站-首页
***************************************/
.header-Top{
	width: 100%;
	height: 40px;
	float: left;
	background: #0060ed;
}
.header-Top{
	height: 40px;
}
	/* 顶部 */
	.header-T-Left{
		line-height: 40px;
		float: left;
		cursor: pointer;
	}

	.header-T-Right{
		line-height: 40px;
		float: right;
	}
	.header-T-denglu{
		width: 75px;
		float: left;
	}
	.header-T-denglu a{
		color: #fff;
	}
	.header-T-nav{
		height: 22px;
		float: left;
		padding-top: 13px;
	}
	.header-T-nav a{
		display: block;
		width: 85px;
		height: 15px;
		text-align: center;
		line-height: 13px;
		float: left;
		color: #fff;
		box-sizing:border-box;
		border-right: solid 1px #fff;
	}
	/* 顶部 end */

	/* 顶部内容 */
	.header-Content{
		position: relative;
		width: 100%;
		height: 194px;
		float: left;
		box-sizing:border-box;
		border-bottom: solid 5px #0060ed;
		background: url(../images/header-img.jpg);
	}
	.header-C-Logo{
		width: 390px;
		height: 70px;
		float: left;
		margin-top: 45px;
	}
	.header-C-Logo img{
		width: 100%;
	}

	.header-C-search{
		width: 305px;
		height: 40px;
		float: left;
		margin: 60px 0px 0px 340px;
		border-radius: 20px;
	}
	.input-text{
		width: 255px;
		height: 40px;
		float: left;
		text-indent: 2rem;
		background: none;
		outline: none;
	}
	.search-btn{
		width: 35px;
		height: 40px;
		float: left;
		background: url(../images/fdj.png) no-repeat center;
		border: 0;
		outline: none;
	}

	.ewm{
		margin-top: 20px;
		position: relative;
	}
	.ewm:hover .ewm-box{
		display: block;
	}
	.ewm, .ewm img{
		width: 110px;
		height: 110px;
		float: right;
	}
	.ewm-box{
		display: none;
		position: absolute;
		left: -280px;
		top: 110px;
		z-index: 999;
		width: 390px;
		overflow: hidden;
	}
	.ewm-wrap{
		width: 390px;
		overflow: hidden;
		float: right;
		padding: 5px 0px;
		margin-top: 5px;
		background: #eee;
	}
	.ewm-box .img-box{
		width: 130px;
		height: 150px;
		float: left;
	}
	.ewm-box .img-ewm{
		width: 115px;
		height: 115px;
		margin: 0 auto;
	}
	.ewm-box .img-ewm img{
		width: 100%;
		height: 100%;
	}
	.ewm-box .text-ewm{
		width: 95px;
		height: 35px;
		line-height: 35px;
		margin: 0 auto;
		text-align: center;
	}
	/* 顶部内容 end */

	/* 导航 */
	.nav-content{
		width: 1200px;
		margin: 0 auto;
	}
	.Nav{
		width: 1200px;
		height: 45px;
		line-height: 45px;
		margin-top: 15px;
		box-sizing: border-box;
		border: solid 1px #fff;
		position: relative;
	}
	.Nav-Title{
		width: 10%;
		height: 43px;
		float: left;
		text-align: center;
		font-size: 18px;
		box-sizing: border-box;
		border-right: solid 1px #fff;
		background: #f39800;
		position: relative;
	}
	.Nav-Title:first-child{
		background: #e08603;
	}
	.Nav-Title:hover{
		background: #e08603;
	}
	.Nav-Title:last-child{
		border: 0px;
	}
	.Nav-Title span{
		display: block;
		float: left;
	}
	.Nav-Title span img{
		width: 30px;
		height: 25px;
		margin: 10px 15px 0px 20px;
	}
	.Nav-Title a{
		color: #fff;
	}

	.Nav-Title:hover .nax-two-box{
		display: block;
	}
	.nax-two-box a:hover{
		background: #e08603;
	}
	.nax-two-box{
		display: none;
		width: 100%;
		overflow: hidden;
		float: left;
		position: absolute;
		top: 42px;
		left: 0px;
		z-index: 999;
	}
	.nax-two-box a{
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		background: #f39800;
		overflow: hidden; /*自动隐藏文字*/
    	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
        white-space: nowrap;/*强制不换行*/
	}
	/* 导航 end */

	/* banner图 */
	.banner,.banner img{
		width: 100%;
		height: 310px;
		float: left;
	}
	/* banner图 end */

	/* 模块(一) */
	.content-box-one{
		width: 100%;
		height: 325px;
	}
		/* 左部分 */
		.Box-one-Left{
			width: 380px;
			height: 325px;
			float: left;
		}
		.Box-one-djgz,.Box-one-tzgg{
			width: 100%;
			height: 162.5px;
			float: left;
		}
		.GY-Top{
			width: 100%;
			height: 35px;
			float: left;
		}
		.GY-Title{
			width: 100px;
			height: 35px;
			line-height: 35px;
			float: left;
			text-align: center;
			color: #fff;
			font-size: 18px;
			font-weight: 600;
			background: #0060ed;
		}
		.GY-More{
			width: 275px;
			height: 35px;
			float: left;
			line-height: 35px;
			text-align: right;
			font-size: 14px;
			box-sizing: border-box;
			border-bottom: solid 1px #c9c9c9;
		}
		.GY-More a{
			color: #666666;
		}
		.GY-ul{
			width: 100%;
			height: 135px;
			float: left;
		}
		.GY-ul li{
			width: 100%;
			height: 43px;
			line-height: 43px;
			float: left;
			box-sizing: border-box;
			border-bottom: dashed 1px #dcdcdc;
			overflow: hidden; /*自动隐藏文字*/
			text-overflow: ellipsis;/*文字隐藏后添加省略号*/
			white-space: nowrap;/*强制不换行*/
		}
		.GY-ul li:last-child{
			border: 0px;
		}

		.GY-ul li:hover a{
			color: #0060ed;
		}
		/* 左部分 end */

		/* 中间部分 */
		.Box-one-Center{
			width: 468px;
			height: 325px;
			float: left;
		}

		.Box-one-Center .tabPanel{
			width: 470px;
			height: 325px;
		    float: left;
		}
		.Box-one-Center .tabPanel ul {
			width: 470px;
		    height: 35px;
		    background: #eeeeee;
		    box-sizing:border-box;
		    border-bottom: solid 1px #c9c9c9;
		}

		.Box-one-Center .tabPanel ul li {
		    width: 25%;
		    height: 35px;
		    float: left;
		    line-height: 35px;
		    text-align: center;
		    float: left;
		    cursor: pointer;
		    font-size: 18px;
		    font-weight: 600;
		    color: #333333;
		    /*box-sizing:border-box;
		    border-right: solid 2px #fff;*/
		}

		.Box-one-Center .tabPanel .hit {
		    color: #fff;
		    background: #0060ed;
		}

		.Box-one-Center .panes{
			width: 100%;
			height: 270px;
		    margin-top: 19px;
		    overflow: hidden;
		}
		.Box-one-Center .pane {
			width: 100%;
			height: 270px;
		    border-top: 0;
		    min-height: 100px;
		    background-color: #fff;
		    display: none;
		}
		.pane-list{
			width: 100%;
			height: 38px;
			line-height: 38px;
			float: left;
			box-sizing: border-box;
			border-bottom: dashed 1px #eee;
		}
		.pane-title{
			width: 85%;
			height: 38px;
			line-height: 38px;
			float: left;
		}
		.pane-time{
			width: 15%;
			height: 38px;
			line-height: 38px;
			float: left;
			text-align: center;
		}

		.Box-one-Center .swiper-container {
            width: 470px;
            height: 270px;
            color: #fff;
            text-align: center;
        }

        .Box-one-Center .swiper-slide{
            position: relative;
        }
        .Box-one-Center .swiper-text{
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: rgba(23,23,23,0.5);
            z-index: 999;
        }
        .Box-one-Center .S-Text{
            width: 80%;
            line-height: 40px;
            text-indent: 2rem;
            overflow: hidden; /*自动隐藏文字*/
            text-overflow: ellipsis;/*文字隐藏后添加省略号*/
            white-space: nowrap;/*强制不换行*/
        }

        .Box-one-Center .swiper-slide p {
            font-style: italic;
            font-size: 25px;
        }
        .Box-one-Center .pagination {
            position: absolute;
            z-index: 20;
            right: 30px;
            bottom: 10px;
        }
        .Box-one-Center .swiper-pagination-switch {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background: #555;
            margin-right: 5px;
            opacity: 0.8;
            border: 1px solid #fff;
            cursor: pointer;
        }
        .Box-one-Center .swiper-active-switch {
            background: #fff;
        }
        .Box-one-Center .swiper-dynamic-links {
            text-align: center;
        }
        .Box-one-Center .swiper-dynamic-links a {
            display: inline-block;
            padding: 5px;
            border-radius: 3px;
            border: 1px solid #ccc;
            margin: 5px;
            font-size: 12px;
            text-decoration: none;
            color: #333;
            background: #eee;
        }
        .Box-one-Center .pagination{
        	display: none;
        }

		.panes-swiperThree{
			width: 100%;
			overflow: hidden;
			position: relative;
		}
        .panes-swiperThree .arrow-left {
            background: url(../images/left-btn.png) no-repeat left top;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -15px;
            width: 40px;
            height: 80px;
            z-index: 999;
        }
        .panes-swiperThree .arrow-right {
            background: url(../images/right-btn.png) no-repeat left top;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -15px;
            width: 40px;
            height: 80px;
            z-index: 999;
        }
		/* 中间部分 end */

		/* 右部分 */
		.Box-one-Right{
			width: 300px;
			height: 325px;
			float: left;
		}
		.Box-one-Right .GY-Title{
			width: 120px;
		}
		.Box-one-Right .GY-More{
			width: 180px;
			font-size: 18px;
			font-weight: 600;
			color: #d22133;
		}
		.Box-one-Right .GY-More a{
			color: #d22133;
		}
		.Box-one-Right ul{
			width: 315px;
			height: 275px;
			float: left;
			margin-top: 15px;
			overflow: hidden;
		}
		.Box-one-Right ul li{
			width: 95px;
			height: 87px;
			float: left;
			margin: 5px 7.5px 0px 0px;
			background: #eeeeee;
		}
		.Box-one-Right ul li .ico-nav{
			width: 35px;
			height: 35px;
			margin: 0 auto;
			margin-top: 15px;
		}
		.Box-one-Right ul li .ico-nav img{
			width: 100%;
		}
		.Box-one-Right ul li .ico-title{
			width: 100%;
			height: 20px;
			line-height: 20px;
			margin-top: 10px;
			text-align: center;
			overflow: hidden;
		}
		.ico-hoverimg{
			display: none;
		}
		.Box-one-Right ul li:hover{
			background: #0060ed;
			color: #fff;
		}
		.Box-one-Right ul li:hover .ico-img{
			display: none;
		}
		.Box-one-Right ul li:hover .ico-hoverimg{
			display: block;
		}
		/* 右部分 end */

		/* 新闻条图片 */
		.bannerList-img,.bannerList-img img{
			width: 100%;
			height: 110px;
		}
		.bannerList-img .arrow-left {
            background: url(../images/left-btn.png) no-repeat left top;
            position: absolute;
            left: 0px;
            top: 12%;
            width: 40px;
            height: 80px;
            z-index: 999;
        }
        .bannerList-img .arrow-right {
            background: url(../images/right-btn.png) no-repeat left top;
            position: absolute;
            right: 0px;
            top: 12%;
            width: 40px;
            height: 80px;
            z-index: 999;
        }
		/* 新闻条图片 end */
	/* 模块(一) end */


	/* 模块(二) */
	.content-box-two{
		width: 100%;
		height: 315px;
		float: left;
	}
		/* 左边 */
		.Box-two-spxw{
			width: 100%;
			height: 315px;
			float: left;
		}
		.content-box-two .GY-ul{
			height: 265px;
			margin-top: 15px;
		}
		.content-box-two .GY-video{
			width: 100%;
			height: 235px;
			float: left;
			border: 0!important;
		}
		.content-box-two .GY-video iframe{
			width: 100%;
			height: 235px;
		}
		.GY-title{
			width: 100%;
			height: 28px!important;
			line-height: 28px!important;
			float: left;
			border: 0!important;
		}
		/* 左边 end */

		/* 中间 */
		.Box-two-Center{
			width: 380px;
			height: 315px;
			float: left;
		}
		.GY-content{
			width: 100%;
			height: 265px;
			float: left;
			margin-top: 15px;
			overflow: hidden;
		}
		.GY-c-text{
			width: 100%!important;
			height: 85px!important;
			float: left;
			box-sizing: border-box;
			border-bottom: dashed 1px #eeeeee;
		}
		.GY-c-Title{
			width: 100%;
			height: 30px;
			line-height: 30px;
			overflow: hidden; /*自动隐藏文字*/
    	    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
            white-space: nowrap;/*强制不换行*/
		}
		.GY-c-Title a{
			font-size: 16px;
			color: #666666;
		}
		.GY-c-Text{
			width: 100%;
			height: 60px;
			line-height: 20px;
			text-indent: 2rem;
			color: #999999;
			/* 多行隐藏 */
	   		display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
		}
		.GY-c-Text a{
			color: #999999;
		}
		.GY-content li{
			width: 100%;
			height: 35px;
			line-height: 35px;
			float: left;
		}
		.GY-content li .GY-Left-Title{
			width: 80%;
			height: 35px;
			float: left;
			overflow: hidden; /*自动隐藏文字*/
    	    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
            white-space: nowrap;/*强制不换行*/
		}
		.GY-content li .GY-Right-Time{
			width: 20%;
			height: 35px;
			float: left;
			text-align: right;
			overflow: hidden;
		}
		/* 中间 end */

		/* 右边 */
		.Box-two-Right{
			width: 390px;
			height: 315px;
			float: left;
		}
		.Box-two-Right .GY-content{
			width: 395px;
			height: 280px;
			float: left;
			margin-top: 0px;
		}
		.Box-two-Right .GY-content li{
			width: 93px;
			height: 119px;
			margin: 20px 5px 0px 0px;
			background: #0060ed;
		}
		.Box-two-Right .GY-content li .ico-List-img{
			width: 45px;
			height: 45px;
			margin: 0 auto;
			margin-top: 20px;
		}
		.Box-two-Right .GY-content li .ico-List-img img{
			width: 100%;
		}
		.Box-two-Right .GY-content li .ico-List-title{
			width: 100%;
			height: 40px;
			line-height: 20px;
			text-align: center;
			color: #fff;
			margin-top: 10px;
		}
		/* 右边 end */
	/* 模块(二) end */

	/* 模块(三) */
	.content-box-three{
		width: 100%;
		height: 350px;
		float: left;
	}
	.content-box-three .Box-two-Center{
		height: 350px;
	}
	.content-box-three .GY-content{
		height: 305px;
	}

	.Box-three-Right{
		width: 385px;
		height: 350px;
		float: left;
	}
	.Box-three-Right .GY-content{
		width: 100%;
		height: 355px;
		float: left;
		margin-top: 0px;
	}
	.Box-three-Right .GY-content li{
		width: 100%;
		height: 80px;
		margin-top: 10px;
		float: left;
		background: #def4ff;
	}
	.Box-three-Right .GY-content li:first-child{
		margin-top: 0px;
	}
	.Box-three-Right .GY-content li .GY-ico{
		width: 60px;
		height: 60px;
		float: left;
		margin: 10px 0px 0px 20px;
		border-radius: 10px;
		background: #0060ed;
		text-align: center;
	}
	.Box-three-Right .GY-content li .GY-ico img{
		width: 35px;
		margin-top: 15px;
	}
	.Box-three-Right .GY-content li .GY-ico-Title{
		width: 235px;
		height: 60px;
		margin-left: 25px;
		float: left;
		margin-top: 15px;
	}
	.Box-three-Right .GY-content li .GY-ico-chinese{
		font-size: 18px;
	}
	.Box-three-Right .GY-content li .GY-ico-chinese,.GY-ico-english{
		width: 100%;
		line-height: 25px;
		overflow: hidden;
	}
	.Gy-more{
		width: 13px;
		height: 30px;
		float: left;
		margin-top: 25px;
		overflow: hidden;
	}
	.Gy-more img{
		width: 100%;
	}
	/* 模块(三) end */

	/* 模块(四) */
	.content-box-four{
		width: 100%;
		height: 240px;
		float: left;
		overflow: hidden;
		margin-top: 20px;
	}
	.Box-four{
		width: 100%;
		height: 
	}
	.content-box-four .GY-Top .GY-More{
		width: 1100px;
	}
	.content-box-four ul{
		width: 1240px;
		height: 170px;
		float: left;
		margin-top: 15px;
	}
	.content-box-four ul li{
		width: 275px;
		height: 75px;
		float: left;
		text-align: center;
		margin:10px 33px 0px 0px;
		box-sizing: border-box;
		border: solid 1px #e5e5e5;
		overflow: hidden;
	}
	.content-box-four ul li img{
		width: 267px;
		height: 73px;
	}
	/* 模块(四) end */

	/* 脚部 */
	.footer{
		width: 100%;
		height: 177px;
		float: left;
		box-sizing: border-box;
		border-top: solid 2px #0060ed;
	}

	.foot-nav{
		width: 100%;
		height: 35px;
		float: left;
		margin-top: 20px;
	}
	.foot-nav-title{
		width: 110px;
		height: 35px;
		float: left;
		line-height: 35px;
		text-align: left;
		font-weight: 600;
		font-size: 18px;
		color: #333333;
	}
	.footer-select{
		width: 1090px;
		height: 35px;
		float: left;
	}
	.f-s-box{
		width: 1113px;
		height: 35px;
		float: left;
	}
	.foot-select{
		width: 255px;
		height: 35px;
		float: left;
		margin-right: 22px;
	}
	.foot-select:last-child{
		margin-right: 0px;
	}
	.foot-select .click_btn{
		display: block;
		width: 100%;
		height: 35px!important;;
		line-height: 35px!important;;
		color: #999999;
		font-family: "Microsoft YaHei";
		text-indent: 1rem;
		outline:none;
		border: solid 1px #eeeeee;
	}
	.foot-select option{
		display: block;
		width: 100%!important;
		height: 35px!important;;
		line-height: 35px!important;;
	}

	.footer-box{
		width: 100%;
		float: left;
		margin-top: 25px;
	}
	.foot-Nav{
		display: table;
		height: 25px;
		margin: 0 auto;
		line-height: 18px;
		text-align: center;
	}
	.F-N-Title{
		padding: 0px 5px;
		height: 18px;
		float: left;
		box-sizing: border-box;
		border-right: solid 1px #666666;
	}
	.footer-Text{
		width: 100%;
		height: 30px;
		float: left;
		line-height: 30px;
		text-align: center;
		color: #666666;
	}
	.footer-Text a{
		color: #666666;
	}
	/* 脚部 end */

/* 网站-首页 end
***************************************/


/* 网站-船用油专业委员会
***************************************/
.header-l-Logo{
	width: 685px;
    height: 70px;
    float: left;
    margin-top: 45px;
}
.header-center-search{
	width: 305px;
    height: 40px;
    float: left;
    margin: 60px 0px 0px 65px;
    border-radius: 20px;
}
.Nav-center{
    width: 1200px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
}
.Nav-center .Nav-Title{
	width: 16.666666%;
    height: 43px;
    float: left;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border-right: solid 1px #fff;
    background: #f39800;
}
.Nav-center .Nav-Title span img{
	margin: 10px 15px 0px 50px;
}
.box-one-left .GY-Title{
	width: auto;
	padding: 0px 5px;
}
.box-one-left .GY-Top{
	box-sizing: border-box;
    border-bottom: solid 1px #c9c9c9;
}
.box-one-left .GY-More{
	float: right;
	border: 0px;
}

.c-box-two{
	width: 100%;
    height: 330px;
    float: left;
}
.c-box-two .GY-video {
    width: 100%;
    height: 235px;
    float: left;
    border: 0!important;
}
.c-box-two .GY-video iframe {
    width: 100%;
    height: 235px;
}
.c-box-two .GY-ul {
    width: 100%;
    height: 275px;
    float: left;
    margin-top: 20px;
}
.c-box-two .GY-title{
	height: 40px!important;
	line-height: 40px!important;
}
.c-box-two .GY-c-text{
	height: 90px!important;
}
.c-box-two .GY-c-Text{
	line-height: 25px;
}
.c-box-two .Box-two-Center,.c-box-two .Box-two-Right{
	height: 325px;
}
.c-box-two .GY-content{
	height: 270px!important;
}
.c-box-two .GY-content li{
	height: 38px;
    line-height: 38px;
}

.GY-content li:hover a{
	color: #0060ed;	
}
.GY-content li:hover .GY-c-Text{
	color: #0060ed;	
}
.c-box-two .Box-two-Right .GY-ul{
	margin-top: 0px;
}
.c-box-two .Box-two-Right .GY-ul li{
	height: 43px;
	line-height: 43px;
}
.c-box-two .Box-two-Right .Box-one-tzgg{
	margin-top: 5px;
}
.c-box-two .Box-two-Right .GY-ul{
	height: 130px;
	overflow: hidden;
}
/* 网站-船用油专业委员会 end
***************************************/


/* 党建工作
***************************************/
.content-t-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
}
.content-t-title span{
	display: block;
	float: left;
}
.ico-title:first-child{
	padding: 0px 15px;
	height: 40px;
	float: left;
	margin: 0px 0px 0px 15px;
}
.ico-title img{
	margin-top: 11px;
}
.content-t-title .ico-title{
	padding: 0px 15px;
	height: 20px;
	float: left;
}
.ico-title a{
	color: #666666;
}

	/* 内容部分 */
	.content-text{
		width: 100%;
		overflow: hidden;
		float: left;
	}
	.content-t-left{
		width: 230px;
		overflow: hidden;
		float: left;
	}
	.left-title{
		width: 100%;
		height: 80px;
		line-height: 80px;
		padding-left: 18px;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		background: #f39800;
	}
	.title-box{
		width: 100%;
		padding: 10px 0px 30px 0px;
		background: #fff;
	}
	.title-box a{
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-indent: 2rem;
	}
	.title-box a:first-child span{
		box-sizing: border-box;
		border-top: solid 1px #dcdcdc;
	}
	.title-box a:hover{
		color: #f39800;
		box-sizing: border-box;
		border-left: solid 5px #f39800;
		background: #f8f8f8;
	}
	.title-box a span{
		display: block;
		width: 180px;
		height: 40px;
		margin: 0 auto;
		box-sizing: border-box;
		border-bottom: solid 1px #dcdcdc;
	}
	.active-title{
		color: #f39800;
		margin-top: -1px;
		box-sizing: border-box;
		border-left: solid 5px #f39800;
		background: #f8f8f8;
	}
	.active-title span{
		border: 0px!important;
	}

	.content-t-right{
		width: 950px;
		overflow: hidden;
		float: right;
		margin-bottom: 20px;
		background: #fff;
		position: relative;
	}
	.content-new-box{
		width: 910px;
		height: 950px;
		margin: 0 auto;
		overflow: hidden;
	}
	.list-text-box{
		width: 900px;
		height: 175px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.news-list{
		width: 100%;
		height: 35px;
		line-height: 35px;
		float: left;
	}
	.news-list span{
		display: block;
		width: 20px;
		height: 35px;
		line-height: 16px;
		font-size: 35px;
		float: left;
		color: #f39800;
	}
	.new-text{
		width: 800px;
		height: 35px;
		line-height: 35px;
		float: left;
		color: #666666;
		overflow: hidden; /*自动隐藏文字*/
		text-overflow: ellipsis;/*文字隐藏后添加省略号*/
		white-space: nowrap;/*强制不换行*/
	}
	.new-time{
		width: 80px;
		height: 35px;
		line-height: 35px;
		float: right;
		color: #999999;
	}
	/* 内容部分 end */

	/* 分页 */
	.page {
	    width: 100%;
	    height: 85px;
	    overflow: hidden;
	    float: left;
	}
	.page .pagination {
	    display: table;
	    margin-left: auto;
	    margin-right: auto;
	    height: 40px;
	    margin-top: 23px;
	}
	.pagination li {
	    float: left;
	    margin-right: 15px;
	}
	.pagination li a, .pagination li span {
	    color: #999;
	    width: 40px;
	    height: 40px;
	    border: 1px solid #dcdcdc;
	    border-radius: 5px;
	    text-align: center;
	    line-height: 40px;
	    font-size: 14px;
	    display: block;
	}
	.pagination li a:hover, .pagination li.active a {
	    background: #0060ed;
	    border-color: #0060ed;
	    color: #fff;
	}
	.pagination li.prev a, .pagination li.next a, .pagination li.prev span, .pagination li.next span {
	    width: 88px;
	}
	.page .text {
	    display: block;
	    padding: 0px 5px;
	    line-height: 40px;
	    float: left;
	    font-size: 14px;
	}
	.page .input {
	    display: block;
	    width: 40px!important;
	    height: 40px;
	    float: left;
	    text-align: center;
	    box-sizing: border-box;
	    border: solid 1px #dcdcdc;
	    border-radius: 5px;
	}
	.page .text {
	    display: block;
	    padding: 0px 5px;
	    line-height: 40px;
	    float: left;
	    font-size: 14px;
	}
	.page .go-page {
	    display: block;
	    width: 60px!important;
	    height: 40px!important;
	    line-height: 40px!important;
	    float: left;
	    text-align: center;
	    border: solid 1px #dcdcdc;
	    border-radius: 5px;
	    cursor: pointer;
	}
	/* 分页 end */

/* 党建工作 end
***************************************/


/* 党建工作-详情
***************************************/
.content-newtext-box{
	width: 905px;
	min-height: 700px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.newtext-header{
	width: 100%;
	height: 105px;
	box-sizing: border-box;
	border-bottom: solid 1px #eeeeee;
}
.newtext-h-fenxiang{
	display: table;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 5px;
    color: #999999;
}
.newtext-h-fenxiang span {
    display: block;
    float: left;
    padding: 0px 5px;
    text-align: center;
}
.newtext-h-title{
	width: 100%;
	height: 53px;
/*	line-height: 50px;*/
	margin-top: 15px;
	text-align: center;
	font-size: 24px;
	color: #d01027;
}
.bds_weixin, .bds_tsina, .bds_qzone, .popup_sqq {
    width: 25px!important;
    height: 25px!important;
}
.bdshare-button-style0-16 a {
    margin: 3px -5px 0px 0!important;
}
.bds_weixin {
    background: url(../images/fx-ico.png) no-repeat!important;
}
.bds_tsina {
    background: url(../images/fx-ico2.png) no-repeat!important;
}
.bds_qzone {
    background: url(../images/fx-ico3.png) no-repeat!important;
}
.popup_sqq {
    background: url(../images/fx-ico4.png) no-repeat!important;
}

.newtext-text{
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 35px;
	text-indent: 2rem;
	padding: 5px 0px 0px 0px;
}
.newtext-text iframe{
	display: block;
	width: 720px;
	height: 405px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tb-page{
	position: absolute;
	bottom: 0px;
	left: 20px;
	width: 905px;
	height: 70px;
	box-sizing: border-box;
	border-top: solid 1px #eeeeee;
}
.tb-page a{
	display: block;
	width: 50%;
	height: 70px;
	line-height: 75px;
	float: left;
	color: #666666;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}
.tb-page a:last-child{
	text-align: right;
}
/* 党建工作-详情 end
***************************************/


/* 分支机构-专业委员会-会员专区
***************************************/
.news-img-box{
	width: 100%;
	height: 190px;
	float: left;
	box-sizing: border-box;
	border-bottom: dashed 1px #dcdcdc;
}
.newimg-left{
	width: 255px;
	height: 150px;
	float: left;
	margin-top: 20px;
}
.newtext-right{
	width: 635px;
	height: 150px;
	float: right;
	margin-top: 20px;
}
.nt-r-title{
	width: 100%;
	height: 30px;
	float: left;
	font-size: 18px;
	color: #333333;
}
.nt-r-time{
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #999999;
}
.nt-r-text{
	width: 100%;
	height: 95px;
	line-height: 30px;
	float: left;
	color: #666666;
}
.more-xq{
	float: right;
	color: #999999;
}
/* 分支机构-专业委员会-会员专区 end
***************************************/


/* 分支机构-专业委员会-领导机构
***************************************/
.content-newlist-box{
	width: 910px;
    height: 540px;
    margin: 0 auto;
    overflow: hidden;
}
.newlist-box{
	width: 100%;
	height: 53px;
	float: left;
	box-sizing: border-box;
	border-bottom: dashed 1px #c9c9c9;
}
.newlist-box:first-child{
	margin-top: 5px;
}
.newlist-box span {
    display: block;
    width: 20px;
    height: 53px;
    line-height: 33px;
    font-size: 35px;
    float: left;
    color: #f39800;
}
.newlist-box .new-text{
	height: 53px;
	line-height: 53px;
}
.newlist-box .new-time{
	height: 53px;
	line-height: 53px;
}
/* 分支机构-专业委员会-领导机构 end
***************************************/


/* 分支机构-专业委员会-入会申请
***************************************/
.tabpanel-box{
	width: 100%;
	overflow: hidden;
	float: left;
}
.tabpanel-box .newlist-box:first-child{
	border-top: dashed 1px #c9c9c9;
}
.tabpanel-box .new-text{
	width: 845px;
}
.tabpanel-box .new-time{
	width: 45px;
}
.tabpanel-box .new-time{
	text-align: right;
}
.List-tabPanel {
    width: 100%;
    overflow: hidden;
    float: left;
}
.List-tabPanel ul {
    width: 340px;
    height: 50px;
    margin: 0 auto;
    margin-top: 25px;
}
.List-tabPanel .hit {
    color: #fff;
    background: #f39800;
}
.List-tabPanel ul li {
    width: 160px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 18px;
    cursor: pointer;
    color: #666666;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
}
.List-tabPanel ul li:last-child {
    float: right;
}
.List-tabPanel .panes {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 25px;
}
.List-tabPanel .pane {
    width: 100%;
    overflow: hidden;
    float: left;
    border-top: 0;
    min-height: 100px;
    background-color: #fff;
    display: none;
    color: #666;
}
/* 分支机构-专业委员会-入会申请 end
***************************************/


/* 会员管理-会员查询
***************************************/
.content-table-box{
	width: 910px;
	overflow: hidden;
	margin: 0 auto;
}
.input-text-cx{
	width: 100%;
	height: 40px;
	float: left;
}
.input-text-cx input{
	display: block;
	width: 810px;
	height: 38px;
	margin: 0 auto;
	text-indent: 1rem;
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	outline: none;
}
.btn-cx{
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
	margin-top: 20px;
}
.btn-cx button{
	display: block;
	width: 140px;
	height: 45px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	background: #d01027;
	border: 0; 
	outline: none;
	cursor: pointer;
}

.table-md{
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 25px;
}
.table-md table{
	width: 810px;
	margin: 0 auto;
	border: solid 1px #e5e5e5;
	border-collapse: collapse;
}
.table-md tr{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.table-md th{
	color: #333333;
	font-weight: 600;
	font-size: 16px;
}
.table-md td{
	color: #666666;
}
.table-md td img{
	width: 30px;
	height: 25px;
	float: left;
	margin-left: 35px;
}
.table-md th,.table-md td{
	border: solid 1px #e5e5e5;
}
.dwmc{
	width: 230px;
	height: 45px;
}
.hydj{
	width: 140px;
	height: 45px;
}
.yxq{
	width: 235px;
	height: 45px;
}
.wz{
	width: 205px;
	height: 45px;
}
/* 会员管理-会员查询 end
***************************************/


/* 下载专区
***************************************/
.new-xz{
	text-align: right;
}
/* 下载专区 end
***************************************/


/* 协会工作-视频新闻
***************************************/
.content-video-box{
	width: 910px;
    height: 1150px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden; 
}
.content-video-box ul{
	width: 940px;
	overflow: hidden;
}
.content-video-box ul li{
	width: 290px;
	height: 230px;
	float: left;
	margin-right: 20px;
}
.content-video-box ul li .video-img{
	width: 100%;
	height: 180px;
	float: left;
}
.content-video-box ul li .video-img iframe{
	width: 100%;
	height: 180px;
	float: left;
}
.content-video-box ul li .video-text{
	width: 100%;
	height: 50px;
	line-height: 40px;
	float: left;
	font-size: 14px;
	color: #666666;
}

/* 协会工作-视频新闻 end
***************************************/
ul,li{
	margin:0;
	padding:0;
	list-style:none;}
.MapCont {
	width: 100%;
	height: 460px;
	margin-top: 20px;
	overflow:hidden;

}
.ContactBox {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
	text-indent:0em;
}
.ContactBox h6 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
}
.ContactBox p {
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
}
.TelList {
	margin-top: 10px;
}
.TelList, .TelList ul {
	width: 100%;
	overflow: hidden;
}
.TelList ul li {
	float: left;
	width: 140px;
	text-align: left;
	margin-right: 51px;
}
.TelList ul li:last-child {
	margin-right: 0;
}
.TelList ul li h5 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-bottom: 5px;
}
.TelBox {
	width: 100%;
	overflow: hidden;
	line-height: 1.7em;
	font-size: 14px;
	color: #666;
}
.TelBox label {
	float: left;
	display: block;
	width: 42px;
}
.TelBox .TelCont {
	float: left;
	width: 98px;
}