/* CSS Document */
.top
{
	height: 25px;
	line-height: 25px;
	background: #e3e2e2;
	margin: 0px auto;
}

.top-left
{
	float: left;
	background: #ec9232;
	color: #fff;
}

	.top-left a
	{
		color: #fff;
		text-align: center;
		padding: 0px 10px;
	}

.top-right
{
	float: right;
	width: 70px;
	text-align: center;
	background: #cb0100;
}

	.top-right a
	{
		color: #fff;
		font-weight: bold;
	}

.headmain
{
	margin: 0px auto;
	background: #fff;
}

.login
{
	margin: 30px 0px;
	float: right;
}

.form-control.form-input
{
	border: solid 1px #e3e3e3;
	border-radius: 0px;
	color: #666;
	height: 25px;
	line-height: 12px;
	width: 80px;
	font-size: 12px;
}

.btn-login
{
	background: #3b3b3b;
	border: none;
	border-radius: 0px;
	color: #fff;
	padding: 4px 0px;
	width: 70px;
	font-size: 12px;
}

	.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active, .open .dropdown-toggle.btn-login
	{
		color: #fff;
		background: #262626;
		border-color: #262626;
	}

.min-menu
{
        min-height:40px;
	margin: 0px auto;
	background: #2491ca;
}

.navbar-nav
{
	margin: 0px;
}
.navbar-nav li:first-child .caret,.navbar-nav li:nth-child(3) .caret{

    display: none;
}
.carousel-indicators
{
	margin-left: 0px;
	bottom: 7px;
	left: 25%;
}

.carousel-caption
{
	bottom: 0px;
	background: none repeat scroll 0 0 #000;
	left: 0px;
	right: auto;
	opacity: 0.8;
	padding: 7px 20px;
}

	.carousel-caption h3
	{
		font-size: 16px;
	}

		.carousel-caption h3 a
		{
			color: #fff;
		}

.carousel-indicators .active
{
	background-color: #CB0100;
	border: 1px solid #CB0100;
	margin: 1px 4px;
}

.carousel-indicators li
{
	background: #fff;
	border: 1px solid #fff;
	margin: 1px 4px;
}

.carousel-control
{
	width: 2%;
}

.menu
{
	background: #2491ca;
}

/******导航*****/
.navbar
{
	margin-bottom: 0px;
}

.first
{
	/*width: 147px;*/
}

