.contxt .content .cnt
{
    padding-top: 40px;
    padding-left: 10px;
}

.circles
{
    position: relative;
    width: 360px;
    height: 360px;
    float: left;
}
.circles .circle
{
    position: absolute;
    height: 210px;
    width: 205px;
    left: 0;
    top: 0;
    background: none no-repeat top left;
}
.circles .circle.current
{
    z-index: 1;
}
.circles .circle#c1
{
    background-image: url(../images/img_p21_tab1.png);
    top: 60px;
    left: 10px;
}
.circles .circle#c1:hover, .circles .circle#c1.current
{
    background-image: url(../images/img_p21_tab1_current.png);
}
.circles .circle#c2
{
    background-image: url(../images/img_p21_tab2_current.png);
    top: 20px;
    left: 150px;
}
.circles .circle#c2:hover, .circles .circle#c2.current
{
    background-image: url(../images/img_p21_tab2.png);
}
.circles .circle#c3
{
    background-image: url(../images/img_p21_tab3.png);
    top: 179px;
    left: -20px;
}
.circles .circle#c3:hover, .circles .circle#c3.current
{
    background-image: url(../images/img_p21_tab3_current.png);
}
.circles .circle#c4
{
    background-image: url(../images/img_p21_tab4.png);
    top: 165px;
    left: 110px;
}
.circles .circle#c4:hover, .circles .circle#c4.current
{
    background-image: url(../images/img_p21_tab4_current.png);
}
.circles .line
{
    position: absolute;
    height: 200px;
    width: 200px;
    left: 0;
    top: 0;
    background: none no-repeat top left;
    display: none;
}
.circles .line#l1
{
    height: 174px;
    width: 174px;
    left: 0;
    top: 0;
    background-image: url(../images/img_p21_line1.png);
}
.circles .line#l2
{
    height: 174px;
    width: 174px;
    left: 0;
    top: 0;
    background-image: url(../images/img_p21_line2.png);
}
.circles .line#l3
{
    height: 174px;
    width: 174px;
    left: 0;
    top: 0;
    background-image: url(../images/img_p21_line3.png);
}

.artices
{
    position: relative;
    width: 400px;
    height: 360px;
    float: left;
}
.artices .artice
{
    display: none;
}

.artice .title
{
    color:#2865B8;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top:140px;
	font-weight:bold;
}

.artice .title01
{
    color:#2865B8;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top:120px;
	font-weight:bold;
}

.artice .title span
{
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
}

.artice .words p
{
    margin-bottom: 10px;
	line-height:32px;
	 font-size:18px; font-weight:normal;
}


.artice .words01 p
{
    margin-bottom: 10px;
	line-height:32px;
	 font-size:16px; font-weight:normal;
}
