﻿body,
div,
p,
span,
a,
img,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	border: none;
}

.weather li {
	list-style: none;
	float: left;
}

body {
	min-width: 1250px;
	color: #333;
	background: #f3f3f3;
	font-family: '黑体';
	margin: 0 auto;
}

.padding-0{
	padding: 0px !important;
}
/*header样式*/

.header {
	background: url(../images/header-bg.png) no-repeat;
	height: 193px;
	width: 100%;
	background-size: 100% 100%;
}

.container {
	width: 1250px;
	height: 193px;
	margin: 0 auto;
}

.left {
	float: left;
}

/*.right {
	float: right;
}
*/
.margin0 {
	margin-left: 0!important;
}

.header2 {
	width: 100%;
	height: 41px;
	background: #fffefe;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 3px 2px 2px #e9e9e9;
}

.header2 .header2-con {
	width: 1200px;
	font-size: 14px;
	line-height: 41px;
	margin: 0 auto;
}

.header2-con li {
	margin-right: 10px;
	font-family: 黑体;
}


/*内容部分样式*/

.content {
	width: 1250px;
	margin: 0 auto;
	background: #fff;
	/*overflow: hidden;*/
	margin-top: 25px;
}

.nav {
	width: 100%;
	height: 115px;
	border-bottom: 1px solid #d9d9d9;
}

.nav li {
	margin:0 5px;
	width: 140px;
	height: 114px;
	font-size: 15px;
	color: #333;
	text-align: center;
	background: url(../images/bar.jpg) no-repeat right;
}

.nav li:last-child {
	background: none;
}

.nav a {
	width: 53px;
	height: 53px;
	margin: 15px auto;
	display: block;
}

.nav p {
	 
	cursor: pointer;
}

.nav p:hover {
	color: #e60000;
}

.nav1 {
	margin-left: 30px;
}

.nav1 a {
	background: url(../images/nav1.png) no-repeat;
}

.nav2 a {
	background: url(../images/nav2.png) no-repeat;
}

.nav3 a {
	background: url(../images/nav3.png) no-repeat;
}

.nav4 a {
	background: url(../images/nav4.png) no-repeat;
}

.nav5 a {
	background: url(../images/nav5.png) no-repeat;
}

.nav6 a {
	background: url(../images/nav6.png) no-repeat;
}

.nav7 a {
	background: url(../images/nav7-lz.png) no-repeat;
}

.nav8 a {
	background: url(../images/nav8.png) no-repeat;
}


/*title--样式*/

.title {
	height: 117px;
	width: 1052px;
	margin: 0 auto;
}

.title .topline {
	width: 980px;
	text-align: center;
}

.title img {
	margin-top: 20px;
}

.topline h1 {
	font-size: 30px;
	font-family: 'FZXBSJW-GB1-0','黑体';
	color: #e60000;
	font-weight: bolder;
	line-height: 47px;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 98%;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}

.topline p {
	font-size: 15px;
	color: #333;
	padding: 0 40px;
}


/*轮播图样式*/

.lunbo {
	width: 675px;
	height: 403px;
	margin-left: 25px;
	margin-bottom: 20px;
	overflow: hidden;
}

.lunboR {
	width: 380px;
	height: 403px;
	margin-left: 20px;
	overflow: hidden;
}


/*新闻*/

.imglb {
	width: 650px;
	height: 403px;
	overflow: hidden;
	position: relative;
	margin-left: 25px;
}

