
* {
    color:#333;
}

/* 头部样式 start  */
.dyz_header {
    width: 100%;
    background-color: #183a83;
    padding: 20px 0;
}

.dyz_header .dyz_header_content {
    width:80%;
    margin:0 auto;
    background: url(/ywwzgb/home2021031810_03.png) no-repeat center;
}

.dyz_header .dyz_header_content .dyz_header_logo {
    margin-top: 38px;
}

.dyz_header .dyz_header_content .dyz_header_logo a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.dyz_header .dyz_header_content .search {
    margin-top: 75px;
    display: flex;
}

.dyz_header .dyz_header_content .search #sform {
    margin-right:15px;
}

.dyz_header .dyz_header_content .search .text {
    border-radius: 10px 0 0 10px;
    border: none;
    height: 22px;
}

.dyz_header .dyz_header_content .search .sub {
    width: 26px;
    height: 22px;
    background: url(/ywwzgb/ywwzsearch20210223_03.png);
    border: none;
    margin-left: -5px;
    vertical-align: bottom;
    cursor: pointer;
}

@media screen and (max-width:1200px){ 

    .dyz_header .dyz_header_content .dyz_header_logo a img:nth-child(1) {
        width: 50px;
}

.dyz_header .dyz_header_content .dyz_header_logo a img:nth-child(2) {
    width:60%;
}
}

  @media screen and (max-width: 935px) { 
    .dyz_header .dyz_header_content .search {
 margin-top:0;
    }
   
  }

@media screen and (max-width:800px){
    .dyz_header {
        padding:0;
    }
 
    .dyz_header .dyz_header_content {
        display:flex;
        flex-direction: column;
       padding: 15px 0;
       width:100%;
    }

    .dyz_header .dyz_header_content .dyz_header_logo {
        width: 95%;
        margin: 0 auto;
    }

       .dyz_header .dyz_header_content .dyz_header_logo a img:nth-child(1) {
               width: 6%;
       }

       .dyz_header .dyz_header_content .dyz_header_logo a img:nth-child(2) {
           width:40%;
       }

    .dyz_header .dyz_header_content .search {
        
        text-align: center;
        margin:0 auto;
        margin-top: 35px;
    }

}

@media screen and (max-width:500px){ 
.dyz_header .dyz_header_content .search #sform {
    margin-right:8px;

}

.dyz_header .dyz_header_content .search a img {
    width: 69%;
    margin-top: 3px;

}
}
	 /* 头陪 ent */
 
 
 
 /* 列表页内容样式 start */
 .dyz_wrap_content .bx {
        width: 1200px;
        margin:0 auto;
    }

    .dyz_wrap_content .xiaobx {
        width: 1150px;
        margin:0 auto;
    }

    .dyz_wrap_content .area {
        margin-top:30px;
    }

    .dyz_wrap_content .area a:hover {
        text-decoration: underline;
    }

    .dyz_wrap_content .listtitle {
        font-weight: bold;
        font-size: 30px;
        color:#183a83;
        margin-top: 20px;
        margin-left: 40px;
    }

    .dyz_wrap_content .listtitle b{
        height: 22px;
        width: 4px;
        background-color: #fed101;
        display: inline-block;
        margin-right: 12px;
    }

    .dyz_wrap_content .henxian {
        width: 1070px;
        height: 1px;
        background-color:#e9e9e9;
        margin:0 auto;
        margin-top: 40px;
    }

    .dyz_wrap_content .lists {
        width: 1070px;
        margin:0 auto;
        margin-bottom:80px;
    }

    .dyz_wrap_content .lists ul li {
        width: 1070px;
        border-bottom:1px solid #e9e9e9;
        height: 75px;
        line-height: 75px;
    }

    .dyz_wrap_content .lists ul li a {
        width: 1070px;
        font-size:16px;
    }

    .dyz_wrap_content .lists ul li a:hover {
        color:red;
    }

    .dyz_wrap_content .lists ul li a span {
        float: right;
    }

    .dyz_wrap_content .fenye a {
    float: left;
    border: 1px solid #d0d0d0;
    padding: 5px 15px;
    background: #f2f2f2;
    border-radius: 3px;
    margin: 0px 5px;
}

.dyz_wrap_content .fenye {
    margin-left:290px;
    margin-top:20px;
}

.dyz_wrap_content .fenye font {
    float: left;
    padding: 5px 10px;
}
        .dyz_wrap_content .fenye a:hover{
            text-decoration: underline;
            background-color:#183a83;
            color:#fff;
        }   
        .dyz_wrap_content .fenye .current{
             background-color:#183a83;
             color:#fff;
        }

