body {
    background: url(/Template/dynamic/gfxwj/css/../images/bg2.jpg) repeat;
}


/* location */

.ewb-location {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 35px;
    background: url(/Template/dynamic/gfxwj/css/../images/location_icon.png) 10px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #a8161e;
}

@media(max-width: 767px){
    .ewb-location{
        padding: 18px 0 18px 35px;
        height: auto;
        line-height: 16px;
        font-size: 14px;
        background-position: 10px 20px;
    }
}

.ewb-info {
    border: 1px solid #dfdfdf;
    background: #fff;
    margin-bottom: 30px;
}

.ewb-info-hd{
    height: 40px;
    line-height: 40px;
    background: #e4e4e4;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.ewb-info-hd a{
    color: #a8161e;
}

.ewb-info-bd{
    padding: 0 15px;
}

.ewb-table-hd{
    height: 49px;
    text-align: center;
    border-bottom: 1px solid #c9c9c9;
}

.ewb-table-hd a{
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #b71313;
    font-weight: bold;
    padding: 0 35px;
    border-bottom: 3px solid #b80000;
    vertical-align: top;
    margin-top: 9px;
}

.ewb-table-hd a i{
    position: absolute;
    display: block;
    width: 11px;
    height: 4px;
    background: url('/Template/dynamic/gfxwj/css/../images/flie_icon.jpg') no-repeat;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
}

.ewb-table{
    padding-bottom: 16px;
}

.ewb-table table{
    width: 100%;
    font-size: 14px;
}

.ewb-table table td{
    height: 53px;
}

.ewb-table thead td{
    background: #f5f5f5;
    height: 42px;
}

.ewb-table tbody tr{
    border-bottom: 1px dashed #e5e5e5;
}

.ewb-table-tt{
    padding-left: 10px;
    width: 600px;
}
.ewb-table-bz{
    padding-left: 50px;
    width:100px;
}

.ewb-table-name{
    width: 560px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-table-name a{
    color: #333;
}

.ewb-reader{
    width: 75px;
    text-align: center;
}

.ewb-download{
    display: inline-block;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #333;
    margin: 0 5px;
}

.ewb-download:hover,
.ewb-table-name a:hover,
.ewb-download.accfocus,
.ewb-table-name a.accfocus,{
    color: #a8161e;
}

.ewb-load1{
    background-image: url('/Template/dynamic/gfxwj/css/../images/down_icon1.jpg');
}

.ewb-load2{
    background-image: url('/Template/dynamic/gfxwj/css/../images/down_icon2.jpg');
}

@media(max-width: 979px){
    .ewb-table table{
        width: 966px;
    }

    .ewb-table{
        width: 100%;
        overflow-x: auto;
    }

    .ewb-table table td{
        height: 36px;
        width: 90px;
    }

    .ewb-info-bd{
        padding: 0 8px;
    }
}

/*è§„èŒƒæ€§æ–‡ä»¶*/
.gfxwj a {
	display: block;
	color: #333;
	text-indent: 10px;
	max-width: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 2023-09-04 æ–°å¢ž by wangkai */
.ewb-date-wid2 {
    width: 136px;
}

.ewb-info-td:last-child {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-read-all {
    font-size: 14px;
}

.do-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.do-btn {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: url("/Template/dynamic/gfxwj/css/../images/do_ico.png") center no-repeat #7B96DD;
    cursor: pointer;
    transition: all 0.4s ease;
}

.do-drop {
    position: absolute;
    z-index: 900;
    top: 30px;
    left: 0;
    display: none;
    padding-top: 14px;
    width: 226px;
    font-size: 14px;
    color: #333;
}

.do-drop::before {
    position: absolute;
    content: "";
    top: 0;
    left: 6px;
    width: 22px;
    height: 14px;
    background: url("/Template/dynamic/gfxwj/css/../images/drop_arr.png") no-repeat;
}

.do-drop>ul {
    border-radius: 4px;
    box-shadow: 0px 0px 4px #6E6E6E;
    background: #D5E3FE;
    overflow: hidden;
}

.do-name {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.do-name>span {
    display: block;
    width: 100%;
    padding: 4px 17px;
    line-height: 22px;
    text-align: left;
    color: #333;
    transition: all 0.4s ease;
}

.do-name:hover {
    background: #FFF;
}

.do-name:hover span {
    color: #4A6DCB;
}

.do-box:hover .do-drop {
    display: block;
}

.do-box:hover .do-btn {
    background-color: #4A6DCB;
}

@media (max-width: 1540px) {
    .do-drop {
        left: auto;
        right: 0;
    }

    .do-drop::before {
        left: auto;
        right: 6px;
    }
}

@media (max-width: 979px) {
    .ewb-info-tb {
        width: 800px;
        table-layout: fixed;
    }
}

/* end */
