
.qrcode{
		padding-left: 1rem;
		font-size: 16px;
}

.footer_p{
		color: #51685f;
	    margin: 10px 0;
}
.waterPull{
    width: 100%;
    background-color: #bff6e1;
    padding-bottom: 100px;
}

.content {
    width: 1280px;
    margin: 0 auto;
}

.content .rec_con ul li {
    float: left;
    width: 290px;
    padding: 5px;
    margin: 0 8px;
    height: 200px;
    /* background: #E8E8E8; */
    border-radius: 3px;
    position: relative;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.content .rec_con ul li.bd-1 {
    border: solid 1px #98D3E8;
}

.content .rec_con ul li.bd-1:hover {
    background: #98D3E8;
}

.content .rec_con ul li.bd-2 {
    border: solid 1px #FFCB76;
}

.content .rec_con ul li.bd-2:hover {
    background: #FFCB76;
}

.content .rec_con ul li.bd-3 {
    border: solid 1px #FF525A;
}

.content .rec_con ul li.bd-3:hover {
    background: #FF525A;
}

.content .rec_con ul li.bd-4 {
    border: solid 1px #71C46F;
}

.content .rec_con ul li.bd-4:hover {
    background: #71C46F;
}

.content .rec_con ul li img {
    width: 290px;
    height: 200px;
    display: block;
}

.content .rec_con ul li .a-index {
    position: absolute;
    width: 290px;
    height: 200px;
    top: 5px;
    left: 5px;
    line-height: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.content .rec_con ul li .a-index h2 {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    font-size: 2.0em;
    line-height: 28px;
    text-align: center;
    text-shadow: 0 0px 2px rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 0px;
    width: 98%;
    height: 200px;
    margin-bottom: 0;
    display: table;
    padding: 0 1%;
    letter-spacing: 2px;
}

.content .rec_con ul li .a-index h2.fc-1 {
    color: #98D3E8;
}

.content .rec_con ul li .a-index h2.fc-2 {
    color: #FFCB76;
}

.content .rec_con ul li .a-index h2.fc-3 {
    color: #FF525A;
}

.content .rec_con ul li .a-index h2.fc-4 {
    color: #71C46F;
}

.content .rec_con ul li .a-index h2 span {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .content {
        width: 97%;
        margin: 0 auto;
    }

    .content .rec_con ul li {
        width: 225px;
        padding: 2px;
        margin: 0 6px;
        height: 150px;
    }

    .content .rec_con ul li img {
        width: 225px;
        height: 150px;
    }

    .content .rec_con ul li .a-index {
        width: 225px;
        height: 150px;
        top: 2px;
        left: 2px;
        line-height: 20px;
    }

    .content .rec_con ul li .a-index h2 {
        top: 0;
        left: 0;
        font-size: 1.7em;
        line-height: 24px;
        width: 98%;
        height: 150px;
    }
}

@media screen and (max-width: 980px) {
    .content {
        width: 95%;
        margin: 0 auto;
    }

    .content .rec_con ul li {
        width: 160px;
        padding: 2px;
        margin: 0 6px;
        height: 140px;
    }

    .content .rec_con ul li img {
        width: 160px;
        height: 140px;
    }

    .content .rec_con ul li .a-index {
        width: 160px;
        height: 140px;
        top: 2px;
        left: 2px;
        line-height: 20px;
    }

    .content .rec_con ul li .a-index h2 {
        top: 0;
        left: 0;
        font-size: 1.6em;
        line-height: 24px;
        width: 98%;
        height: 140px;
    }
}

@media screen and (max-width: 720px) {
    .content {
        width: 94%;
        margin: 0 auto;
    }

    .content .rec_con ul li {
        width: 255px;
        height: 180px;
        margin-top: 10px;
    }

    .content .rec_con ul li img {
        width: 255px;
        height: 180px;
    }

    .content .rec_con ul li .a-index {
        width: 255px;
        height: 180px;
        line-height: 20px;
    }

    .content .rec_con ul li .a-index h2 {
        top: 0;
        left: 0;
        font-size: 1.8em;
        line-height: 28px;
        width: 98%;
        height: 180px;
    }
}

@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio : 1.0) and (orientation:landscape) {
    .content .rec_con ul li {
        width: 240px;
        height: 180px;
        margin-top: 10px;
    }

    .content .rec_con ul li img {
        width: 240px;
        height: 180px;
    }

    .content .rec_con ul li .a-index {
        width: 240px;
        height: 180px;
        line-height: 20px;
    }

    .content .rec_con ul li .a-index h2 {
        top: 0;
        left: 0;
        font-size: 1.8em;
        line-height: 28px;
        width: 98%;
        height: 180px;
    }
}

@media screen and (max-width: 480px) {
    .content {
        width: 100%;
    }

    .content .rec_con ul li {
        width: 45%;
        height: 150px;
        padding: 1%;
        margin: 10px 1% 5px;
    }

    .content .rec_con ul li img {
        width: 100%;
        height: 150px;
    }

    .content .rec_con ul li .a-index {
        width: 98%;
        left: 1%;
        top: 2%;
        height: 150px;
        line-height: 20px;
    }

    .content .rec_con ul li .a-index h2 {
        top: 0;
        left: 0;
        font-size: 1.8em;
        line-height: 28px;
        width: 98%;
        height: 150px;
    }
}

@media screen and (max-width: 380px) {
    .content {
        width: 240px;
    }

    .content .rec_con ul li {
        width: 98%;
        height: 160px;
        padding: 1%;
        margin-top: 10px;
    }

    .content .rec_con ul li img {
        width: 100%;
        height: 160px;
    }

    .content .rec_con ul li .a-index {
        width: 98%;
        height: 160px;
        line-height: 20px;
        top: 1.5%;
        left: 1.5%;
    }

    .content .rec_con ul li .a-index h2 {
        top: 0;
        left: 0;
        font-size: 1.8em;
        line-height: 28px;
        width: 98%;
        height: 160px;
    }
}

.progress_bar {
    width: 98%;
    border-radius: 4px;
    background-color: #C6CBCB;
    box-shadow: inset 0 1px 1px #c9c9c9, inset -1px 0 2px #b8b8b8;
    display: block;
    position: relative;
    height: 5px;
    padding: 0;
    margin: 10px auto;
}

.progress_bar .progress_bar_x {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 1px;
    opacity: 0.9;
    background-color: #5AB4F7;
    border-radius: 8px 4px 4px 8px;
}

.waterfull {
    margin: 0 auto;
}

.waterfull ul li {
    float: left;
    width: 300px;
    padding: 8px;
    margin: 0 6px 18px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    border-radius: 0 16px 0 16px;
}

.waterfull ul li .a-img {
    width: 284px;
    display: block;
    position: relative;
}

.waterfull ul li .a-img img {
    width: 284px;
    display: block;
    min-height: 250px;
}

.waterfull ul li .li-title {
    padding: 5px 0;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #898686;
    background: #fff;
    border-bottom: solid 1px #DBDBDB;
}

.waterfull ul li .li-title:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EEE;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
    position: absolute;
    margin: -24px 0 0 10px;
    width: 0;
}

