/*头部*/
html{ height:100%;}
#header {
	width: 100%;
	height: 4rem;
	background: none;
	text-align: center;
}

#header img {
	margin: 25px 0;
	width: 49px;
	height: 34px;
}


/*搜索框*/

.search {
	/*border: #ececec 1px solid;*/
	width: 80%;
	margin: 0 auto;
	height: 30px;
	/*border-radius: 50px;*/
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

/*.search input {
	background: none;
	outline: none;
	width: 100%;
	height: 100%;
	border: none;
	text-indent: 45px;
}

.search span {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/12_07.png);
	background-size: cover;
	position: absolute;
	left: 12px;
	top: 6px;
}
*/

.search iframe{
	display: block;
	margin: 0 auto;
}

/*导航栏目*/

.channel-items {
	width: 96%;
	margin: 15px auto;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}

.channel-items .channel-item {
	width: 31%;
	float: left;
	margin: .3rem 1%;
}

.channel-items .channel-item a {
	display: block;
	width: 100%;
}

.channel-item div {
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.channel-item div img {
	width: 1.2rem;
	height: 1.2rem;
}


/*轮播图*/

.bd {
	width: 96%;
	margin: 0 auto;
}

.left,
.right {
	position: absolute;
	left: 5px;
	top: 50%;
	width: 30px;
	height: 30px;
	background: url(../images/k_03.png)center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	margin-top: -15px;
	z-index: 999999;
}

.right {
	background: url(../images/k_05.png) center;
	background-size: 100%;
	background-repeat: no-repeat;
	left: auto;
	right: 5px;
}

.bd img {
	width: 100%;
}


/*新闻*/

.content-items {
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	margin-top: 10px;
}

.content-items .content-item-row {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.content-item-row .item-row {
	flex-basis: 32.5%;
}

.content-item-row .item-row a {
	width: 100%;
	display: inline;
}

.content-item-row .item-row a .item-thumb {
	position: relative;
	font-size: 12px;
}

.content-items .content-item-row .item-row a .item-thumb img {
	width: 100%;
	height: 6em;
}

.content-item-row .item-row a .item-thumb .icon-play {
	width: 20px;
	height: 20px;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon-play-button-small.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.content-item-row .item-row a .item-thumb .dur-time {
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 11.66667px;
	line-height: 11.66667px;
	text-align: center;
	padding: 0 3.33333px;
	background: rgba(0, 0, 0, .6);
	border-radius: 5px;
	font-size: 8px;
	color: #fff;
}

.content-item-row .item-row a .item-content .item-title {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
	color: #555;
	margin-top: 5px;
	width: 100%;
}

#List {
	width: 96%;
	margin: 0 auto;
}

.list {
	overflow: hidden;
}

.channel_mod .list li {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
}

.channel_mod .list li:first-child {
	border-top: none;
}

.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}
.channel_mod .list .picture {
    float: left;
    width: 38%;
    overflow: hidden;
}
.picture img {
    width: 100%;
}
.channel_mod .list .detail {
	width: 60%;
	float: right;
}
.channel_mod .list .detail h3 a{
	width: 100%;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.channel_mod .list li h3 {
    font-size: 12px;
    font-weight: 400;
    /*margin-bottom: 15px;*/
    padding: 0 !important;
}
.channel_mod .list .binfo {
    position: relative;
    color: #666;
    font-size: 12px;
    height: 22px;
    padding-right: 10px;
}
.fl {
    float: left;
}
.i-share {
    position: relative;
    display: inline-block;
    color: gray;
    height: 22px;
    line-height: 22px;
}
.fr {
    float: right;
}
.i-share .t {
    display: inline-block;
    padding-left: 18px;
    cursor: pointer;
}
#imloading {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    opacity: 0.7;
    background: #000;
    margin: 10px auto 60px;
    color: #fff;
    display: none;
}


/*步骤*/
.step{ display:block; padding: 20px 0;}
.step h3{ font-weight:normal; font-size: 100%; font-weight: bold;}
.step li{ padding:0 0 20px 30px; margin: 0 0 0 18px; position:relative; border-left: 1px dashed #dcdcdc;}
.step li h3 span{ position:absolute; left: -18px; top: 0; display:inline-block; height: 30px; width:30px; border-radius: 15px; background-color:#4cacff; text-align: center; line-height: 30px; color:#fff;}
.step dt{ float:left; width: 40%;}
.step dt img{ width: 100%; max-width:100%; margin: 0 0 0 0;}
.step dd{ float:right; width: 58%;font-weight:normal; }
.step dd p{font-size: 100%;}
.step .stepw{ width:100%;}