@media screen and (max-width:1200px){
    .dyz_wrap_content .xiaobx {
        width: 90%;
    }

    .dyz_wrap_content .henxian {
        width: 100%;
        margin-top: 20px;
    }

    .dyz_wrap_content .lists {
        width: 100%;
        margin-bottom:0;
    }

    .dyz_wrap_content .lists ul li {
    width: 100%;
    }
     .dyz_wrap_content .lists ul li a {
        font-size: 17px;
        color: #333;
        display: block;
        position: relative;
        padding-right: 110px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: auto;
    }

    .dyz_wrap_content .lists ul li a span {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .dyz_wrap_content .fenye {
        display: flex;
        justify-content: center;
        margin-left:0;
    }

  
}

@media screen and (max-width:760px){
    .dyz_wrap_content .listtitle {
        font-size: 20px;
        margin-left:0;
    }

    .dyz_wrap_content .lists ul li {
    height: 57px;
    line-height: 57px;
}

     .dyz_wrap_content .lists ul li a {
        font-size: 14px;
     }

    .dyz_wrap_content .fenye a {
        padding: 5px 10px;
    }
}

 /* 列表页内容样式 ent */


/* 详细页 start */

.dyz_xilan_content {
    width: 80%;
    margin: 0 auto;
}

.dyz_xilan_content .area {
    color: #0a2536;
    font-size: 16px;
    line-height: 54px;
}

.dyz_xilan_content .area a {
    display: inline-block;
    color: #0a2536;
    font-size: 16px;
}

.dyz_xilan_content .tit {
    margin-top: 30px;
}

.dyz_xilan_content .tit h2 {
font-weight: 400;
color: #183a83;
font-size: 32px;
text-align: center;
}

.dyz_xilan_content .tit .layuan_box {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #373737;
}

.dyz_xilan_content .tit .layuan_box .date i {
    font-style: normal;
}

.dyz_xilan_content .tit .layuan_box .date i:first-child {
    margin-right: 50px;
}

.dyz_xilan_content .tit .layuan_box .size {
    margin-left:50px;
    white-space: nowrap;
}

.dyz_xilan_content .tit .layuan_box .size a {
    color: #373737;
    padding: 0 5px;
    
}
.dyz_xilan_content .xilan_text {
margin-top: 30px;
padding: 10px 0 20px 0;
border-top: 1px solid #cccccc;
overflow: hidden;
border-bottom: 1px solid #cccccc;
}

.dyz_xilan_content .xilan_text p {
    margin-bottom: 10px;
}

.dyz_xilan_content .xilan_text p img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}

.dyz_xilan_content .xilan_text .prism-player {
    height: 670px !important;
}

