/* common attr */
a {
    color: #333333;
}

body {
    font-family: '微软雅黑';
    width: 100%;
    min-width: 1220px;
    /* min-width: 1366px; */
    font-size: 16px;
    background: #f7f7f7;
}

.container {
    width: 1220px;
    /* height: 100%; */
    margin: 0 auto;
}

/* common list */

.common-list {
    width: 100%;
}

.common-list-tit {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eae8e8;
}

.common-list-tit li {
    float: left;
    height: 50px;
    line-height: 40px;
    font-size: 22px;
    margin-right: 35px;
}

.common-list-tit li.on {
    font-weight: bold;
    border-bottom: 3px solid #1a56a8;
}

.common-list-tit li.on a {
    color: #1a56a8;
}

.common-list-items {
    padding-top: 5px;
    overflow: hidden;
}

.common-list-items li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 15px;
    background: url(dot-blue.png) no-repeat left center;
    margin-top: 8px;
	text-align: left;
}

.common-list-items li span {
    float: right;
    color: #adadad;
}

.common-list-pic {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.common-list-pic img {
    width: 100%;
    height: 100%;
}

.common-list-pic-txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 34px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.8;
    overflow: hidden;
}

.common-list-pic-txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 34px;
    line-height: 33px;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.common-list-pic-txt a {
    font-size: 14px;
    color: #ffffff;
}
.common-list-pic-txt a:hover{
	color: #ffffff;
}

/* current position */

.current-position {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #1a56a8;
	background: rgb(246,246,246);
}

.current-position a {
    color: #1a56a8;
    font-size: 14px;
    font-family: "微软雅黑";
}

.current-position a:hover{
	FONT-FAMILY: "微软雅黑";
    text-decoration: initial;
    color: #1a56a8;
}

.current-position > .container {
    background: url(postion.png) no-repeat 20px center;
    padding-left: 45px;
	overflow:hidden;
}

/* side column */

.side-column {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #949494;
  padding-top: 105px;
  z-index: 17;
}

.side-column ul li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.side-column ul li.policy-library {
	background: #1a56a8;
	line-height: 25px;
	padding-top: 5px;
}

.side-column ul li.policy-library a {
	color: #ffffff;
}
.banner {
            width: 100%;
            height: 146px;
            background: #ffffff;
        }

@media (max-width: 700px) {
	
	.common-list-items li a {
		width: 70%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block;
	}
	.current-position table table td{
		display: none;
	}
	.current-position table table td:last-child{
		display: inherit;
	}
	.container {
    width: 100% !important; 
}
    .top-left { display: none;}
    .banner{ padding: 20px 20px 93px 20px !important; height: auto !important;}   
    .nav { height: auto !important;}   
    .nav-list li { width:33.33% !important; } 
    .wrapper {width:100%; }
    .dzjg{ display: none !important;}
    .foot-box{ text-align: center; margin-left: 0 !important; margin-top: 0 !important; }
    .foot-box p{ height: auto !important; padding: 0 20px; }
    .footer{ height: auto !important;}
    #_span_jiucuo{ display: none;}
    .footer container{ overflow: hidden;}
    .contentContainer {width: 100% !important;}  
    .contentContainer td {width: 48% !important; float: left; margin: 10px 0 !important;}
    #searchTable input{ margin: 0 !important; width: 100% !important;}
    #zdTip{ width: 100% !important;}
    .contentTable{ border: 1px solid #CCCCCC !important;}
    
    
    
    
    
    
}
