﻿/*内容页样式开始*/
.intro {
    padding: 20px 0 30px 0;
}
.intro_pic a{
    display: block;
    width: 100%;
    height: 100%;
}
.intro_pic img{
    width: 890px;
    height: 230px;
}

.intro_con p {
    line-height: 180%;
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

h3.title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.source{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
}
.source>span {
    margin-right: 28px;
}
/*内容页样式结束*/