﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;

}
a{

    color: #333;
    cursor: pointer;
}

.bfc::after {
    content: "";
    display: block;
    clear: both;
}
.container{
    width: 1180px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 16px;
}
 .container .dqwz {
    height: 30px;
    line-height: 30px;
    width: 1200px;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 5px;
    background: white;
    color: #333;
}
 .container .dqwz a{
    color: #333;
}

.container .dqwz a:hover{
    color: #085ABD;
}
/* 信息无障碍样式 */
.ht ul {
    display: flex;
    float: right;
}
.pop {
	display: none;
	width: 380px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 20px 25px 15px 25px;
	z-index: 130;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
	position: fixed;
}
.pop-content {
	text-align: center;
}

.pop-content p {
	font-size: 18px;
	line-height: 45px;
	color: #333;
}

.pop-foot {
	line-height: 55px;
	border-top: 2px #E5E5E5 solid;
	text-align: center;
}

.pop-foot a:hover{
	background: #ff4d4d;
	color: #fff;
}

.pop-cancel,
.pop-ok {
	padding: 5px 20px;
	margin: 15px 5px;
	border: none;
	border-radius: 5px;
	background-color: #337AB7;
	color: #fff;
	cursor: pointer;
}

.pop-cancel {
	background-color: #FFF;
	border: 1px #CECECE solid;
	color: #000;
}


.bgPop {
	display: none;
	position: absolute;
	z-index: 129;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	position: fixed;
}

