﻿/* 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: 22px;
}

.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;
}

.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;
}

.mp4Con{
	width:700px;
}
.mp4Suban{
	width:410px;
}

.morePhoneCon {
	display:none;
	text-align:center;
}
.morePhoneCon a{
	width: 200px;
    height: 32px;
    line-height: 32px;
    display: block;
    background: #f0f0f0;
	margin:8px auto;
    border-radius: 5px;
	border:1px solid #d4d4d4;
}
.morePhoneCon a:hover{color:#333;}
@media (max-width: 700px) {
	.common-list-items li a {
		width: 68%;
		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;
	}
	.mp4Con{width:100%;}
	.morePhoneCon {
		display:block;
	}
}

@media (max-width: 350px){
.common-list-items li a {
    width: 65%;}
}