@charset "utf-8";
*{margin:0; padding:0;}
img{ border:0; }
body{
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	margin:0px;
	background-color: #FFFFFF;
}
ul li{
	list-style-type: none;
}
a{outline:none;}
A:link {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	color: #333333;
	font-family: "微软雅黑";
}
A:visited {
	color: #333333;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-family: "微软雅黑";
}
A:active {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-family: "微软雅黑";
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	font-size: 14px;
	font-family: "微软雅黑";
}
#main{
	width:100%;
	margin:0 auto;
	min-width:1200px;
}
#header{
	width: 100%;
	margin:0 auto;
	background-color: #CF0000;
}
#middle{
	width: 100%;
	margin:0 auto;
}
#footer{
	width: 100%;
	background-color: #980000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 65px;
	color: #FFFFFF;
	height: 65px;
	font-size: 16px;
}
.clear{
	clear:both;
	height: 1px;
}
.top{
	margin:0 auto;
	width:1200px;
}
.menu{
	width: 100%;
	background-color: #980000;
	height:60px;
}
.menu .nav{
	width: 1200px;
	margin:0 auto;
}
.menu .nav li{
	float:left;
	text-align: center;
}
.menu .nav li a{
	display:block;
	text-align:center;
	font-size:20px;
	color:#fff;
transition:all .3s ease; 	
	overflow: hidden;
	text-decoration: none;
	line-height: 60px;
	height: 60px;
	padding-right: 53px;
	padding-left: 54px;
}
.menu .nav li a.active{background:#b60606; color:#fff;}
.menu .nav li a:hover{background:#b60606; color:#fff;}


/*手册*/
.manualbox{
	width: 100%;
	background-color: #BD181D;
	padding-top: 40px;
	padding-bottom: 40px;
}
.manualbox .manual{
	width: 1160px;
	border: 20px solid #990100;
	background-color: #FFFFFF;
	background-image: url(../images/manualbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 436px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.manualbox .manual .book_1{
	height: 335px;
	width: 222px;
	margin-top: 27px;
	margin-left: 129px;
	float: left;
}
.manualbox .manual .book_2{
	height: 335px;
	width: 222px;
	margin-top: 27px;
	margin-left: 133px;
	float: left;
}
.manualbox .manual .book_3{
	height: 335px;
	width: 222px;
	margin-top: 27px;
	margin-left: 133px;
	float: left;
}
.manualbox .manual img{
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease;
}
.manualbox .manual img:hover{
	transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -moz-transform: scale(1.04);
}

/*学习园地*/
.studybox{
	width: 100%;
	background-color: #980000;
	margin:0 auto;
	background-image: url(../images/studybg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.studybox .listbox{
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 160px;
	height: 480px;
}
.studybox .listbox .listbg{
	background-color: #F5F3E7;
	border: 20px solid #BD181E;
	width: 1160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	border-radius: 5px;
}
.studybox .listbox .listbg .list_left{
	float: left;
	margin-right: 30px;
	margin-left: 30px;

}
.studybox .listbox .listbg .list_left ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	width: 520px;
	line-height: 50px;
	height: 50px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.studybox .listbox .listbg .list_left ul li a{
	font-size: 18px;
}
.studybox .listbox .listbg .list_left ul li img {
	margin-right: 15px;
	margin-bottom: -8px;
}
.studybox .listbox .listbg .list_left .more{
	float: right;
	margin-top: 20px;
}
.studybox .listbox .listbg .list_left .more a{
	background-color: #BD181D;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	text-decoration: none;
	border-radius: 5px;
}
.studybox .listbox .listbg .list_left .more a:hover{
	background-color: #980000;
	text-decoration: none;
}
/* 选项卡 */
.tabsbg{
	margin-bottom: 30px;
	height: 50px;
}
ul.tabs {
	margin-left: 0;

}
ul.tabs #tab1{
	margin-left: 363px;

}

ul.tabs li {
	list-style-type:none;
	display:block;
	cursor:pointer;
	color: #FFFFFF;
	height: 48px;
	font-size: 22px;
	line-height: 48px;
	text-align: center;
	border-radius: 4px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #7B0000;
	border-radius: 50px;
	margin-right: 6px;
	margin-left: 6px;
}

ul.tabs li:hover {
	color: #FFF000;
}

ul.tabs li.current {
	color: #FFF000;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background-color: #FF0000;
}

.tabscontent {
	display:none;
	width:100%;
}


/*支部新闻*/
.newsbox{
	width: 100%;
	background-color: #BD181E;
}
.news{
	width: 1200px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 330px 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}

.news .title{
	color: #FFFFFF;
	font-size: 24px;
	border: 3px solid #FFFC00;
	border-radius: 50px;
	text-align: center;
	width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 50px;
	height: 50px;
}
.news .list_news{
	margin-top: 20px;
	
}
.news .list_news ul li{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
.news .more_1{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 45px;
}
.news .more_1 a{
	background-color: #FF0000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	text-decoration: none;
	border-radius: 5px;
}
.news .more_1 a:hover{
	background-color: #E40000;
	text-decoration: none;
	color: #FFFF99;
}
.news .contentbox{
	width: 560px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 140px;
	border-radius: 5px;
}
.news .contentbox .img{
	height: 140px;
	width: 200px;
	float: left;
}
.news .contentbox .img img{
	height: 140px;
	width: 200px;
}
.news .contentbox .title_1{
	float: left;
	margin-left: 20px;
	width: 340px;
}
.news .contentbox .title_1 a{
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 72px;
}
.news .contentbox .time{
	float: left;
	margin-left: 20px;
	bottom: 0px;
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	width:340px;
}


/*BTX督办达标*/
.standardbox{
	width: 100%;
	background-color: #990100;
	padding-top: 40px;
	padding-bottom: 80px;
}
.standardbox .title{
	text-align: center;
	background-color: #FFFFFF;
	color: #DB0007;
	font-size: 24px;
	display: block;
	width: 210px;
	line-height: 46px;
	height: 46px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
}
.standardbox .liststandar{
	width: 1200px;
	background-color: #FFFFFF;
	border-radius: 10px;
	height: 470px;
	margin:0 auto;
}
.standardbox .liststandar .chart{
	width: 540px;
	float: left;
	margin-left: 40px;
}
.standardbox .liststandar .chart .title_c{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	font-size: 24px;
	color: #7B0000;
	padding-bottom: 8px;
	padding-top: 10px;
	background-image: url(../images/icon_1.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	text-indent: 15px;
	margin-top: 10px;
}
.standardbox .liststandar .chart .list_c{
	width: 540px;
	margin-top: 50px;
	height: 300px;
}
.standardbox .liststandar .chart .list_c .chart_div{
	width: 250px;
	height: 290px;
	float: left;
	margin-right: 20px;
}
.standardbox .liststandar .chart .list_c .chart_div .charts{
	width: 250px;
	height: 250px;
}
.standardbox .liststandar .chart .list_c .chart_div .chart_title{
	width: 250px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	margin-top: 10px;
}
.standardbox .liststandar .chart .list_c .data_list{
	width: 250px;
	height: 250px;
	float: left;
}

.standardbox .liststandar .chart .list_c .data_list .per_list{
	width: 250px;
	height: 82px;
	position: relative;
}
.standardbox .liststandar .chart .list_c .data_list .per_list .data_num{
	width: 150px;
	height: 38px;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	font-family: 微软雅黑;
	position: absolute;
	left: 50px;
	top: 5px;
}
.standardbox .liststandar .chart .list_c .data_list .per_list .data_name{
	width: 150px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-family: 微软雅黑;
	position: absolute;
	left: 50px;
	top: 44px;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(1) .data_num{
	background-color: #3E3E3E;
	color: #ffffff;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(1) .data_name{
	color: #3E3E3E;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(2) .data_num{
	background-color: #258e01;
	color: #ffffff;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(2) .data_name{
	color: #258e01;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(3) .data_num{
	background-color: #ecd604;
	color: #ffffff;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(3) .data_name{
	color: #ecd604;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(4) .data_num{
	background-color: #ff2d4e;
	color: #ffffff;
}
.standardbox .liststandar .chart .list_c .data_list .per_list:nth-child(4) .data_name{
	color: #ff2d4e;
}


.standardbox .liststandar .chart .list_d{
	width: 540px;
	margin-top: 10px;
	height: 340px;
	overflow-y: scroll;
}

.standardbox .liststandar .chart .list_d .per_title{
	width: 520px;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	padding-left: 10px;
}
.standardbox .liststandar .chart .list_d .per_list{
	width: 520px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	padding-left: 10px;
}
.standardbox .liststandar .chart .list_d::-webkit-scrollbar {
	 /*滚动条整体样式*/
	 width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
	 height: 1px;
 }
.standardbox .liststandar .chart .list_d::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 8px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #FE3A00;
}
.standardbox .liststandar .chart .list_d::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
	/*border-radius: 10px;*/
	/*background   : #ededed;*/
}


.standardbox .liststandar .more_2{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.standardbox .liststandar .more_2 a{
	background-color: #FF0000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 16px;
	text-decoration: none;
	border-radius: 5px;
}
.standardbox .liststandar .more_2 a:hover{
	background-color: #E40000;
	text-decoration: none;
	color: #FFFF99;
}


/*BTX大数据*/
.databox{
	width: 100%;
	background-color: #BD0006;
	padding-top: 40px;
	padding-bottom: 90px;
}
.databox .title_d{
	text-align: center;
	background-color: #FFFFFF;
	color: #DB0007;
	font-size: 24px;
	display: block;
	width: 210px;
	line-height: 46px;
	height: 46px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
}
.oneContent {
	width: 1200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneContent .usage {
    width: 1200px;
}
.oneContent .usage .marginleft90 {
	margin-left: 126px;
	margin-right: 126px;
}

.oneContent .usage .oneUsage {
	width: 348px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius:5px;
	height: 210px;
}
.oneContent .usage .oneUsage .icon{
	height: 82px;
	width: 82px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	
}
.oneContent .usage .oneUsage .usageTop {
	line-height: 50px;
	font-size: 48px;
	color: #BD0006;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

.oneContent .usage .oneUsage .usageBottom {
	font-size: 20px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	display: inline;
}

/*学习园地列表*/
.position{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.substudy{
	width: 1200px;
	margin:0 auto;
}
.substudy .menu_study{
	width: 1200px;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.substudy .menu_study a{
	color: #333333;
	background-color: #CCCCCC;
	margin-right: 30px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-left: 30px;
}
.substudy .menu_study a:hover{
	background-color: #D90000;
	color: #FFFFFF;
	text-decoration: none;
}
.substudy .menu_study .nows{
	background-color: #D90000;
	color: #FFFFFF;
	text-decoration: none;
}
.substudy .list_study{
	width: 1200px;
	margin:0 auto;
}

.study_list {}
.study_list li {
	height: 60px;
	line-height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b3b3b3;
}
.study_list li a {
	display: block;
	height: 100%;
	font-size: 18px;
}
.study_list li span {float: left; width: 6px; height: 100%; margin-right: 8px; background: url(../images/cont_ico.png) no-repeat center;}
.study_list li p {float: left; width: 1050px;}
.study_list li em {
	float: right;
	color: #666666;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.study_list li:hover a {color: #DD001A;}
.study_list li:hover span {background: url(../images/cont_ico_a.png) no-repeat center;}
.single-line{ text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }

.study_list2 {float: left;}
.study_list2 li {
	height: 60px;
	line-height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b3b3b3;
}
.study_list2 li a {
	display: block;
	height: 100%;
	font-size: 18px;

}
.study_list2 li span {float: left; width: 6px; height: 100%; margin-right: 8px; background: url(../images/cont_ico.png) no-repeat center;}
.study_list2 li p {float: left; width: 450px;}
.study_list2 li em {
	float: right;
	color: #666666;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
.study_list2 li:hover a {color: #DD001A;}
.study_list2 li:hover span {background: url(../images/cont_ico_a.png) no-repeat center;}

/*页码*/
.paging{
	margin-top:50px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 50px;
}
.paging li{display:inline-block;border:1px solid #CCCCCC;  margin-left:5px;}
.paging li a{
	padding:5px 15px;
	display: block;
}
.paging li:hover{
	color:#fff;
	background-color: #F00000;
}
.paging li:hover a{
	color:#fff;
	text-decoration: none;
}
.paging li.active{
	color:#fff;
	background-color: #F00000;
}
.paging li.active a{
	color:#fff;
	text-decoration: none;
} 
.paging .pageinfo{padding:5px 15px; display: block;}


/* 新闻详细 */
.detailed{
	width: 1200px;
	margin:0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D90000;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.detailed .title{
	width:1100px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
}
.detailed .title_1{
	width:1100px;
	height:40px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 40px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-bottom: 20px;
}
.detailed .title_1 span{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 15px;
}
.detailed .content{
	width:1100px;
	font-size: 16px;
	line-height: 28px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.detailed .input{
	width:1100px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: right;
}

.detailed .line{
	width:1100px;
	line-height: 26px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 16px;
}
.detailed .line a{
	color: #D90000;
	font-size: 16px;
}


/*各领域优秀支部新闻列表*/
.subnews{
	width: 1200px;
	margin:0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D90000;
}
.subnews .content{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	width: 1200px;
	height: 140px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.subnews .content img{
	float: left;
	height: 140px;
	width: 200px;
	margin-right: 20px;
}
.subnews .content .title{
	margin-left: 5px;
	height: 35px;
	display: inline-block;
	width: 940px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	line-height: 26px;
}
.subnews .content .title a{
	font-size: 18px;
	font-weight: bold;
}
.subnews .content .text{
	margin-left: 5px;
	text-indent: 28px;
	line-height: 24px;
	color: #666666;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
}
.subnews .content .time{
	color: #820000;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 16px;
	margin-top: 25px;
}

/*BTX督办达标列表*/
.substandard{
	width: 1200px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.substandard .chart_sub{
	width: 540px;
	float: left;
	margin-left: 40px;
}
.substandard .chart_sub .title_sub{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	font-size: 24px;
	color: #7B0000;
	padding-bottom: 8px;
	padding-top: 10px;
	background-image: url(../images/icon_1.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	text-indent: 15px;
	margin-top: 10px;
}
.substandard .chart_sub .list_sub{
	width: 540px;
	margin-top: 25px;
}
.fixediv{position:fixed;top:10px;z-index:99;width:150px;height:311px;}
.fixediv img{float:left;}
.fixediv a.close{
	display:block;
	height:30px;
	line-height:30px;
	font-size:16px;
	padding:0 10px;
	color:#DDDDDD;
	text-decoration:none;
	text-align:center;
	position: absolute;
	bottom: -3px;
	left: 49px;
}
.leftadv{left:0px;}
.rightadv{right:0px;}