.contentWrap {
	min-width: 1200px;
	padding: 81px 65px 0 210px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content_navWrap {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.content_navWrap a {
	display: inline-block;
	margin: 0 10px;
}

.content_navWrap a:first-child {
	margin-left: 0;
}

.content_pages1 {
	display: flex;
	justify-content: space-between;
}

.content_pages1L {
	position: relative;
	width: 1165px;
	height: 650px;
	margin-right: 70px;
	background: #f7fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content_pages1L img {
	max-width: 100%;
	max-height: 100%;
}

.look_over {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 100px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
	color: #5c4e61;
}

.look_over i {
	display: block;
	width: 16px;
	height: 16px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACU0lEQVQ4T42TT0hUURTGv+/OnyjsHwUFUhBEBW6CdiEluKjEeZo0kDqjbwyGWkRFBRIFagSl5qKI4pXzXjgzZq/FzBvCICqonRS0KMhNEQURRkRY1ozzTszk2FCk3sXh3nPP9zuXe79LlI22+rZKV3k0AnUCqQLoB/AexBOXys75vj6zbTtfrmFpEWrUa+DyGoBVFDwAMA7ihwDrAGwHsAGQgSXi7zMyxveSrgiYEY8QeJlXqjOZGhwr79IciK72cPoQID0kLy9e4z1uGEauUEO9Tl877eN9CiY8SpqslPWlXFw+DzdEjongohDNibQ5UgSEtY6DAul3lVQnU9bz/4kL+ZqaLm/lsrejBJb/XKR22/bgZ7ZqkRQp0/G0tW8ucWkvrOn7Bex3wXDSiT1iSOsYF8jthGOeWQigPdBelVfqroj0JBwrxpCmvwZwM+5Y3QsBNAf0LR7FeyJyLuFY1xnSIo8JvhpyYtGFAFrr22upVAzg4bgTcwp3cJZAMC++6uGM8Wk+SKih4wpEaimePUOZG2/Y0qhvVa56CMKIp2OdcwFatAM7FNykEFez/snzBVf+NpKmHwHYJ0R31j85YNv21N+gcCCyUygmQa83h23mqDlR9EEhRKNR39SH3GkhTkAwRnJYRJ7SVVl48+tF0ARwF4BvACoIXBpyzN5ZwEw3hhv0ehEeBbAJkKJVBSTBrBAmhXcA2VuwNES64hnrwuxnKh1Zb9RX5IWbRbiRAp8LfMwreXErbb4r1ASDQY8/u/QkRU4R6P0HMN8r/IFUdCrByl8vpvExuqMlMAAAAABJRU5ErkJggg==") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-right: 10px;
}

.content_pages1R {
	width: 400px;
}

.content_pages1R_title {
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	font-size: 24px;
	color: #111;
}

.content_pages1R .btn_box{
	width: 100%;
	padding: 25px 0;
  border-bottom: 1px solid #e7e7e7;
	display: flex;
	justify-content: space-between;
}
.content_pages1R .btn_box .download{
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-indent: 40px;
	width: 235px;
	height: 45px;
	line-height: 45px;
	background: #0083e9 url(../images/ico_download.png) 70px no-repeat;
	border-radius: 5px;
}
.content_pages1R .btn_box .edit{
	color: #8693ab;
	font-size: 16px;text-align: center;
	text-indent: 30px;
	width: 88px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background: #f1f3f9 url(../images/ico_edit.png) 15px no-repeat;
	cursor: pointer;
}
.content_pages1R .btn_box .collected{
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background:#f1f3f9 url(../images/ico_collected.png) center no-repeat;
	cursor: pointer;
}
.content_pages1R .btn_box .collect{
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background:#f1f3f9 url(../images/ico_collect.png) center no-repeat;
	cursor: pointer;
}

.content_pages1R_title img {
	width: 50px;
	height: 24px;
	margin-right: 10px;
}

.content_pages1R_title p {
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content_pages1R_titleBtnWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px solid #e7e7e7;
}

.content_pages1R_titleBtnWrap div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 45px;
	border-radius: 5px;
	background: #0083e9;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.content_pages1R_titleBtnWrap div:nth-child(2) {
	color: #333;
	background: #e6e8eb;
}

.content_pages1R_ListWrap {
	padding: 25px 0;
	border-bottom: 1px solid #e7e7e7;
}

.content_pages1R_List_title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.content_pages1R_List {
	padding-top: 20px;
	display: flex;
	align-items: center;
}

.content_pages1R_List div:first-child {
	font-size: 14px;
	color: #666;
	width: 100px;
}

.content_pages1R_List div:last-child {
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

.content_pages1R_List_introduce {
	padding: 30px 0;
	font-size: 14px;
	color: #333;
	line-height: 29px;
}

.content_pages1R_List_introduce a {
	color: #0083e9;
}

.content_recommendWrap {
	margin: 30px 0;
	width: 100%;
	min-width: 1200px;
}

.content_recommend_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.content_recommend_title p {
	font-size: 24px;
	font-weight: bold;
	color: #202020;
}

.content_recommend_title a {
	color: #333;
	font-size: 14px;
}

.content_recommendC {
	width: 100%;
	min-width: 1200px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.content_recommendC_list {
	display: block;
	width: calc((100% - 60px) / 5);
	margin: 0 15px 15px 0;
}

.content_recommendC_list:nth-child(5n) {
	margin-right: 0;
}

.content_recommendC_listT {
	position: relative;
	width: 100%;
	height: auto;
}

.content_recommendC_listT>img {
	width: 100%;
}

.content_recommendC_listT:hover .contentRListPicFn {
	display: flex;
}

.content_recommendC_list div.content_recommendC_listB {
	display: flex;
	align-items: center;
	margin-top: 5px;
	cursor: pointer;
}

.content_recommendC_list div.content_recommendC_listB p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #000;
}

.content_recommendC_list div.content_recommendC_listB img {
	width: 44px;
	height: 22px;
	margin-right: 10px;
}

.contentRListPicFn {
	display: none;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 10px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contentRListPicFn a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
}

.contentRListPicFn p {
	width: 115px;
	height: 33px;
	background: rgb(24, 124, 235);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
}

.contentRListPicFnR {
	width: 28px;
	height: 28px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	cursor: pointer;
}

.contentRListPicFnR img {
	width: 17px;
	height: 16px;
}












.picWrapBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
}

.pic_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pic_content img{
	max-width: 100%;
	max-height: 100%;
}
.closeBtn {
	position: absolute;
	display: block;
	top: 60px;
	right: 0;
	width: 40px;
	height: 40px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAEU0lEQVRYR72YaaimYxjHf3/7LuELCfFFlCXLoCQZJpQlZGdIYrLM2GcyYxjTGbsZTdayFAahfLCMZSyNogxRGtJM8WGIIvuSS/+3+zme9znv+z738z6vc9X5cDrX/7r+537u+38tYkiLiK2Ag4EDgT2BHYAtgPWAX4BvgNXAKmCFpG+HSaWmoIg4CDgXOAbYORP/HfAW8ICkVzMxHbdsghExAzgWmAps0CRJxfc94BVgkaTf6+LUEoyInYC7gZPqgjX8+wfALEnvDsINJBgRRwIPArs0TJ7r/gcwQ9LD/QB9CUbEOcBDwIa52Vr4LZZ0eS98T4IRcTbwWIuEw0DvlHRlFTiBYEQcDbw4SSdX5TNTku/7uHURjIgdgfeTpg1zCqPATJPkV94tMxFh6XgWOH4UWVrEWAscIMna+Z8ORsTFwNIWgUcJnSfppipBK7xFuM5eB/4GfFeb2FeAfw7JAK0B9pL0a+cORsT+gAVz4xrwm5KOSJhLgcUZyezyOHCNpHURsQCYk4G7TNKSguB9wEUZoHckHVb4RcR8YG4Nbrmko0qYK4C7MnJ9AuyniNgS+AzwC86xqyTdUUo4L5F0F1O1l4GzJH2fTn0a8BSwdU4iYIoJGvRSJqBwc6G/rkTyWmCsEsPl60JJkci5+3kG2KxBrjET9Cfyp2pqCyTdUCK5ELg+/f6G5UrSz4ncccDTwKYNkyw3wWXAqQ2BhfscSSbWsYjwSe4K+BoU5Kyr/qybDJFjlQn69R46BLiA3CrJxCZYRJwIPJmhDv3SrzbBD4F9WxA01PfxNkn/lE7zdODRljV9jQl+BOzdkuD9wCUVgr6fnWrQwtaaoFvwKS2CWAFOtupXY0TEIgt0i9hfmOBzgO/KMObWaLak39IjOdOPRJKrRfFwZgHjutkwyccmaP3qeclrgi2TdFqJyBmppFmwxyQVkuPXPWyOt03wlKRRTf65J4ALiqksIkzOHfj6pSBdzWeqwbObTJLAvSa4HfA5sE0mwy5ZiQjPyK4aZXJFqKqYm+AtmXnsNrVoFp4HTsgArgQOl/RXunPT02DVqw4X4eZKurl0FXz6lqA6+xrYoyDo8dL9YN2c/IKkzoOKiPPTSDqIXMcVuLpoMFK1qdbtXmTnS7pxnFBEeJB2XzjInMxdt8eDnPasHMsjrHc1FvVta/L80Dk9aV2Z4CiEte6z5f59qSSvWrpmErdBrstty14uiX5+bjL2kfRlF8F0r7xOWwFs1DZLC3yXPPUa3H35++5KWiTOgU7YLvRbfXgY8lA0mfaapAlT5aDlkeun6+hkmFct04vZpZywbv02E7g9rXX/L6ILJfUdQ+uE2YLsYeceYPcRM/wR8AbBsftaLcH0urd3Qwp4LbdbS6IeQT0GLJHkHmCgZREsIqQZ2vX3vCH00kuhR6wQklxns6wRwRJR119v+z1Oujy6I9o86adj/gm4w/Zn/DTtG1dK+imLVcnpXzmaezsGYmlGAAAAAElFTkSuQmCC") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
}
.ksytbys {
    background: #f0cb89;
    color: #222;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}