/*.imglb .imgs {
	width: 4000px;
	}*/

	.imglb .imgs li {
		float: left;
		disp lay: none;
	}

	.imglb .imgs li.active {
		display: block;
	}

	.imglb .imgs-btn {
		position: absolute;
		bottom: 11px;
		right: 0px;
		overflow: hidden;
		z-index: 1000;
	}

	.imglb .imgs-btn li {
		background: #000;
		margin-right: 10px;
		font-size: 12px;
		line-height:14px;
		width: 14px;
		height: 14px;
		float: left;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}

	.imglb .imgs-btn li.active {
		background: #e60000
	}

	.news-tab {
		width: 304px;
		height: 402px;
	}

	.news-tab .news-nav {
		border-top: 1px solid #f4f4f4;
		width: 285px;
		margin-left: 19px;
		border-bottom: 1px solid #f4f4f4;
		overflow: hidden;
	}

	.news-tab .news-nav li {
		float: left;
		width: 94px;
		height: 38px;
		line-height: 38px;
		background: #e60100;
		color: #fff;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #e60100;
		font-weight: 600;
		cursor: pointer;
		border-right: 1px solid #fff;
		font-family: "Microsoft Yahei"
	}

	.news-tab .news-nav li.active {
		background: #fff;
		color: #e60100;
	}

	.news-tab .news-nav li.activetemp {
		background: #fff;
		color: #e60100;
	}

	.news-tab .news-list {}

	.news-tab .news-list li {
		display: none;
	}

	.news-tab .news-list li div {
		width: 285px;
		margin-left: 19px;
		border-top: 2px solid #fff;
		background: #fbfbfb;
		height: 43.4px;
	}

	.news-tab .news-list li div a {
		display: block;
		width: 286px;
		margin-left: 18px;
		line-height: 43.4px;
		color: #606060;
		font-size: 14px;
	}

	.news-tab .news-list li div.active {
		background: #fff;
	}

	.news-tab .news-list li div.active a {
		color: #e60100;
	}

	.add-imgs-title {
		width: 100%;
		height: 40px;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 100;
	}

	.add-imgs-title p {
		line-height: 40px;
		color: #fff;
		font-size: 16px;
		text-indent: 2rem;
		cursor: pointer;
	}


	/*修改引入css*/

	.slideTxtBox1 {
		width: 100%;
		text-align: left;
	}

	.slideTxtBox1 .hd {
		height: 34px;
		line-height: 34px;
		margin-bottom: 16px;
	}

	.slideTxtBox1 .hd ul li {
		font-size: 16px;
		font-family: "黑体";
		color: #000;
		 
		float: left;
		width: 125px;
		height: 32px;
		line-height: 32px;
		background: #f4f4f4;
		cursor: pointer;
		text-align: center;
		margin-left: 2px;
		border-top: 2px solid #c7c7c7;
	}

	.slideTxtBox1 .hd ul li.on {
		height: 30px;
		background: #fff;
		border-bottom: 2px solid #fff;
		border-top: 2px solid #e60000;
	}

	.slideTxtBox1 .bd ul {
		overflow: hidden;
	}

	.slideTxtBox1 .bd li {
		width: 100%;
		height: 43px;
		line-height: 43px;
		background: url(../images/dot.png) 4px 20px no-repeat;
		text-indent: 13px;
		border-bottom: 1px dotted #b1b1b2;
	}

	.slideTxtBox1 .bd li:hover {
		background-color: #fafafa;
	}

	.slideTxtBox1 .bd li .date {
		float: right;
		color: #999;
	}


	/*引入css--end*/

	.bd a:hover {
		color: #e60000;
	}


	/*基层党组织建设--样式*/

	.group {
		width: 1052px;
		margin: 0 auto;
		overflow: hidden;
	}

	.slideTxtBox {
		width: 100%;
		text-align: left;
	}

	.slideTxtBox .hd {
		width: 100%;
		height: 46px;
		line-height: 46px;
		background: #f4f4f4;
		border-bottom: 1px solid #c3c3c3;
		position: relative;
	}

	.slideTxtBox .hd ul {
		position: absolute;
		left: 270px;
	}

	.slideTxtBox .hd ul li {
		padding: 0 15px;
		cursor: pointer;
		font-size: 14px;
		font-weight: bold
	}
	.slideTxtBox .hd ul .caption {
		font-size: 18px;
	}
	.slideTxtBox .hd ul li.on {
		height: 43px;
		line-height: 43px;
		background: #fff;
		border-bottom: 2px solid #fff;
		border-top: 2px solid #e60000;
	}
	.slideTxtBox .hd ul .caption.on {
		height: 44px;
		line-height: 48px;
		background:none;
		border-top: none;
		border-bottom: 3px solid #e60000;
	}

	.slideTxtBox .bd {
		width: 675px;
		padding: 15px 0;
		overflow: hidden;
	}

	.slideTxtBox .bd li {
		width: 100%;
		font-size: 14px;
		line-height: 30px;
	}

	.slideTxtBox .bd li:hover {
		background: #fafafa;
	}

	.slideTxtBox .bd li .date {
		float: right;
		color: #aaa;
		font-size: 12px;
	}

	.caption {
		height: 44px;
		font-size: 18px;
		color: #e60000;
		 
		padding: 0 17px 0 17px;
		border-bottom: 3px solid #e60000;
	}

	.more {
		display: block;
		width: 39px;
		font-size: 14px;
		color: #fff;
		margin-right: 0px;
		background: url(../images/more.png) 35px 16px no-repeat;
	}

	.slideTxtBox .bd .special {
		height: 74px;
		color: #333;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

	.xq {
		display: inline-block;
	}

	.slideTxtBox .bd .news a {
		padding-left: 25px;
		display: block;
		width: 600px;
		color: #555;
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../images/dot.png) 13px 13px no-repeat;
	}

	.slideTxtBox .bd .news a:hover {
		color: #e60000;
	}

	.slideTxtBox .bd .special p {
		font-size: 16px;
		 
		line-height: 30px;
		padding-left: 25px;
		background: url(../images/dot.png) 13px 12px no-repeat;
	}

	.slideTxtBox .bd .special span {
		padding-left: 25px;
		display: inline-block;
		font-size: 12px;
	color: #666;//text-indent: 2em;
	line-height: 18px;
}
.slideTxtBox .bd .special .xq{
	color: #E60000;
}
.newsR {
	width: 328px;
	margin-top: 15px;
}

