body {
	min-width: 1200px;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
input {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	font: inherit;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.nomar-r {
	margin-right: 0 !important;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}

/**头部**/

.header {
	background: url(../images/head_bg.jpg) no-repeat center;
	height: 196px;
	width: 100%;
	min-width: 1200px;
}

/**logo**/
.logo {
	height: 94px;
	overflow: hidden;
	margin-top: 50px;
}
.logo img{
	height: 94px;
}

/**搜索框**/
.search {
	margin-top: 53px;
	border:1px solid #6ea8aa;
	width: 175px;
	height: 30px;
	padding-left: 10px;
}
.search .text {
	border: none;
	background:none ;
	height: 28px;
	width: 132px;
	font-size: 13px;
	color: #fff;
}
.search .sub {
	vertical-align: middle;
}

/* 导航 */
.nav {
	background: #de9c4c;
}

.nav .layui-nav {
	background: none;
}

.nav .layui-nav .layui-nav-item {
	line-height: 45px;
}


.nav .layui-nav .layui-this:after,
.nav .layui-nav-bar,
.nav .layui-nav-tree .layui-nav-itemed:after {
	background-color: #fff;
}
.layui-nav .layui-nav-item a:hover {
	font-weight: bold;
}

/* ---子导航 */
.nav .layui-nav-child {
	top: 45px;
	border: 0;
	background: #de9c4c;
	border-radius: 0px;
}

.nav .layui-nav .layui-nav-child a {
	color: #FFFFFF;
}
/*焦点图*/
.banner {
	width: 100%;
	height:540px ;
}
.banner_bar {
	width: 100%;
	height: 260px;
}
.focusBox {
	position: relative;
	width: 100%;
	height: 540px;
	overflow: hidden;
}

.focusBox .pic img {
	width: 100%;
	height: 540px;
	display: block;
}


.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 18px;
	left: 50%;
}

.focusBox .num li {
	position: relative;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #026868;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.focusBox .num li span {
	z-index: 1;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #026868;

}


/**主体**/
.main {
	min-height: 1200px;
	
position: relative;
}
/**侧边栏**/
.main_aside {
	width: 72px;
	height: 262px;
	position: absolute;
	top:126px;
	right: 18px;

}
.main_aside ul li {
	margin-bottom: 20px;
    position: relative;
    width: 70px;
    height: 70px;
    background: #00696c;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}
.main_aside ul li i {
	display: none;
	width: 90px;
	height: 82px;
	background: url(../images/weixin_02.png) no-repeat center;
	position: absolute;
	left:-90px;
	top: 0;
}
.main_aside ul li:hover{
   background: #de9c4c;
}

.main_aside ul li:nth-child(1):hover i{
	display: block;
}

/**第一部分**/
.row {
	width: 100%;
	margin-top: 50px;
}
/**呼院要闻**/
.hyyw {
	width: 560px;
	height: 450px;
	position: relative;
}
.tit-line {
	width: 26px;
	height: 31px;
	background: url(../images/news_icon.png) no-repeat left center;
	position: absolute;
	top: 0;
	left: -46px;
}
.index-tit {
	height: 38px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.index-tit>a {
	display: inline-block;
	border-bottom: 2px solid #024f51;
	font-size: 22px;
	height: 38px;
	font-weight: bold;
	color: #00696c;
}
.index-tit .tit_date a{
	font-size: 12px;
	color: #666666;
}
/* 轮播图 */
.txMovie {
	position: relative;
	width: 100%;
	height: 380px;
}

.txMovie .focus_pic {
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.txMovie .focus_pic li {
	vertical-align: top;
	margin-right: 20px;
}

.txMovie .focus_pic .pic_img img {
	width: 260px;
	height: 140px;
	display: inline-block;
	vertical-align: top
}

.txMovie .focus_text {
	width: 241px;
	height: 160px;
	padding: 40px 9px 34px 10px;
	background: #f5f5f5 url(../images/news_bg.png) no-repeat bottom right;
	overflow: hidden;
}

:root .txMovie .focus_text {
	-ms-filter: none;

}

.txMovie .focus_text h2 a {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}

.txMovie .focus_text h2 a:hover {
	font-weight: bold;
}

.txMovie .focus_text .sub_tit {
	padding-left: 22px;
	margin-bottom: 20px;
	color: #808080;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/date_icon.png) no-repeat left center;
	font-size: 14px;
}

.txMovie .focus_text .txt{
	color: #808080;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden
}

/**热点专题**/
.rdzt {
	width: 562px;
	height: auto;
	position: relative;
}
.rdzt .rdzt_list {
	margin-top: -16px;
}
.rdzt .rdzt_list ul li {

	line-height: 45px;
	padding-left: 20px;
	background: url(../images/li_icon_01.png)no-repeat center left;
}
.rdzt .rdzt_list ul li a {
	color: #333333;
}
.rdzt .rdzt_list ul li a:hover{
	color: #de9c4c;
}

/**第二部分**/
.row2 {
	width: 100%;
	margin-top: 50px;
}
.bmdt {
	width: 560px;
	height: 450px;
	position: relative;
}

/**部门动态tab切换**/

.inBox {
	width: 100%;
	height: 38px;
}
.inBox .inHd {
	height: 38px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}

.inBox .inHd ul li a{
	display: block;
	margin-right: 38px;
	font-weight: bold;
	font-size: 22px;
	height: 37px;
	color: #6f6f6f;
}

.inBox .inHd ul li.on a {
	color: #00696c;
	border-bottom: 2px solid #024f51;
}
.inBox .inBd ul {
	width: 100%;
	zoom: 1;
	position:relative;
}
.inBox .inBd li {
	padding-left: 26px;
	background: url(../images/li_icon_02.png)no-repeat center left;
}
.inBox .inBd ul li a {
	line-height: 44px;
	color: #333333;
	font-size: 16px;
}
.inBox .inBd .tit_date {
	font-size: 12px;
	color: #666666;
	position: absolute;
	right: 0;
	top: -62px;
}
.inBox .inBd ul li a:hover {
	font-weight: bold;
}
.inBox .inBd .first {
	width: 100%;
	height: 137px;
	background:none;
	padding-left: 0;
}
.inBox .inBd .first .inBd_pic {
	width: 200px;
	height: 130px;
	overflow: hidden;
}
.change_img{
	width: 100%;
	transition: 0.3s;
	cursor: pointer;
}
.inBd_pic:hover .change_img{
	transform: scale(1.1);
}
.inBox .inBd .first .inBd_txt{
	width: 320px;
}
.inBox .inBd .first .inBd_txt a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
}
.inBox .inBd .first .inBd_txt .inBd_text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.inBox .inBd .first .inBd_txt .date {
	font-size: 14px;
	color: #6e6e6e;
	padding-left: 26px;
	background:url(../images/date_icon.png)no-repeat center left;
}
.inBox .inBd .first .inBd_txt a:hover {
	color: #de9c4c;
}

/**理论学习tab切换**/
.llxx {
	width: 562px;
	height: auto;
	position: relative;
}

/**第三部分**/
.row3 {
	width: 100%;
	margin-top: 50px;
}

/**菁菁校园**/
.subject {
	width: 100%;
	height: 234px;
	position: relative;
}

/* 点击切换 */

.linkScroll {
	width: 1200px;
}

.picList {
	overflow: hidden;
	zoom: 1;
}

.linkScroll .link_pic li {
	_display: inline;
	margin-right: 27px;
	position: relative;
}
.linkScroll .link_pic .link_img {
	overflow: hidden;
	width: 273px;
	height: 170px;
}
.link_img:hover .change_img {
	transform: scale(1.1);
}
.linkScroll  .link_img img {
	display: block;
	margin: 0 auto;
}

/**第四部分**/
.row4 {
	width: 100%;
	height: 330px;
	margin-top: 50px;
}


/* 媒体呼院 */
.mthy {
	width: 560px;
	height: 260px;
	position: relative;
}

.mthy-list ul li {
	width: 100%;
	margin-bottom: 10px;
}

.mthy-list .mthy-date {
	box-sizing: border-box;
	width:59px;
	height: 59px;
	background: url(../images/date_bg.jpg)no-repeat center;
	position: relative;
	transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out; /* Firefox 4 */
	-webkit-transition: 0.1s ease-out; /* Safari and Chrome */
	-o-transition: 0.1s ease-out; /* Opera */
}

.mthy-list .mthy-date .day {
	display: block;
	padding: 9px 0 0 5px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.mthy-list .mthy-date .month {
	position: absolute;
	bottom: 12px;
	left: 6px;
	width: 46px;
	height: 16px;
	line-height: 22px;
	text-align: right;
	font-size: 14px;
	color: #383838;
}

.mthy-list ul li:hover .mthy-date {

	
}


.mthy-list .mthy-text {
	box-sizing: border-box;
	width: 478px;
	height: 59px;
	padding: 6px 0;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}

/**新媒体**/
.xmt {
	width: 562px;
	height: auto;
	position: relative;
}
.xmt-list ul li {
	width: 100%;
	margin-bottom: 23px;
}

.xmt-list .xmt-mt {
	width: 40px;
	height: 23px;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	background: #de9c4c;
}
.xmt-list .xmt-text {
	width: 508px;
}
.xmt-list .xmt-text a {
	line-height: 23px;
}
.xmt-list .xmt-text .date {
	color: #6e6e6e;
	font-size: 14px;
}


/* 底部 */
.footer{
	width: 100%;
	height: 172px;
	background: #00696c;
}
.foot_bg {
	width: 100%;
	height: 20px;
	background: #00696c url(../images/foot_bg.jpg) repeat center top;
}
.footer .fmain-c{
	width: 524px;
	margin: 38px auto 0;
}
.footer .fmain-c h3{
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
}

.footer .fmain-c ul li{
	margin-right: 15px;
	color: #fff;
	box-sizing: border-box;
}

.footer .copyright{
	line-height: 35px;
	color: #a4bebf;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

/* 二级页 */

.content {
	padding-top: 50px;
}
/*- 左侧 */
.list-left{
	width: 228px;
	min-height: 446px;
	background: #f2f2f2 url(../images/aside_bg.png) no-repeat center bottom;
}
/* ---侧导航 */
.lm-name{
	background: #00696c;
	box-sizing: border-box;
	width: 228px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	margin-bottom: 10px;
}
.list-left .layui-nav {
	background: none;
	width: 228px;
}
.list-left .layui-nav-tree .layui-nav-item{
	width: 209px;
	margin: 0 auto 10px;
	background: #fff url(../images/aside_icon_01.jpg) no-repeat left center;
}
.list-left .layui-nav-tree .layui-nav-item a{
	color: #333333;
	padding-left:70px;
	font-size: 16px;
	font-weight: bold;
}
.list-left .layui-nav-tree .layui-nav-itemed>a{
	background: #de9c4c url(../images/aside_icon_02.jpg) no-repeat left center;
}
.list-left .layui-nav-tree .layui-nav-item>a:hover{
	background: #de9c4c url(../images/aside_icon_02.jpg) no-repeat left center;
	color: #FFFFFF;
}

.list-left .layui-nav-tree .layui-nav-item li a{
	padding-left: 87px;
	background: #f2f2f2 url(../images/aside_li_icon.png) no-repeat 70px center;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.list-left .layui-nav-tree .layui-nav-item li a:hover{
    color: #de9c4c;
}
/* ----------箭头 */
.list-left .layui-nav .layui-nav-more{
		border-style: dashed solid dashed;
	    border-color: transparent transparent transparent #666;
		margin-top: -6px;
		right: 6px;
		border-width: 4px;
	}
.list-left .layui-nav .layui-nav-mored,.list-left .layui-nav-itemed>a .layui-nav-more{
		margin-top: -4px;
		right: 10px;
		border-color: #fff transparent transparent ;
	}
.list-left .layui-nav-tree .layui-nav-bar{
		background-color: #f2f2f2;
	}
	
/*- 右侧 */
.list-right{
	width: 930px;
}
.list-title{
	position: relative;
	height: 48px;
	border-bottom: 1px solid #b3b3b3;
	line-height: 48px;
	color: #de9c4c;
	font-size: 21px;
	font-weight: bold;
}
.list-title .dqlm{
	display: block;
	float: left;
	border-bottom: 2px solid #de9c4c;
	height: 48px;
}
/* ---面包屑 */
.layui-breadcrumb{
	position: absolute;
	right: 10px;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: normal;
	color: #888888;
}
.layui-breadcrumb a cite{
	color: #888888;
}
.layui-breadcrumb a:hover{
	color: #269aec!important;
}

/* ----列表 */
.list-con{
	padding: 10px 0;
}
.list-con ul li{
	height: 55px;
	line-height: 55px;
	background: url(../images/list_li_icon.png) no-repeat left center;
	padding-left: 15px;
	font-size: 16px;
	color: #454545;
	border-bottom: 1px dashed #e2e2e2;
}
.list-con ul li .date{
	float: right;
	color: #999999;
	font-size: 12px;
}

/* ----正文 */
.page-con{
	padding: 20px;
	border-bottom: 1px dashed #d3d3d3;
}
.page-con .page-title{
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 20px;
	text-align: center;
}
.page-con .page-title h1{
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	line-height: 45px;
}
.page-con .page-title h2{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.page-con .page-title .date{
	font-size: 15px;
	color: #999999;
	line-height: 35px;
}
.page-con .page-title .date span{
	padding: 0 10px;
}
.page-con .article{
	padding: 20px 0;
	line-height: 200%;
	font-size: 15px;
}
.page-con .article p{text-indent: 2em;margin: 10px 0;color: #555555;}
.page-con .article p img{ max-width: 100%;margin: 10px;}
.page-con .article p table td{text-indent: 0;}/* 表格内容不缩进 */
.page-con .page_next {
	margin-top: 42px;
}
.page_next {
	margin-top: 40px;
}
.page_next a {
	font-size: 16px;
	color: #555555;
	line-height: 28px;
}
.page_next a:hover {
	color: #de9c4c;
}