﻿.site_index{
	.block1-index{
		.wz{
			h3{
				border-bottom: 2px solid #ffae58;font-size: 0.76rem; text-shadow: 2px 3px #cc6c07;
			}
			ul{
				li{
					padding-left: 0.22rem;position: relative;margin-top: 0.2rem;
				}
				li:before{
					content: ""; width: 0.1rem; height: 0.1rem;border: 0.02rem solid #242c37;position: absolute;left: 0; top: 50%;margin-top: -0.05rem;
				}
			}
		}
		.pic{
			width: 8.3rem;
			img{
				display: block;width: 100%;border: 0.05rem solid #fff;
			}
		}
	}
	.block2-index{
		.wz{
			p{
				text-indent: 2em;line-height: 2;color: #242c37;
			}
			a{width: 1.5rem; height: 0.48rem;color: #242c37;border: 1px solid #242c37;display: flex; justify-content: center; align-items: center;}
		}
		.pic{
			width: 7.8rem;
			img{
				display: block;width: 100%;
			}
		}
	}
}