.teamR {
	width: 328px;
	margin-top: 15px;
}
.teamR li{
	margin-bottom: 10px;
}
.teamR li img {
	margin-right: 5px;
	margin-top: 10px;
	width: 157px;
	height: 51px;
	cursor: pointer;
}

.newsR li {
	width: 328px;
	height: 70px;
	background: url(../images/newsr-bg.png) no-repeat;
	margin-top: 5px;
	cursor: pointer;
}

.newsR img {
	margin: 5px 0 0 5px;
}

.newsT {
	width: 255px;
	color: #333;
}

.newsT p {
	font-size: 16px;
	 
	margin-top: 8px;
	line-height:19px;
}

.newsT span {
	font-size: 12px;
}


/*基层党组织样式--end*/

.team {
	width: 1052px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}


/*公益广告*/

.tgongyi {
	display: block;
	width: 1052px;
	margin: 20px auto;
	float: left;
	margin-left: 27px;
}
.tgongyi img{
	display: block;
	float: left;
}
.learnedu{overflow: hidden;}
/*干部工作*/

.work-con {
	width: 1048px;
	height: 103px;
	margin: 0 auto;
	background: url(../images/work-bg.png) repeat-x;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-top: 18px;
	margin-bottom: 22px;
}

.work-con li {
	float: left;
	width: 348px;
	border-right: 1px solid #ccc;
}

.work-con li a {
	display: block;
	text-align: center;
	height: 103px;
}

.work-con li a img {
	margin-top: 19px;
}


/*人才工作*/
/*
.rencai-con {
	width: 1050px;
	height: 117px;
	background: url(../images/rencai-bg.jpg) no-repeat center;
	margin: 20px auto 0px;
}

.rencai-nav {
	width: 644px;
	margin: 0 auto;
}

.rencai-nav li {
	height: 30px;
	padding-top: 75px;
	float: left;
	margin: 0 11px;
	}*/
	/*人才工作*/

	.rencai-con {
		width: 1050px;
		height: 117px;
	//background: url(../images/rencai-bg.jpg) no-repeat center;
	margin: 20px auto 0px;
}
.rencai-img{
	display: block;
	height: 60px;
	float: left;
	margin: 18px 0 0 50px;
}
.rencai-nav {
	width: 290px;
	padding:0 0px;
}