.navbar-default .navbar-collapse li a
{
	display: block;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 53px;
	min-width: 155px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active
{
	background: #ec9232;
	color: #fff;
}

.navbar-nav .dropdown-menu li
{
	line-height: 32px;
	color: #333;
	min-width: 180px;
}

.navbar-default .dropdown-menu li a
{
	display: block;
	color: #333;
	line-height: 30px;
	 padding: 0 10px;
}


.navbar-default
{
	background: none;
	border: none;
}

.navbar-brand a
{
	color: #fff;
	font-size: 18px;
	padding: 10px 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	color: #333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background: #5d5c5c;
	color: #fff;
}

.navbar-collapse
{
	padding: 0px;
}
/*.menu-list{ margin:0px; padding:0px 9px;}*/


.banner-main
{
	margin: 0px auto;
	background: #e5e3e6;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.con
{
	margin: 0px auto;
}

.connr
{
	background: #fff;
	box-shadow: 0px 0px 2px #c9c7c7;
}

.con-top
{
	/*background: #f3f0f0;修改部分*/
	padding: 15px 15px 0px 15px;
}

.module-left
{
	margin-right: 12px;
}

.module-tit
{
	line-height: 32px;
}

.module-tit-bt
{
	float: left;
	font-size: 18px;
	font-weight: bold;
}

/*.more {
    float: right;
    width: 55px;
}*/

.module-nr
{
	padding-top: 8px;
}

.module-list
{
	border-bottom: dotted 1px #a2a1a1;
	padding: 20px 0px;
	margin:3px 0px;
	height: 120px !important;
}

.news-nr .tempWrap
{
	margin: 10px 0px;
}

.calendar
{
	text-align: center;
	margin: 0px auto;
}

	.calendar .month
	{
		background: #cb0100;
		border: solid 1px #cb0100;
		color: #fff;
		border-radius: 3px 3px 0px 0px;
		float: left;
		font-size: 11px;
		padding: 3px;
		width: 100%;
	}

	.calendar .day
	{
		background: #ffffff;
		border: solid 1px #e7e7e7;
		border-radius: 0px 0px 3px 3px;
		border-top: none;
		color: #000;
		float: left;
		font-family: Arial;
		font-size: 25px;
		font-weight: bold;
		padding: 8px 0;
		width: 100%;
	}

.list-tit a
{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

	.list-tit a:hover, .module-ul a:hover, .xxnr-ul a:hover, .links-nr a:hover
	{
		text-decoration: none;
		color: #93243b;
	}




/*修改部分*/
.list-nr
{
	/*padding-top: 8px;修改*/
	line-height: 24px;
}

.module-right
{
	margin-left: 12px;
}

.nav-btul li
{
	float: left;
}
	/*修改部分*/
	.nav-btul li.active
	{
		background: none;
	}

		.nav-btul li.active a
		{
			color: #cb0100;
		}

.nav-btul a
{
	padding: 0px 4px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
}

.con-bott .img-responsive
{
	float: right;
}

.nav-btul a:hover
{
	text-decoration: none;
	color: #cb0100;
}

.module-xx
{
	padding: 15px 15px 15px 4px;
}

.module-ul li, .xxnr-ul li
{
	line-height: 32px;
	background: url(../images/tb.jpg) no-repeat left center;
	padding-left: 12px;
}

.time
{
	float: right;
	color: #888;
}

.module-ul a, .xxnr-ul a
{
	color: #333;
}

/*.reach-tit {
    margin: 0px 18px 0px 0px;
}*/

.reach-tit-bt
{
	background: #bcbbbb;
	text-align: center;
	/*margin: 0px 10px;*/
}

	.reach-tit-bt a
	{
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #333;
		padding: 18px 10px;
	}

.reach-nr
{
	padding: 10px 0px 0px 0px;
}

.more
{
	float: right;
}

.module-hof
{
	background: #e84e4d;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: center;
	padding: 8px 0px;
}

	.module-hof a, .module-acrt a
	{
		display: block;
		color: #fff;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}

.font-china a
{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
}

.module-hof a:hover, .module-acrt a:hover
{
	text-decoration: none;
}

.module-acrt
{
	background: #f79124;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: center;
	padding: 8px 0px;
}

.con-min
{
	padding: 20px 15px;
	background: #f5f5f5; /*修改部分*/
}
/*修改部分*/
.linksbg
{
	background: #fff;
	line-height: 40px;
}

.xuepos
{
	position: relative;
}

.pos-x ul
{
	overflow: hidden;
	padding: 11px 15px 0;
	width: 30%;
	margin: 0px auto;
}

	.pos-x ul li
	{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #666;
		display: block;
		float: left;
		margin: 0 3px;
		text-indent: 1000px;
		cursor: pointer;
	}

		.pos-x ul li.on
		{
			background: #921910;
		}

.xue-tit
{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height:31px;
}

.honer
{
	float:left;
}


.xue-ul, .xue-ul2
{
	padding-top: 30px;
}

    .xue-ul2 ul li
	{
		margin-bottom: 18px;
	}

		.xue-ul ul li a, .xue-ul2 ul li a
		{
			font-size: 14px;
			font-weight: bold;
			color: #333;
		}

		.xue-ul ul li p, .xue-ul2 ul li p
		{
			font-size: 12px;
			line-height: 22px;
			color: #666;
		}

		.xue-ul ul li {
    height: 179px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}


.borright
{
	margin-left: 15px;
	border-left: 1px dashed #ccc;
	min-height: 65px;
}

	.borright h5
	{
		margin-bottom: 10px;
	}

	.borright img
	{
		vertical-align: sub;
		margin-right: 8px;
	}

.borr
{
}

	.borr .date-x
	{
		color: #c60c30;
		line-height: 30px;
		margin-top: 22px;
		text-align: center;
	}

	.borr .time-x
	{
		text-align: center;
	}

.guang-top
{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

	.guang-top a.more1, .xue-tit a.more1
	{
		color: #333;
		font-size: 15px;
		font-weight: normal;
	}

.fen-div
{
	padding-top: 20px;
}

.new-text
{
	margin-top: 7px;
}

.date-ul
{
	margin-top: 6px;
}

	.date-ul li h5 a
	{
		font-size: 12px;
		font-weight: bold;
		color: #333;
		line-height: 30px;
	}

	.date-ul li
	{
		background: url(../images/jia.jpg) no-repeat left 8px;
		padding-left: 20px;
	}

		.date-ul li span
		{
			color: #888;
			margin: 3px 0;
			display: block;
		}

		.date-ul li p
		{
			line-height: 22px;
			font-size: 12px;
		}

.new-text li
{
	line-height: 26px;
}

	.new-text li a
	{
		color: #333;
		background: url(../images/jia.jpg) no-repeat left center;
		padding-left: 15px;
	}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.module-bot ul
{
	overflow: hidden;
	width: 30%;
	margin: 10px auto;
}

	.module-bot ul li
	{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #666;
		display: block;
		float: left;
		margin: 0 3px;
		text-indent: 1000px;
		cursor: pointer;
	}

.module-bot li.on
{
	background: #921910;
}


/*修改结束*/

.reach-module
{
	position: absolute;
}

.tit
{
	background: url(../images/img01.png) no-repeat center top;
	height: 120px;
	line-height: 32px;
	padding: 26px;
	position: relative;
}

	.tit a
	{
		color: #333;
		font-size: 14px;
	}

		.tit a:hover, .tit a.active, .reach-tit-bt a:hover, .reach-tit-bt a.active
		{
			text-decoration: none;
			color: #805a00;
		}

.con-bott
{
	padding: 15px 0px;
}

.pic
{
	float: left;
	width: 90px;
	margin-right: 8px;
}

.report-xx
{
	float: left;
	margin-right: 13px;
	width: 134px;
}

.report-tit
{
	/*font-weight: bold;*/
	padding-bottom: 5px;
}

	.report-tit a
	{
		color: #333;
	}

		.report-tit a:hover
		{
			color: #93243b;
		}

.btn-tit
{
	line-height: 32px;
}

.report-nr
{
	line-height: 20px;
}

/*.pull-left {
    width: 240px;
}*/


.links
{
	background: #dfdfdf;
	line-height: 40px;
}

.links-tit
{
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
}

.links-nr li
{
	float: left;
	margin: 0px 12px;
}

.links-nr a
{
	color: #333;
	font-size: 12px;
	/*修改部分*/
}

.foot
{
	margin: 0px auto;
	background: #2491ca;
}

.foot-nr
{
	background: #2491ca;
}

.foot-wz
{
	background: #2491ca;
	text-align: right;
	line-height: 24px;
	color: #fff;
	padding: 20px 0px;
}

	.foot-wz a
	{
		color: #fff;
	}


.con-bott .col-sm-2, .con-bott .col-md-2
{
	padding: 0px 30px 0px 0px;
	margin: 0px;
}

.con-top .col-xs-12, .con-top .col-sm-6, .con-top .col-md-6, .con-top .col-lg-6
{
	padding: 0px;
	margin: 0px;
}

.con-min .col-xs-12, .con-min .col-sm-1, .con-min .col-md-1
{
	padding: 0px;
	margin: 0px;
}

.main .col-xs-12, .main .col-sm-3, .main .col-md-3
{
	padding: 0px;
	margin: 0px;
}



/******内页样式******/
.nav-path
{
	line-height: 35px;
	background: #f0eeee;
	border-bottom: solid 1px #e3e3e3;
	padding-left: 15px;
}

	.nav-path a
	{
		color: #333;
		padding: 0px 5px;
	}

		.nav-path a:hover
		{
			text-decoration: none;
			color: #82021d;
		}

.main
{
	margin-top: 2px;
}

.side-nav-panel
{
	border-right: solid 1px #e3e3e3;
	padding-bottom: 60px;
}

.nav-panel-title
{
	height: 65px;
	background: #2491ca;
	padding: 8px 12px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.font-china
{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.slide-nav-ul li
{
	line-height: 32px;
	border-bottom: solid 1px #fff;
}

.slide-nav-ul i
{
	font-size: 14px;
	vertical-align: middle;
	padding-right: 10px;
}

.slide-nav-ul a
{
	display: block;
	background: #dfe1e0;
	padding-left: 13px;
	color: #333;
	font-size: 14px;
}

	.slide-nav-ul a:hover, .slide-nav-ul a.active,.slide-nav-ul a.selected,.slide-nav-ul a.parent
	{
		background: #ec9232;
		color: #fff;
		text-decoration: none;
	}

.slide-nav-item-ul li
{
	line-height: 32px;
	border-bottom: dotted 1px #666;
	margin: 0px 15px;
}

.slide-nav-item-ul i
{
	font-size: 11px;
	vertical-align: middle;
	padding-right: 10px;
}

.slide-nav-item-ul a
{
	padding-left: 12px;
	background: none;
}

	.slide-nav-item-ul a:hover, .slide-nav-item-ul a.active, .slide-nav-item-ul a.selected{
		text-decoration: none;
		color: #82021d;
		background: none;
	}

.right-tit
{
	border-bottom: solid 2px #9c9c9c;
	padding: 15px 0px 5px 15px;
	font-size: 17px;
}

/**重写bootstrap***/

@media only screen and (max-width: 767px)
{
	.navbar-default .navbar-collapse li a
	{
		line-height: 40px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a
	{
		color: #fff;
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
		{
			color: #bdbcbc;
		}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header
	{
		padding-left: 36px;
	}

	.navbar-collapse
	{
		padding: 0px 2px;
	}

	.navbar-nav li
	{
		background: #2491ca;
		border-bottom: 1px #fff solid;
	}

	.calendar
	{
		margin: 0px auto;
	}

	.con-min .img-responsive, .con-bott .img-responsive
	{
		margin: 0px auto;
		float: none;
		padding-bottom: 12px;
	}

	.module-left
	{
		margin-right: 0px;
	}

	.reach-nr
	{
		margin-bottom: 10px;
	}

	.module-list col-sm-2, .module-list .col-md-2
	{
		margin-bottom: 5px;
	}

	.pull-left
	{
		margin-bottom: 6px;
		width: 100%;
	}

	.con-bott .col-sm-2, .con-bott .col-md-2
	{
		padding: 0px 15px;
	}

	.reach-module
	{
		position: inherit;
	}

	.tit
	{
		background: #bdbcbc;
		position: inherit;
		width: 120px;
		padding: 15px 0px;
		text-align: center;
		margin: 0px auto;
		height: 100px;
	}

	.xxnr-ul li
	{
		line-height: 18px;
		background: url(../images/tb.jpg) no-repeat left 12px;
		padding: 5px 0px 5px 12px;
	}

	.module-ul li
	{
		line-height: 22px;
		background: url(../images/tb.jpg) no-repeat left 15px;
		padding: 5px 0px 5px 12px;
	}

	.time
	{
		float: none;
	}

	.reach-tit-bt
	{
		margin-bottom: 10px;
	}

	/*li.dropdown {
        border-bottom: none;
    }*/

	.dropdown-menu li
	{
		border-bottom: none;
	}

	.main-right
	{
		padding: 0px;
		margin: 15px;
	}

	.view-cnt
	{
		padding-right: 15px;
	}

	.links-tit
	{
		text-align: left;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}
}

@media (min-width:767px) and (max-width:991px)
{
	.module-list .col-sm-9, .module-list .col-md-9
	{
		margin-left: 12px;
	}

	.module-left
	{
		margin-right: 0px;
	}

	.tit
	{
		background: #bdbcbc;
		position: inherit;
		width: 90px;
		padding: 15px 0px;
		text-align: center;
		margin: 0px auto;
		height: 100px;
	}

	.xxnr-ul li
	{
		line-height: 18px;
		background: url(../images/tb.jpg) no-repeat left 12px;
		padding: 5px 0px 5px 12px;
	}

	.con-bott .col-sm-2, .con-bott .col-md-2
	{
		padding: 0px 15px;
	}

	.pull-left
	{
		margin-bottom: 12px;
	}

	.report-xx
	{
		float: left;
		margin-right: 13px;
		width: 127px;
	}

	.reach-tit .col-xs-12, .reach-tit .col-sm-6, .reach-tit .col-md-6
	{
		padding-right: 5px;
	}

	.links-tit
	{
		text-align: left;
	}

	.borright
	{
		border: none;
	}

	.banner-main
	{
		height: auto;
	}

	.module-nr
	{
		padding-bottom: 12px;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}

	.view-title
	{
		line-height: 30px;
		font-size: 16px;
	}

	.navbar-header
	{
		float:none;
	}

	.navbar-nav > li
	{
		float:none;
	}

	.navbar-toggle
	{
		display:block;
	}

	.navbar-collapse.collapse
	{
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1200px)
{
	.xxnr-ul li
	{
		line-height: 18px;
		background: url(../images/tb.jpg) no-repeat left 12px;
		padding: 5px 0px 5px 12px;
	}

	.tit
	{
		background: #bdbcbc;
		position: inherit;
		width: 90px;
		padding: 15px 0px;
		text-align: center;
		margin: 0px auto;
		height: 100px;
	}

	/*.con-bott .col-sm-2, .con-bott .col-md-2 {
        padding: 0px 20px 0px 12px;
        margin: 0px;
    }*/


}

@media (min-width: 321px) and (max-width: 360px)
{
	.report-xx
	{
		float: left;
		margin-right: 0px;
		width: 230px;
	}

	.borright
	{
		border: none;
	}

	.banner-main
	{
		height: auto;
	}

	.xue-ul, .xue-ul2
	{
		padding-top: 15px;
	}

	.fen-div
	{
		padding-top: 5px;
	}

	.module-nr
	{
		padding-bottom: 12px;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}

	.view-title
	{
		line-height: 30px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 320px)
{
	.report-xx
	{
		float: left;
		margin-right: 0px;
		width: 190px;
	}

	.borright
	{
		border: none;
	}

	.banner-main
	{
		height: auto;
	}

	.xue-ul, .xue-ul2
	{
		padding-top: 15px;
	}

	.fen-div
	{
		padding-top: 5px;
	}

	.module-nr
	{
		padding-bottom: 12px;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}

	.view-title
	{
		line-height: 30px;
		font-size: 16px;
	}
}

.links .col-md-1, .links col-md-11
{
	padding: 0px;
}






.possplit {
    background:none;
    display:initial;
    padding:0 3px;
}


.wp_articlecontent .list-paddingleft-2{
    padding-left:0px;
}

.tiaoxian ul li {
    list-style: none;
}
.tiaoxian>.fr,
.tiaoxian>.fl{
    width: 50%;
}

.tiaoxian h4{
    font-size: 20px;
    color: #2491ca;
    font-weight: bold;
}
.tiaoxian .li-tt p{
    font-size: 16px;
    color: #ec9232;
}
.tiaoxian .li-tt{
    width: 45%;
    padding-top: 25px;
}
.tiaoxian img{
    width: 100%;
}