.waterfull ul li .description {
    padding: 5px 0;
    max-height: 66px;
    overflow: hidden;
    line-height: 22px;
    color: #898686;
    font-size: 1.3em;
    text-indent: 10px;
    background: #fff;
    border-bottom: solid 1px #DBDBDB;
}

.waterfull ul li .qianm {
    background: #fff;
}

.waterfull ul li .qianm .sp1 {
    float: left;
    height: 30px;
    line-height: 36px;
    color: #898686;
}

.waterfull ul li .qianm .sp1 b {
    color: #5DAA21;
    font-weight: bold;
    padding: 0 5px 0;
    font-size: 1.3em;
}

.waterfull ul li .qianm .sp2 {
    float: right;
    height: 30px;
    padding: 0 5px;
    line-height: 36px;
    color: #898686;
}

.waterfull ul li .qianm .sp3 {
    float: right;
    height: 30px;
    line-height: 36px;
    color: #898686;
}

/* 2311首页加名家欣赏 */
.mingjia{
	width: 1266px;
	/* margin: 130px auto 0px; */
	margin: 0 auto;
}
.mingjia img{
	border-radius: 10px;
}
.swiper-button-prevmode::after{
color:#1c7687;}
.swiper-button-nextmode::after{
color:#1c7687;}
.swiper-containermode img{
  width:100%;
}
.swiper-containermode p{
  color:#1c7687;
  overflow:hidden;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:0px;
  width:100%;
  line-height:45px;
  padding-right: 100px;
	font-size: 20px;
}
.swiper-containermode p a{
	color:#1c7687;
}
.swiper-paginationmode{
  text-align:right;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
   width:98%;
}
.mjnews{
	background:rgba(140,200,210,.4);
	height: 110px;
	border-radius: 0px 20px;
	margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.mjnews h2{
	font-size: 20px;
	line-height: 30px;
	background: url("../images/icon_news_dot.png") no-repeat 10px 40px;
	padding: 0 0 0 30px;
    margin: 0;
}
.mjnews h2 a{
	color: #000000;
	list-style:none;
}
.mjnews h2 a:hover{
  color:inherit;
  text-decoration:none;
	color:#006b7f;
}
.ckgd{
	float: right;
	font-size: 14px;
	color: #2165b3;
}
.qbtitle{
	margin-top: 80px;
	text-align: center;
	margin-bottom: 60px;
}


/* 2311名家欣赏列表页 */

.mjlie{
	background: url("../images/img_list_banner_pc.png") no-repeat top center #bff6e1;
	position: relative;
	padding-top: 610px;
}
.fhsyan{
	position: absolute;
	top: 300px;
	left: 515px;
}
.lanmut{
	text-align: center;
	margin-bottom: 80px;
}
.newswt00{
	background-color: #ffffff;
	border-radius: 0px 20px;
	margin-bottom: 20px;
	padding:40px;
	display: flex;
	justify-content: space-between;
}
.col-67{
	width: 68%;
	margin-right: 4%;
}
.col-23{
	width: 28%;
}
.newswt00 h3{
	font-size: 22px;
	line-height: 40px;
}
.newswt00 h3 a{
	color: #000000;
}
.newswt00 p a{
	color: #888888;
}
.newswt00 h3 a:hover{
	color: #1c7687;
	font-weight: bold;
	text-decoration:none
}
.newswt00 p a:hover{
	color: #1c7687;
	text-decoration:none
}
.newswt00 p.qhui{
	font-size: 16px;
	color: #949494;
	line-height: 28px;
	overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.newswt00 p.time{
	font-size: 16px;
	color: #949494;
	margin-bottom: 0px;
}
.h80px{
	height: 80px;
}