.rencai-nav li {
	line-height:36px;
	width:142px;
	height:36px;
	float: left;
	border: 1px solid #fff;
        //border: 1px solid #c3c3c3;
        border-radius: 5px;
        margin:0px;
    }
    .rencai-nav li a{
    	color: #333;
    	font-size: 14px;  
    	padding-bottom: 3px;
    	line-height:30px;
    	padding-left:0px;
    	padding-right: 0px;
    	word-break: break-all;
    	white-space: nowrap;
    }
    .rencai-nav li a img{
    	height: 20px;
    	margin-right: 5px;
    	vertical-align: middle;
    }
    .rencai-nav li:hover{
		background:url(../images/hovr.png);
/*    	background: linear-gradient(#fff, #fffacd);
   	border: 1px solid #e60000;
*/     	box-shadow: 0 2px 4px rgba(0,0,0,.35);border-radius: 5px;
font-size:16px;
    }
    .rencai-nav li:hover a{
    	color:#e60000;
    	white-space:nowrap;
    }
	
	
.rencai-nav li:hover img{
	 -moz-transform:scale(-1,1); -webkit-transform:scale(-1,1); -o-transform:scale(-1,1); transform:scale(-1,1); -moz-transition:all 0.8s; -webkit-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;	
    }
	
	
	
    /*在线调查*/

    .last-out {
    	width: 1050px;
    	margin: 20px auto;
    	overflow: hidden;
    }

    .team-title {
    	height: 36px;
    	border-bottom: 1px solid #dcdcdc;
    	margin-bottom: 20px;
    }

    .team-title h2 {
    	border-left: 3px solid #e60000;
    	text-indent: 10px;
    	font-size: 16px;
    	line-height: 26px;
    	font-weight: normal;
    }

    .team-title h2 a {
    	float: right;
    	display: block;
    	font-size: 14px;
    }

    .diaocha {
    	width: 330px;
    	margin-right: 30px;
    }

    .diaocha-con li div {
    	margin: 20px 0 11px;
    }

    .diaocha-con li img {
    	display: block;
    	float: left;
    	margin-right: 10px;
    	margin-left: 20px;
    }

    .diaocha-con li h4 {
    	border-left: 2px solid #e60000;
    	line-height: 18px;
    	text-indent: 16px;
    	float: left;
    	margin-top: 8px;
    	color: #e60000;
    	 
    	font-size: 18px;
    }

    .diaocha-con li p {
    	line-height: 41px;
    	background: #f3f3f4;
    	color: #606060;
    	font-size: 12px;
    	text-indent: 20px;
    }

    .diaocha-con .dc-tijiao {
    	float: right;
    	margin-top: 6px;
    }

    .bookshop {
    	width: 330px;
    	margin-right: 30px;
    }

    .bookshop-img {
    	height: 142px;
    	padding: 47px 0;
    	text-align: center;
    }

    .bookshop-btn a {
    	display: block;
    	background: url(../images/bookshopbg.png) no-repeat center;
    	width: 108px;
    	height: 30px;
    	margin: 0 auto;
    	line-height: 30px;
    	color: #e60000;
    	text-align: center;
    }

    .mobile {
    	width: 330px;
    }

    .bookshop-con {
    	width: 330px;
    	height: 345px;
    	background: url(../images/bookshopbg.jpg) no-repeat center;
    }

    .device {
    	width: 298px;
    	position: relative;
    	margin: 0 auto
    }

    /*.swiper-container {
    	width: 234px;
    	height: 156px;
    	padding-top: 39px;
    }

    .swiper-wrapper {
    	width: 234px;
    	margin: 0 auto;
    }*/

    .swiper-wrapper .swiper-slide {
    	text-align: center;
    	position: relative;
    }

    .swiper-wrapper .swiper-slide #book-bg {
    	position: absolute;
    	top: 0;
    	left: 6px;
    	opacity: 0;
    	transition: .23s ease-in;
    }

    .swiper-wrapper .swiper-slide:hover #book-bg {
    	opacity: 1;
    }

    .arrow-left {
    	position: absolute;
    	top: 97px;
    	left: 0px;
    }

    .arrow-right {
    	position: absolute;
    	top: 97px;
    	right: 0px;
    }

    .bookshopbtn {
    	width: 230px;
    	height: 55px;
    	margin: 0 auto;
    	margin-top: 46px;
    }

    .bookshopbtn a {
    	border-radius: 3px;
    	overflow: hidden;
    	text-indent: 79px;
    	line-height: 55px;
    	display: block;
    	background: url(../images/bookshop-bg.png) no-repeat center;
    	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    	transition: .25s  ease-out;
    }

    .bookshopbtn a:hover {
    	box-shadow: 0 0 15px 0 rgba(0,0,0,.14);
    }

    .slideTxtBox2 {
    	width: 330px;
    	text-align: left;
    }

    .slideTxtBox2 .hd {
    	height: 35px;
    	line-height: 35px;
    	margin-bottom: 16px;
    }

    .slideTxtBox2 .hd ul li {
    	font-size: 14px;
    	font-family: "黑体";
    	color: #000;
	//  
	float: left;
	width: 110px;
	height: 32px;
	background: #f4f4f4;
	cursor: pointer;
	text-align: center;
}

