.con {
    width: 100%;
    height: 100%;
    position: relative;
    /* background: url("/basic/images/index-banner.png") center center repeat; */
    /* background-size: cover; */
    /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/basic/images/index-banner.png', sizingMethod='scale'); */
}
.con1 {
    width: 100%;
    height: 158px;
    background: url("/basic/images/index-banner2.png") center center repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/basic/images/index-banner2.png', sizingMethod='scale');
}
.newsdetail {
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 60px;
    color: #999;
    font-size:14px;
}
.indexNewsLi {
    /* list-style-type: disc; */
    height: 25px;
    /*line-height: 25px;*/
    position: relative;
    margin-top: 20px;
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    padding-left: 0em;
}
#indexNewUl {
    display: block;
    padding-left: 0em;
    /*     list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px; */
}
.indexNewsLiSpanRight {
    width: 20%;
    height: 25px;
    margin: 0 0;
    position: absolute;
    right: 10px;
    text-align: right;
    color:#999;
}
.indexNewsLiSpanLeft {
    display: inline-block;
    width: 70%;
    height: 25px;
    margin: 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    font-size:16px;
    color:#333;
}
.foot-bar{
    color:#999;
    font-size:14px;
    margin-left:36px;
}
.header-bar{
    color:#333;
    font-size:16px;
    display:inline-block;
    height:83;
}
.am-projects-misc .active{
    border-bottom:4px solid #c60000;
    color:#c60000;
    font-weight: 700;
}
.am-list>li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    border-width: 1px 0;
    border-bottom: 1px solid #eaeaea;
}
.am-panel a{
    font-size:16px;
    color:#333;
}
.am-margin-right {
    margin-right: 0.6rem;
}
.select-span{
    margin-left:35px;
    color:#333;
}
.am-dropdown-toggle .active{
    color:#999;
}
/* 登录密码和授权弹框 */
.pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr=#66000000, endColorstr=#66000000);
}
.pop-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 4px;
}
.pop-title {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E3EA;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}
.pop-btn {
    width: 120px;
    height: 40px;
    margin: 0 auto;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.pop-input {
    margin-bottom: 15px;
}
.pop-input input {
    width: 140px;
    height: 40px;
    border: 1px solid #D8DCD5;
    border-radius: 5px;
    margin-right: 15px;
    padding-left: 12px;
    box-sizing: border-box;
    display: inline-block;
}
.pop-input-title {
    width: 56px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    text-align: right;
    margin-right: 15px;
    display: inline-block;
}
.inp-item-agree input {
    opacity: 0;
}
.inp-item-agree input {
    opacity: 0;
}

.box span {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 10px;
    color: red;
}

.box {
    display: inline-block;
    width: 13px;
    height: 12px;
    /*  margin-right: 10px; */
    position: relative;
    border: 1px solid red;
    /* vertical-align: middle; */
}

input[type="checkbox"] + span {
    opacity: 0;
}

input[type="checkbox"]:checked + span {
    opacity: 1;
}
.passport-form .inp-item-agree input {
    vertical-align: middle;
    margin-top: -3px;
}