*{
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei","微软雅黑" ! important;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	background-color: #f7f9fa;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}


.content{
	width: 1170px;
	margin: 0 auto;
}

.ProjectList-nav{
	width: 100%;
	padding: 30px 0px; 
	background-color:#f7f9fa;
	opacity: 0.95;
	z-index: 5;
	
}
.ProjectList-nav ul{
	margin: 8px 0px;
}
.ProjectList-nav ul li{
	padding: 0px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 30px;
}
.ProjectList-nav ul li a.btn{
	font-size: 14px;
	color: #6f7a7e;
	padding: 2px 15px;
	border-radius: 50px;
	background-color: #fff;
}

.row{
	width: 100%;
	float: left;
	overflow: hidden;
}
.row ul.row-box{
	width: 1300px;
}
.row ul.row-box li{
	float: left;
	margin-right: 44px;
	margin-bottom: 40px;
}
.row ul.row-box li .col-mdd{
	width: 360px;
	background-color: #fff;
	float: left;
}
.row ul.row-box li .col-mdd a{
	width: 100%;
	border: 1px solid #ddd;
	float: left;
}
.row ul.row-box li .col-mdd a .front-cover{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.row ul.row-box li .col-mdd a .front-cover span{
	width: 60px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	z-index: 2;
}

.row ul.row-box li .col-mdd a .front-cover img{
	width: 100%;
	height: 200px;
	overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: .5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: .5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.row ul.row-box li .col-mdd a .front-cover:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}



.row ul.row-box li .col-mdd a .porject-user{
	width: 100%;
	padding: 10px 0;
	position: relative;
	float: left;
}
.row ul.row-box li .col-mdd a .porject-user .pull-left{
	width: 55px;
	height: 55px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: -30px;
	opacity: 0.5;
	z-index: 3;
}
.row ul.row-box li .col-mdd a .porject-user img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: -27px;
	z-index: 4;
}

.row ul.row-box li .col-mdd a .porject-user .pull-right{
	width: 270px;
	float: right;
}
.row ul.row-box li .col-mdd a .porject-user .pull-right h4{
	font-size: 13px;
	color: #2b3845;
	float: left;
}
.row ul.row-box li .col-mdd a .porject-user .pull-right p{
	font-size: 12px;
	color: #6f7a7e;
	float: right;
	margin-right: 15px;
}
.row ul.row-box li .col-mdd a .summary{
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.row ul.row-box li .col-mdd a .summary h1{
	font-size: 17px;
	color: #000;
	font-weight: 600;
	height: 48px;
	margin-left: 15px;
}
.row ul.row-box li .col-mdd a .summary ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.row ul.row-box li .col-mdd a .summary ul li p{
	font-size: 14px;
	color: #6f7a7e;
	float: left;
	margin-left: 15px;
}
.row ul.row-box li .col-mdd a .summary ul li hr{
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-left: 13px;
}
.row ul.row-box li .col-mdd a .summary ul li span{
	font-size: 14px;
	color: #6f7a7e;
	float: right;
	margin-right: 15px;
}

.row ul.row-box li .col-mdd a .backer{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.row ul.row-box li .col-mdd a .backer .portrait{
	position: relative;
	float: left;
}
.row ul.row-box li .col-mdd a .backer .portrait span{
	border-top-left-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    border-radius: 999px;
    background: #fff;
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
}
.row ul.row-box li .col-mdd a .backer .portrait span img{
	border-top-left-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    border-radius: 999px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 2px;
    top: 2px;
}
.row ul.row-box li .col-mdd a .backer p{
	font-size: 12px;
	color: #999;
	float: right;
	line-height: 28px;
	margin-right: 15px;
}
.row ul.row-box li .col-mdd a .backer p b{
	color: #000;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(1) {
    left: 15px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(2) {
    left: 35px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(3) {
    left: 55px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(4) {
    left: 75px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(5) {
    left: 95px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(6) {
    left: 115px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(7) {
    left: 135px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(8) {
    left: 155px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(9) {
    left: 175px;
}
.row ul.row-box li .col-mdd a .backer span:nth-child(10) {
    left: 195px;
}





.paging{
	width: 100%;
	float: left;
	margin-top:30px;
	margin-bottom: 60px;
}

[data-dpr="2"] .pagingUl li a {
    font-size: 32px;
  }
  [data-dpr="3"] .pagingUl li a {
    font-size: 48px;
  }
#page {
    display: table;
    margin: 0 auto;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
}

.pagingUl li {
    float: left;
    width: 40px;
    height: 36px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border-radius: 2px
}

.pagingUl li a {
    display: inline-block;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px
}

.prv,
.next {
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    font-size: 12px;
}

.prv {
    margin-right: 10px;
}

.first{
    width: 40px;
    height: 36px;
    font-size: 12px;
    text-align: center;
    line-height:35px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    margin-right: 10px;
}
.last{
	width: 40px;
    height: 36px;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    margin-left: 10px;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #43ac43!important;
    color: #fff!important;
}


.ProjectList-nav ul li a.active{
	background-color: #43ac43;
	color: #fff;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/*.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}*/