.slideTxtBox2 .hd ul li.on {
	height: 35px;
	background: #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #e60000;
}

.slideTxtBox2 .bd ul {
	overflow: hidden;
}

.slideTxtBox2 .bd li {
	width: 100%;
	line-height: 47px;
	font-size: 14px;
	text-indent: 5px;
	border-bottom: 1px dotted #b1b1b2;
}

.slideTxtBox2 .bd .newWidth:hover {
	background: #f4f4f4;
}

#onlineS {
	height: 44px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
	overflow: hidden;
}

#onlineS p {
	font-size: 16px;
	text-indent: 46px;
	line-height: 23px;
	float: left;
	background: #e60000;
	background: url(../images/new-bg.png) 3px 2px no-repeat;
}

.slideTxtBox2 .bd li span {
	display: block;
	float: right;
	width: 270px;
	font-size: 12px;
	color;
	: #666;
	text-indent: 0px;
	/*background: url(../images/time.png) 0px 0px no-repeat;*/
}

.vote {
	width: 55px;
	height: 21px;
	display: block;
	background: #f4f4f4;
	color: #333;
	text-align: center;
	text-indent: 0px;
	line-height: 21px;
	font-size: 12px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.vote-t{
	width: 326px;
}
.vote-title p{
	font-size: 14px;
}
.vote-t span img{
	margin-right: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.vote-t span{
	font-size: 12px;
	color: #666;
}
.vote.red {
	color: #fff;
	background: #e60000;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	line-height: 24px;
}

.voteB {
	display: block;
	width: 72px!important;
	height: 26px;
	text-align: center;
	margin-top: 15px;
	border: 1px solid #d6d4d4;
	border-radius: 2px;
	line-height: 28px;
	cursor: pointer;
	text-indent: 0px;margin-left: 128px;

	background: url(../images/btn-bg1.png) repeat-x;
}
.vote-item-list{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.vote-item-list p{
	line-height: 28px;
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.vote-item-item{
	display: table-row;
}
.vote-item-item:hover {
	background: #f4f4f4;
}
.vote-lable,.vote-text{
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
	height: 47px;
}
.vote-lable{
	width: 70px;
}

.back {
	display: block;
	width: 106px!important;
	height: 28px;
	font-size: 12px;
	cursor: pointer;
	line-height: 43px;
	background: url(../images/more2.png) 88px 15px no-repeat;
}

.newWidth {
	width: 302px!important;
}

.chat-discussion {
	padding: 5px;
	height: 284px;
	min-height: 284px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #f0f0f0;
}

.text-center {
	text-align: center;
}

.label {
	font-size: 75%;
	font-weight: 700;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: .25em;
	display: inline-block;
	margin-bottom: 5px;
	line-height: 1.6;
	vertical-align: middle;
	padding: .3em .6em .3em;
}

.label-default {
	background-color: #aaa;
}
.gcd{
	width: 675px;
	// padding: 10px 0;
}
.gblearn-list{
	overflow: hidden;
	padding-bottom: 5px;
}
.gcd .gblearn-listcon{
	width: 500px;
	margin-left: 15px;
}
.gcd .gblearn-listcon h5{
	font-size: 16px;
	margin-top: 10px;
    //margin-bottom: 10px;
    padding-left: 15px;
    background: url(../images/dot.png) 5px 12px no-repeat;
}
.gblearn-listcon p{
	font-size: 12px;
	line-height: 21px;
	color: #666;    text-indent: 2em;
}
.gcd img {
	margin-top: 15px;
	margin-left: 15px;
}
.gblearn-listcon p a{
	color: #E60000;
}

/*干部培训*/

.gblearn {
	width: 328px;
	margin-top: 0;
}

.gblearn li {
	width: 326px;
	height: 58px;
	background: #fefefe;
	margin-top: 12px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.gblearn img {
	margin: 1px 0 0 10px;
}
.team.teamss .gblearn li {
	margin-top: 12px;
}

/*友情链接*/

.friend {
	overflow: hidden;
	width: 1050px;
	margin: 0 auto;
	padding: 35px 0;
}

.friend span {
	display: block;
	float: left;
	width: 65px;
	line-height: 30px;
}

.friend select {
	display: block;
	float: left;
	width: 201px;
	border: 1px solid #e3e3e3;
	height: 30px;
	margin-left: 20px;
	color: #606060;
	font-size: 12px;
}

.chat-message.right,.chat-message.left{
	float: none;
}
.nav li{
	position: relative;
}
.nav li ul{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;

}
.nav li ul li{
	position: absolute;
	background: none;
	width: 200px;
	height: 43px;
	text-align: left;
	text-align: center;
	/*border: 1px solid #ccc;*/
	z-index: 10;
	top: -34px;
	left: 51px;
	/*box-shadow: inset 0 0 0px 1px #fff,0 0 10px rgba(0,0,0,.15);*/
	/*background:-moz-linear-gradient(top, #fff, rgba(0, 0, 255, 0.5));*/ 
	/*background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f1f1f1));*/
	transition-duration: .14s;
	transition-timing-function:  ease;
	width: 43px;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
}
.nav li ul li:last-child{
	/*background: #fff;*/
	/*background:-moz-linear-gradient(top, #fff, rgba(0, 0, 255, 0.5));*/ 
	/*background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f1f1f1));*/
}
.nav > li > a{
	border-radius: 50%;
}
.nav li a{
	transition: .14s ease;
	z-index: 1;
}
.nav li ul li a{
	background: none;
	width: 43px;
	height: 43px;
	text-align: center;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	background: url('../images/bg0round-nav.png')no-repeat;
	*background: url('../images/bg0round-nav.png');
}
.nav >li:hover ul li{
	width: 43px;
	text-align: center;
	opacity: 1;
}
.nav >li:hover ul li a{
	width: 43px;
	text-align: center;
	opacity: 1;
}
.seclv-nav0{
	transition-delay: 0s;
}
.seclv-nav1{
	transition-delay: .1s;
}
.seclv-nav2{
	transition-delay: .14s;
}
.seclv-nav3{
	transition-delay: .18s;
}
.seclv-nav4{
	transition-delay: .22s;
}
.nav >li:hover ul li.seclv-nav1{
	top: -25px;
	left: 100px;
}
.nav >li:hover ul li.seclv-nav2{
	top: 20px;
	left: 120px;
}
.nav >li:hover ul li.seclv-nav3{
	top: 65px;
	left: 100px;
}
.nav .nav4-new:hover ul li.seclv-nav0{
	top: 40px;
	left: -10px;
}
.nav .nav4-new:hover ul li.seclv-nav1{
	top: -12px;
	left: -8px;
}
.nav .nav4-new:hover ul li.seclv-nav2{
	top: -38px;
	left: 43px;
}
.nav .nav4-new:hover ul li.seclv-nav3{
	top: -10px;
	left: 96px;
}
.nav .nav4-new:hover ul li.seclv-nav4{
	top: 40px;
	left: 100px;
}
/*新修改的*/
.slideTxtBox .new-wideo{
	overflow: hidden;
}
.slideTxtBox .new-wideo li {
	width: 25%;
	height: 160px;
	float: left;
}
.slideTxtBox .new-wideo li img{
	display: block;
	margin: 5px auto 0;
}
.slideTxtBox .new-wideo li p{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: center;
}
.learnedu{
	position: relative;
	z-index: 1;
}
.arrow2-left{
	position: absolute;
	top: 134px;
	left: -20px;
}
.arrow2-right{
	position: absolute;

	z-index: 10;
	top: 134px; right: 357px;
}
/*交流的样式修改*/
.chat-discussion .chat-message.right .message-avatar{
// 	position: absolute;
// 	float: left;
// 	margin-left: 0;
//     left: 0;
//     top: 4px;
// }

/*个人专区最新样式*/
.search { float: right; font-size: 0px; height: 30px; color: rgb(51, 51, 51);margin-top:5px; }
.search .name, .search .text, .search button, .search .per-zone { height: 100%; line-height: 30px; display: inline-block; font-size: 13px; margin-right: 9px; box-sizing: border-box; }
.search img { vertical-align: top; margin-right: 9px; }
.search .text { background-color: rgb(255, 255, 255); width: 196px; border-radius: 3px; border: 1px solid rgb(214, 212, 212); }
.search .text input { width: 180px;outline: none; border: medium none; margin: 0px 0px 0px 5px; }
.search button { height: 30px;
	padding: 0 10px;
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d6d4d4;
	vertical-align: top;
	border-radius: 3px; }
	.search .per-zone { line-height: 30px;
		padding-left: 32px;
		padding-right: 10px;
		border: 1px solid #D6D4D4;
		border-radius: 3px;
		color: #333333;
		margin-right: 0;
		background: url("../images/per.png") no-repeat 8px center;
	}
	.search .per-login {
		line-height: 30px;
		padding-left: 10px;
		padding-right: 10px;
		border: 1px solid #D6D4D4;
		border-radius: 3px;
		font-size:13px;height:100%;
		margin-right: 0;
		color:#999;
		margin-left:5px;
	}
	.search .name, .search .text,.search button, .search .per-zone,.search img,.search .per-login {
		display: inline-block;
		_zoom: 1;
		vertical-align: middle;
		float:left;
	}
	
	/* 新增图书馆样式 */
	.fm2{
		float: left;
		width: 150px;
		height: 235px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		padding-bottom: 5px;
	}
	a.fm2 {
		color: #333;
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		display: inline-block;
		font-size: 14px;
	}
	.img2{
		height: 160px;
		width: 78%;
		padding: 6px !important;
		border: 1px solid #ddd!important;
		display: block;
		box-shadow: 0 1px 2px rgba(0,0,0,.15), inset 0 0 0 1px hsla(0, 0%, 100%, 0.52);
		box-shadow: 0 1px 2px rgba(0,0,0,.15);
		border-radius: 5px;
		background: -webkit-linear-gradient(bottom, #f1f1f1, #eee);
	}

	.img2 img{
		width: 100%;
		border: none;
	}
	.fm2 span{
		display: block;
		text-align: left;
		line-height: 150%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-indent: 5%;
		font-size: 14px;
		color: #333;
	}
	.new-smallzi{
		font-weight: normal!important;
		color: #666!important;
	}
	.fm2:hover .img2{
		background: #fff;
		box-shadow: 0 2px 7px rgba(0,0,0,.22);
		border: 1px solid #ccc!important;
	}
	.fm2:hover span,.fm2:hover .new-smallzi{
		color:#e60000!important;
	}
	.dttsg .slideTxtBox .bd li:hover{
		background-color: #fff;
	}

	/* 新增楷模轮播图样式 */
	.kaimo-lunbo {
		width: 1050px;
		margin: 20px auto 0;
		position: relative;
		overflow: hidden;
	}
	.swiper-container2 {
		width: 100%;
	}
	.swiper-container2 a {
		display: block;
	}
	.swiper-container2 img{
		width: 245px;
		height: 102px;
	}
	.w1250{width:1250px;overflow:hidden;margin: 0 auto;}
	.zxrd .zxrd-list {
    padding: 70px 0px 100px 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.inner {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: content-box;
}
.zxrd .zxrd-list ul {
    display: flex;
    justify-content: space-between;
}
.zxrd .zxrd-list ul li {
    width: 33%;
    position: relative;
    box-sizing: border-box;
    flex: 1;
    box-shadow: 0 0 15px #aaaaaa;
    /* background: #f4f4f4; */
    margin: 0 50px;
    outline: none;
    overflow: hidden;
}
.zxrd .zxrd-list ul li .pic {
    width: 100%;
    padding-top: 56%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.zxrd .zxrd-list ul li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    transition: all ease 0.2s;
}