@charset "utf-8";
body{position: relative; color:#333333; font-size:16px; font-family:Microsoft YaHei,Simsun,SimHei,Arial; -webkit-text-size-adjust:none; min-width: 1440px;}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, textarea, ul{ padding:0; margin:0;}
li, ol, ul{ list-style:none;}
img{ border:none; border:0; max-width:100%;}
a{ text-decoration:none; color:#333333;}
a:focus {outline:none;-moz-outline:none;}
a:hover{color:#1a7cde;}
button, input, select, textarea {font-family: inherit; font-size:1em;}
input:focus, textarea:focus{ outline: none;}
input::-webkit-input-placeholder{color: #cccccc;}

/*layout*/
.body-bg{background: #fafafa;}
.container{ width:1440px; margin:0 auto; clear:both;}
.container:after {clear: both;}
.container:after, .container:before {display:table; content: "";}
.common-row:after, .common-row:before {content: '';	display: block;	clear: both;}
.common-col-space{margin:0 -20px;}
.common-col-space>*{float: left;}
.common-col-space .grid{padding:0 20px;}
.common-col-4 > div{width: 33.33333333%;}
.common-col-6 > div{width: 50%;}
.container.pt{padding-top: 40px;}
.mt{margin-top: 40px;}
.mb{margin-bottom: 40px;}
.mb30{margin-bottom: 30px;}
.mb60{margin-bottom: 60px;}
.fl{float: left;}
.fr{float: right;}


/*common*/
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.clear{clear:both;}
.clear{zoom: 1;}
.clear:after{content: "."; width: 0;	height: 0; visibility: hidden; display: block; clear: both; overflow:hidden;}
.transition a{-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}
.imgScale{ overflow: hidden; }
.imgScale a img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgScale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.hover-opacity:hover, .hover-opacity-box a:hover{filter:alpha(opacity=85); -moz-opacity: 0.85; opacity:0.85;}
.singleEllipsis,
.singleEllipsis a{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
.singleEllipsis a{float: left;}
.singleEllipsis.tac{text-align: center;}
.singleEllipsis.tac a{display: inline-block; float: none;}
/* 多行省略号 */
.multiEllipsis{display: -webkit-box; overflow: hidden;	white-space: normal; text-overflow: ellipsis;	-webkit-line-clamp: 2; -webkit-box-orient: vertical;	word-break: break-all;}

.imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
.imgratio .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.imgratio .pic img{display: block; width: 100%; height: 100%;}

/***** header *****/
.header{background: url(../images/header_bg.jpg) no-repeat center top;}
.header > .container{height: 380px; position: relative;}
.header-logo{padding:101px 0 26px;}
.header-logo img{display: block; margin: 0 auto;}
.header-search{width:572px; margin:0 auto;}
.header-search .ss{position: relative; padding:0 63px 0 30px; background: #fff; background: rgba(255,255,255,0.5); -webkit-background: rgba(255,255,255,0.8); overflow: hidden; border-radius: 30px;}
.header-search .s-txt{width:100%; height:56px; line-height:56px; border:0; color: #666666; background: none;}
.header-search .s-btn{ position:absolute; top: 0; right: 5px; width:58px; height:56px; border:0; cursor:pointer; background:url(../images/header_icon_search.png) no-repeat center center; -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search .s-btn:hover{filter:alpha(opacity=80); -moz-opacity: 0.8; opacity:0.8;}
.header-search .s-txt::-webkit-input-placeholder{color: #666666;}
.header-search .hotKeywords{margin-top: 15px; margin-left: 17px;}
.header-search .hotKeywords a + a{margin-left: 30px;}

.header-toolbar{height: 46px; line-height: 46px; color: #0953ae; position: absolute; right: 0; top: 0;}
.header-toolbar a{color: #fff;}
.header-toolbar li{position: relative; height: 46px; padding-left: 16px; float: left;}
.header-toolbar li.split:after{position: absolute; left: 0; top: 50%; margin-top: -7px; content:''; width: 1px; height:14px; background: #fff; opacity: .46;}
.header-toolbar li.split{margin-left: 15px;}

.mainNav .inbox{height: 68px; background: url(../images/mainnav_bg.gif) repeat-x; border-radius: 8px 8px 0 0;}
.mainNav li{float: left; width: 16.6667%; position: relative; text-align: center;}
.mainNav li a{display: block; color: #fff; font-size: 1.25em;}
.mainNav li a:before{content: ''; width: 40px; height: 40px; margin:14px 5px 14px 0; background: url(../images/mainnav_icon.png) no-repeat;}
.mainNav li.nav2 a:before{background-position: 0 -40px;}
.mainNav li.nav3 a:before{background-position: 0 -80px;}
.mainNav li.nav4 a:before{background-position: 0 -120px;}
.mainNav li.nav5 a:before{background-position: 0 -160px;}
.mainNav li.nav6 a:before{background-position: 0 -200px;}
.mainNav li a:before, .mainNav li a span{display: inline-block; vertical-align: middle;}
.mainNav li.on a{font-weight: bold;}
.mainNav li:before{content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; background: #99cbff; width: 1px; height: 16px;}
.mainNav li.nav1:before{display: none;}


/* footer */
.footer-bg{background: #eeeeee;}
.footer-links .hd{ border-bottom: #d9d9d9 1px solid; padding:12px 0;}
.footer-links .hd ul{margin: 0 -5px;}
.footer-links .hd ul li{float: left; width: 15.333333%; position: relative;}
.footer-links .hd ul li.name{width: 8%;}
.footer-links .hd ul li.name a{ text-align: left;}
.footer-links .hd ul li:after{content: ''; width: 1px; height: 18px; background: #cfcdcd; position: absolute; right: 0; top: 50%; margin-top: -9px;}
.footer-links .hd ul li a{position: relative; z-index:5; display: block; text-align: center; color: #666666; margin: 0 5px; line-height: 36px; height: 36px; border-radius: 4px;}
.footer-links .hd ul li a:hover{color: #2662a4;}
.footer-links .hd ul li a span{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.footer-links .hd ul li.hs a:after{content: ''; margin-top: -3px; width: 0; height: 0; border: transparent solid 6px; border-bottom-color: #707070; opacity: .8; margin-left: 10px; transition: .3s all;}
.footer-links .hd ul li.hs a:after,
.footer-links .hd ul li a span{display: inline-block; vertical-align: middle;}
.footer-links .hd ul li.on a:after{transform: rotate(-180deg); opacity: 1; margin-top: 9px; border-bottom-color: #2662a4;}
.footer-links .hd ul li.on a{background: #ecf5ff; color: #2662a4;}
.footer-links .bd ul{padding:14px 0 0; margin: 0 -5px; overflow: hidden; display: none;}
.footer-links .bd ul li{float: left; width: 20%;}
.footer-links .bd ul li h4{margin: 0 5px; margin-bottom: 2px; font-size:0.9375em; font-weight: normal; line-height:1.6em; overflow:hidden; vertical-align:top;}
.footer-links .bd ul li a{display: block; padding:10px; background: #e7e7e7; border-radius: 5px; text-align: center; color: #666; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; transition: .3s all;}
.footer-links .bd ul li a:hover{background: #eaeaea; color: #1a7cde;}

.footer{padding: 30px 0; color: #666666;}
.footer-row{margin: 0 -20px;}
.footer a{color: #666666;}
.footer a:hover{color: #1a7cde;}
.footer .col{float: left;}
.footer .col1{width: 57%;}
.footer .col2{width: 17.5%;}
.footer .col3{width: 25.5%;}
.footer .col .box{margin: 0 20px; height: 128px; box-sizing: border-box; background: #e7e7e7;}
.footer-copyright{line-height: 36px;}
.footer-copyright .box{padding:10px 15px;}
.footer-nav{line-height: 41px;}
.footer-nav .box{padding: 20px;}
.footer-nav li{float: left; width: 50%; text-align: center;}
.footer-wzbs img{display: inline-block; vertical-align: middle;}
.footer-wzbs{text-align: center;}
.footer-wzbs .box{padding-top: 24px;}


/* crumb */
/* .crumb.line{margin-bottom: 35px; border-bottom: 1px solid #e8e8e8;}
.crumb.line h2{padding: 19px 0;} */
.crumb h2{ padding:30px 0; line-height: 24px; font-size:1.125em; font-weight: normal; color: #666;}
.crumb a{color: #666;}
.crumb a:hover{color: #1a7cde;}
.crumb a, .crumb span{margin:0 10px;}
.crumb a:first-child{margin-left: 0;}
.crumb span{color: #1a7cde;}

/* tab */
.tab-brief > .hd{position: relative;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; color: #999999; font-size: 1.25em; font-weight: bold;}
.tab-brief > .hd li + li{margin-left: 40px;}
.tab-brief > .hd li a{color: #999999; transition: .3s all;}
.tab-brief > .hd li.on,
.tab-brief > .hd li.on a,
.tab-brief > .hd li a:hover{color: #333333;}
.tab-brief.sign > .hd li{padding-bottom: 12px;}
.tab-brief.sign > .hd li:after{content: ''; position: absolute; width:0; bottom:0; height: 2px; background: #ee5e37; overflow: hidden; transition: .3s all;}
.tab-brief.sign > .hd li:after{ left:0;}
.tab-brief.sign > .hd li.on:after{width: 50%;}
.tab-brief > .hd .flex{display: flex; display: -webkit-flex; justify-content:-webkit-space-between; display: flex; justify-content:space-between; float: none; overflow: hidden;}
.tab-brief > .hd .flex li{margin: 0;}
.tab-brief.line > .hd{border-bottom: 1px solid #ececec;}
.tab-brief.line.sign > .hd li:after{bottom: -1px; height: 3px;}
.tab-brief.line.sign > .hd li.on:after{width: 100%;}

.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card > .hd li a{display: block; padding: 0 30px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#1a7cde; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card > .hd .more a{font-size: 14px; color: #666666;}
.tab-card > .hd .more a:hover{color: #1a7cde;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #1a7cde; margin-left: -8px;}

.tab-dgj > .hd{height:48px; border-bottom:#ddd 1px solid; font-weight: bold;}
.tab-dgj > .hd li{float:left; padding:3px 31px 0; line-height:44px; cursor: pointer; font-size: 16px; text-align: center; font-size: 1.125em;}
.tab-dgj > .hd li a{color:#666;}
.tab-dgj > .hd li.on{padding:0 30px; height:46px; background:#fff; border-left:#ddd 1px solid; border-right:#ddd 1px solid; border-top:#1a7cde 3px solid; border-radius: 5px 5px 0 0;}
.tab-dgj > .hd li.on a{color:#1a7cde;}
.tab-dgj > .bd > .newsList{padding-top: 10px;}

.tab-diamond > .hd li{float:left; position: relative;font-size: 1.25em; margin-right: 10px;}
.tab-diamond > .hd li:last-child{margin-right: 0;}
.tab-diamond > .hd li a{display: block; padding: 0 20px; min-width:90px; text-align: center; height: 44px; line-height: 44px; border-radius: 30px; text-align: center; color: #666666; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; border: transparent 1px solid; transition: .3s;}
.tab-diamond > .hd li.on{cursor:pointer;}
.tab-diamond > .hd li.on a{color: #333; border-color: #ee4544; font-weight: bold;}
.tab-diamond > .hd li.on:after{width: 100%;}
.tab-diamond > .hd .flex{display: flex; display: -webkit-flex; justify-content:-webkit-space-between; display: flex; justify-content:space-between; float: none; overflow: hidden;}
.tab-diamond > .hd .more{float: right; margin-right: 15px;}
.tab-diamond > .hd .more a{font-size: 14px; color: #666666;}
.tab-diamond > .hd .more a:hover{color: #1a7cde;}
.tab-diamond.r > .hd ul{float: right;}

.js-tab > .bd > * + * {display: none;}
.common-more{float:right;}
.common-more a{color:#4d8ddd; font-size: 0.9375em;}
.common-more a:hover{color:#0557ac;}
.js-tab .common-more a + a{display: none;}
.m-common-more{clear: both; margin-top:15px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-common-more a{color:#666;}

.bg-gray .m-common-more{background: #fff;}
.tab-brief .bd > .item > .newsList, 
.tab-card .bd > .item > .newsList,
.tab-diamond .bd > .item > .newsList{margin-top: 10px;}

.common-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.common-title h3 a{color:#333;}
.common-title h3 a:hover{color:#1a7cde;}
.common-title.grain h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-6px; background-color:#1a7cde;}
.common-title.grain h3{padding-left:20px;}
.common-title.grain.orange h3:before{background: #ee5e37;}
.common-title.brief h3,
.common-title.line{padding-bottom: 18px;}
.common-title.brief h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#1a7cde;}
.common-title.line{border-bottom:1px solid #e3e4e5;}
.common-title.gray{background: #f5f5f5; padding:15px 0;}
.common-title.line.gray{background: #f9f9f9;}
.common-title.gray .common-more{padding-right: 15px;}
.common-title.fs28 h3{font-size: 1.75em;}
.common-title .common-more {padding-top: 3px;}
.common-title .common-more a{color: #999;}
.common-title .common-more a:hover{color: #1a7cde;}

.title-brief{border-bottom: 1px solid #eeeeee;}
.title-brief h2{font-size: 2em; position: relative; display: inline-block; padding-bottom: 15px;}
.title-brief h2:after{content: ''; position: absolute; left: 0; right: 0; bottom: 0; background: #4592e1; height: 3px;}


/* newsList */
.newsList{clear: both; font-size: 1.0625em;}
.newsList li h4{position:relative; padding:7px 0; font-weight: normal; line-height:26px; overflow:hidden; vertical-align:top;}
.newsList li .time{position:absolute; right:0; top: 50%; margin-top: -13px; color:#999999;}
.newsList li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newsList li:hover a,
.newsList li:hover span{color:#1a7cde;}
.newsList li a br{display: none;}
.newsList li a em{font-style: normal;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
.newsList.twoCol li{float: left; width: 50%;}
.newsList.twoCol{margin: 0 -15px;}
.newsList.twoCol li h4{margin: 0 15px;}
.newsList.dot li h4{padding-left: 18px;}
.newsList.dot li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #666;}
.newsList.dot.gray li h4:before{background: #666;}
.newsList.dot.blue li h4:before{background: #1573db;}
.newsList.line li{border-bottom: 1px solid #ececec;}
.newsList.line li h4{padding-top: 14px; padding-bottom: 14px;}
.newsList.line.lbn li:last-child{border-bottom: none;}
.newsList.dot li:hover h4:before{background: #1a7cde;}
.newsList.dot li:hover a{color: #1a7cde;}
.newsList.lh48 li h4{padding-top: 11px; padding-bottom: 11px;}
.newsList.fs18{font-size: 1.125em;}
.newsList.fs18 li h4{padding-top: 9px; padding-bottom: 9px;}
.newsList.fs18.yyyy-MM-dd li h4{padding-right:120px;}

/*pages*/
.pages{ clear:both; padding:40px 0; line-height:28px; color:#555; font-size:0.9375em;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:0 10px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pages a.current, .pages a:hover{background:#1a7cde; border-color:#1a7cde; color:#fff; text-decoration:none;}
.pages a.current{font-weight: bold;}


/* 图片轮播 */
.common-slideTpxw{position:relative; overflow:hidden;}
.common-slideTpxw .item-name{position:absolute; right:0; bottom:0; left:0; z-index:9; padding:0 115px 0 18px; height:60px; line-height:60px; font-size: 1.125em; color:#fff; background-color:rgba(0,0,0,.5);}
.common-slideTpxw .owl-dots{position:absolute; bottom:20px; right:20px; z-index:99;}
.common-slideTpxw .owl-dot{float:left; width:10px; height:10px; margin-left: 10px; background-color:#fff; opacity: .68;}
.common-slideTpxw .owl-dot.active{opacity: 1;}


/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	


/* 归档 */
.guidang{position: absolute; top: -55px; right: 2%; width: 258px; height: 104px; background: url(../2021images/guidang.png) no-repeat; z-index: 9;}
.guidang span{display: block; padding: 4px 0 0 116px;  color: #c81208; font-size:1.375em; font-weight: bold; transform:rotate(-2deg); 
	-ms-transform:rotate(-2deg); 	/* IE 9 */
	-moz-transform:rotate(-2deg); 	/* Firefox */
	-webkit-transform:rotate(-2deg); /* Safari 和 Chrome */
	-o-transform:rotate(-2deg);}


/*easyBtn*/
.easyBtn{ position:fixed; top: 310px; right:10px; z-index:9999;}
.easyBtn dl{position: relative;}
.easyBtn dl dt{margin-bottom:1px;}
.easyBtn dl dt a{ display:block; margin:0 0 20px; cursor:pointer; transition: .3s all;}
.easyBtn dl dt a:before{content:''; display: block; margin:5px auto; width: 42px; height: 42px;  background:url(../images/easyBtn_icons.png) no-repeat #fff; border-radius: 50%; box-shadow:0 0 10px rgba(32,77,188,.14); transition: .3s all;}
.easyBtn dl dt a span{display: block; text-align: center; font-size: .9375em;}
.easyBtn dl dt a:hover:before{background-color: #67adf0; box-shadow:0 0 10px rgba(32,77,188,.4);}
.easyBtn dl.dl-kjgg  dt a:hover:before{box-shadow:0 0 10px rgba(32,77,188,.14);}
.easyBtn dl.dl-kjgg dt a:hover:before{background-color: #ffcdcd;}
.easyBtn dl.dl-znwd dt a:before{background-position: 0 0;}
.easyBtn dl.dl-wza dt a:before{background-position: 0 -42px;}
.easyBtn dl.dl-mobile dt a:before{background-position: 0 -84px;}
.easyBtn dl.dl-wxgzh dt a:before{background-position: 0 -126px;}
.easyBtn dl.dl-kjgg dt a:before{background-position: 0 -168px;}
.easyBtn dl.dl-znwd dt a:hover:before{background-position: -42px 0;}
.easyBtn dl.dl-wza dt a:hover:before{background-position: -42px -42px;}
.easyBtn dl.dl-mobile dt a:hover:before{background-position: -42px -84px;}
.easyBtn dl.dl-wxgzh dt a:hover:before{background-position: -42px -126px;}
/* .easyBtn dl.dl-kjgg dt a:hover:before{background-position: -42px -168px;} */

.easyBtn dl dd{ position:absolute; right:100%; top: 0; padding-right: 5px; display: none;}
.easyBtn dl dd .cont{position: relative; padding:10px; *border:#dae0e4 1px solid; background:#fff; -moz-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -ms-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -o-box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -webkit-box-shadow:0 0 5px 1px rgba(0,0,0,0.18);; box-shadow:0 0 5px 1px rgba(0,0,0,0.18); -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.easyBtn dl dd img{display:block; width:100px; height:100px;}
.easyBtn dl dd span{display:block; width:100px; text-align:center; padding-top:6px; font-size:12px; font-family:"宋体"; color:#666; line-height:18px;}
.easyBtn dl dd .cont:after{ content:""; width:0; height:0; overflow:hidden; border:10px solid transparent; border-left-color:#fff; position:absolute; right:-20px; top:15px;}
.easyBtn dl dd .cont:before{content:""; width:0; height:0; overflow:hidden; border:11px solid transparent; border-left-color:#dae0e4; position:absolute; right:-22px; top:14px;}