.over_f {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

@media screen and (max-width:800px){
    .dyz_xilan_content .area {
        line-height: 25px;
        margin-top: 10px;
    }

    .dyz_xilan_content .area a {
        font-size: 14px;
    }

    .dyz_xilan_content .tit {
        margin-top: 20px;
    }

    .dyz_xilan_content .tit .layuan_box {
        font-size: 14px;
        margin-top: 15px;
    }

    .dyz_xilan_content .tit .layuan_box .date i:first-child {
        margin-right: 15px;
    }


    .dyz_xilan_content .tit .layuan_box .size {
        margin-left:0;
        display: block;
        margin-top: 5px;
    }

    .dyz_xilan_content .xilan_text {
        margin-top: 20px;
    }


.dyz_xilan_content .xilan_text .prism-player {
    height: 390px !important;
}
    .over_f {
    display: none;
    }

    .dyz_xilan_content .tit h2 {
        font-size: 25px;
    }

    
}

@media screen and (max-width:500px){

.dyz_xilan_content .xilan_text .prism-player {
    height: 300px !important;
}

.dyz_xilan_content .tit .layuan_box .size {
        white-space: normal;
}
}

/* 详细页 ent */

/* 底部 start */


	.k-zt-fr span,
	.k-zt-fr a,
	.top-one-tab-fr a {
		color: #333;
	}

	* {
		margin: 0;
		padding: 0;
		font-family: 雅黑, 宋体;
	}

	* {
		font-family: "Microsoft YaHei" ! important;
	}

	h2,
	h3,
	h4 {
		font-size: 100%;
		font-weight: normal;
	}

	h1,
	h2,
	h3,
	h4 {
		font-weight: normal;
		font-size: inherit;
	}

	img {
		display: inline-block;
		outline: 0;
		border: 0;
	}

	ul li {
		list-style: none;
	}

	a {
		text-decoration: none;
		outline: 0;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.xiaobx {
		width: 1150px;
		margin: 0 auto;

	}

	.dbgb {
		width: 100%;
		display: flex;
		justify-content: center;

	}

	.clearfix::after {
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
	}

	.clearfix {
		*zoom: 1;
	}

	/*底部*/
	.foot1 {
		height: 240px;
		width: 100%;
		background-color: #183a83;
		margin-top: 50px;
	}

	.foot_data {
		margin-top: 74px;
		position: relative;
		padding-left: 12px;
		box-sizing: border-box;
	}

	.foot_data::before {
		content: '';
		display: inline-block;
		background-color: #fed101;
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.foot_data ul li {
		color: white;
        font-size: 14px;
	}

	.foot_data ul li a {
		color: #fff;
        font-size: 14px;
	}

	.foot_data ul li a:hover {
		text-decoration: underline;
	}

	.foot_data ul li span {
		color: #d3d7e2;
        font-size: 14px;
	}

	.foot_left b {
		width: 2px;
		height: 78px;
		background-color: #fed101;
		margin-top: 74px;
		margin-left: -9px;
		margin-right: 12px;
	}

	.foot_right {
		width: 575px;
		margin-left: 118px;
		margin-top: 68px;
	}

	.foot_right p {
		width: 388px;
		float: left;
		color: white;
		margin-left: 9px;
        font-size: 14px;
	}

	.dang {
		margin-left: 6px;
	}

	.govc {
		float: right;
	}

	.foot_text {
		width:70%;
	}

	.foot_link {
		width:30%;
	}




	@media screen and (max-width:1200px) {
		.foot1 {
			height: auto !important;
			padding-bottom: 20px !important;
		}

		.dbgb {
			display: block !important;
		}

		.foot_left {
			height: auto !important;
			float: none !important;
			padding: 20px;
		}

		.foot_data {
			width: 474px;
			height: 76px;
			margin-top: 0px !important;
		}

		.foot_right {
			margin: 0 auto;
			float: none;
			margin-top: 10px;
            padding-left: 38px;
		}

		.govc {
			margin-top: 0px !important;
		}

		.foot-left-box {
			width: 500px !important;
			margin: 0 auto !important;
		}

		.dang {
			margin-right: 6px;
		}
	}

	@media screen and (max-width:620px) {

		.dbgb {
			overflow: hidden;
		}

		.foot_left {
			box-sizing: border-box;
			width: 94vw;
			margin: 0 auto;
			text-align: left;
			padding: 0;
			margin-top: 10px;
		}

		.foot-left-box {
			width: auto !important;
		}

		.foot_data {
			width: 95%;
			height: auto;

		}

		.foot_right {
			width: 94vw;
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
            padding-left: 0px;
		}


		.foot_right p {
			float: none;
			width: auto;
			margin-bottom: 10px;
		}

		.dang {
			margin-left: 0px;
		}

		.govc {
			float: left;
		}

		.foot_text {
			width: 100%;
		}
		.foot_link {
			width: 100%;
			display: flex;
    		justify-content: center;
		}
	}



		.otherlink-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(0,0,0,.8); opacity: 0;filter:alpha(opacity=0);transition:.3s;}
.otherlink-bg.in { opacity: 1;filter:alpha(opacity=100);}
.otherlink-pop { position: fixed; top: -25%; left: 50%; z-index: 100; width: 560px; height: 200px; margin: -250px 0 0 -280px;background-color: #ffffff;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, 0.3);-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); overflow: hidden;transition:.4s;}
.otherlink-pop.in {top: 50%;}
.otherlink-pop a.offBtn { position: absolute; top: 5px; right:8px; font-size: 20px; padding: 5px 10px; color: #ccc; font-weight: 700; line-height: 20px;}
.otherlink-pop h2 { padding: 60px 40px; font-size: 16px;}
.otherlink-pop p.btns { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; background: #F5F5F5; border-top: 1px solid #ddd; text-align: right;}
.otherlink-pop p.btns a { display: inline-block;margin:9px 15px 0 0; height: 30px; line-height: 30px; padding: 0 15px; font-size: 14px; border: 1px solid #bbbbbb; color: #333; border-radius: 5px; }
.otherlink-pop p.btns a:hover { background: #E6E6E6}
.otherlink-pop p.btns a.toOtherLink { border: 1px solid #337AB7; background: #337AB7; color: #fff;}
.otherlink-pop p.btns a.toOtherLink:hover { background: #286090}

@media screen and (max-width: 760px) {
	.otherlink-pop { left: 0; width: 96%;  margin: -250px 0 0 2%;}
	.otherlink-pop h2 { padding: 50px 20px;}
}